| Author
|
Represents a person responsible for the prediction model
|
| ChartGroup
|
|
| Chart_info
|
|
| DSS
|
This data object is the Decision Support System that contains one or more
DSS Models. So if we are describing a system that has only one model,
we still will use this "umbrella" object.
|
| DSSDate
|
|
| DSSModel
|
Represents a pest prediction model belonging to a DSS. The data in this object
should be sufficient for the platform to describe to the client (farmer, advisor)
what the model does and how it does it. It should also provide the platform
with enough information/meta data for the platform to be able to execute
the model.
|
| Execution
|
Meta data about how to run the model
|
| FieldObservation
|
List of species for which a field observation required by the model. Not
to be confused with the fieldObservation property in an input_schema
|
| Input
|
Description of this model's requirement for weather data and field observations
Must be used in conjunction with the model's input_schema
|
| InputSchemaCategories
|
|
| Organization
|
Representing DSS provider organization
|
| Output
|
Describes the output returned by the DSS model. The output must conform
to the Json schema https://platform.ipmdecisions.net/api/dss/rest/schema/modeloutput
|
| ResultParameter
|
A result or intermediary from a DSS model. These are distinct for
each DSS model
|
| RiskMap
|
A risk map is a WMS service that conforms to the VIPS risk maps
standard: https://gitlab.nibio.no/VIPS/documentation/-/blob/master/grid_models.md
|
| RiskMapProvider
|
A risk map provider is an organization that has made one or more risk
maps available in the platform
|
| RiskMaps
|
Data object structuring the list of risk maps available in the platform.
|
| Valid_Spatial
|
Where is the model considered valid to run? This can be specified
either by a list of countries (using ISO-3166-1 Three-letter country codes https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) OR by specifying
a custom polygon using GeoJSON https://geojson.org/
Or both!
Check out: https://github.com/datasets/geo-countries / https://datahub.io/core/geo-countries
|
| WarningStatusInterpretation
|
|
| WeatherParameter
|
Description of the weather result_parameters needed by the model
|