Skip to content
Snippets Groups Projects

Fall Armyworm Model

This is a simple observation based model for evaluating the risk of FAW presence. It has been (and is perhaps still) part of the FAO FAMEWS app

It also showcases the use of JavaScript code, with two different adapters:

These must be considered proofs-of-concept and starting points for anyone who wishes to implement VIPS models using JavaScript (for whatever reason!). Please note that you still have to write some Java code. The JavaScript files are found in src/main/resources/js.

Development

Clone Gitlab repository

$ git clone https://gitlab.nibio.no/VIPS/models/java/model_fawmodel01.git
$ cd model_fawmodel01