Skip to content
Snippets Groups Projects
Commit 579a70f8 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
VIPS.yaml 0 → 100644
id: no.nibio.vips
version: '2.0'
name: VIPS
url: https://www.vips-landbruk.no/
logo_url: /dss/logo/VIPSLogo.png
languages:
- Norwegian
- English
organization:
name: NIBIO
country: Norway
address: Postboks 115
postal_code: '1431'
city: Ås
email: berit.nordskog@nibio.no
url: https://www.nibio.no/
models:
- name: Maize Phenology Model
id: MAIZEPHENO
version: '1.0'
type_of_decision: Short-term tactical
type_of_output: Phenology stage
description_URL: https://gitlab.nibio.no/VIPS/model_maizepheno
purpose: Predict the phenological state of the maize crop
description: TODO
citation: ''
keywords: ''
platform_validated: false
pests: []
crops:
- ZEAMX
authors:
- name: Ritter Guimapi
email: ritter.guimapi@nibio.no
organization: NIBIO
execution:
type: ONTHEFLY
endpoint: https://coremanager.testvips.nibio.no/models/MAIZEPHENO/run
form_method: POST
content_type: application/json
input_schema_categories:
hidden:
- modelId
internal: []
triggered: []
user_init: []
system: []
input_schema: |-
{
"type":"object",
"properties": {
"modelId": {"type": "string", "pattern":"^MAIZEPHENO$", "title": "Model Id", "default":"MAIZEPHENO", "description":"Must be MAIZEPHENO"},
"configParameters": {
"title":"Configuration parameters",
"type": "object",
"properties": {
"timeZone": {"type": "string", "title": "Time zone (e.g. Europe/Oslo)", "default":"Europe/Oslo", "options":{"infoText":"The time zone information is used when hourly temperature values need to be converted to daily."}},
"sowingDate": {"type":"string","format": "date","default": "{CURRENT_YEAR}-03-01", "title": "Sowing date for the Maize crop (YYYY-MM-DD)"}
},
"required": ["timeZone","sowingDate"]
},
"weatherData": {
"$ref": "https://platform.ipmdecisions.net/api/wx/rest/schema/weatherdata"
}
},
"required": ["modelId","configParameters"]
}
input:
weather_parameters:
- parameter_code: 1002
interval: 3600
weather_data_period_start:
- determined_by: INPUT_SCHEMA_PROPERTY
value: configParameters.sowingDate
weather_data_period_end:
- determined_by: FIXED_DATE
value: '{CURRENT_YEAR}-12-31'
field_observation: null
valid_spatial:
countries: []
geoJSON: ''
output:
warning_status_interpretation:
- explanation: ''
recommended_action: ''
- explanation: ''
recommended_action: ''
- explanation: ''
recommended_action: ''
- explanation: ''
recommended_action: ''
- explanation: ''
recommended_action: ''
chart_heading: ''
chart_groups: []
result_parameters:
- id: MAIZEPHENO.HEAT_SUM
title: Heat sum
description: The accumulated day degrees
chart_info:
default_visible: false
unit: ''
chart_type: line
color: '#000000'
- id: MAIZEPHENO.PHASE
title: Growth stage
description: The predicted growth stage of the crop
chart_info:
default_visible: false
unit: ''
chart_type: line
color: '#000000'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment