From 752b538780b4b75541280f78313b3983c3631a3c Mon Sep 17 00:00:00 2001 From: ttenden Date: Wed, 5 Jun 2024 14:06:13 +0200 Subject: [PATCH] changed explanation of optional inputs for green manure. --- FarmmapsKPI/KPIInput.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FarmmapsKPI/KPIInput.json b/FarmmapsKPI/KPIInput.json index 1e4bc24..394e108 100644 --- a/FarmmapsKPI/KPIInput.json +++ b/FarmmapsKPI/KPIInput.json @@ -846,9 +846,9 @@ { "code": "501505", //From codelist CL265. 501505 refers to green manure after main crop. "label": "cropgreenmanureaftercultivation", - "value": "1040102", // Code is from CL263. You can put any CL263 crop here. However, the KPI app only works with a limited selection of greenmanure crops, see CL104. - "cropHeight": 100, //optional input. Height of greemmanure in cm. If this value is 0 then it is assumed that the crop height is unknown. - "plantingDate": "2022-08-01T12:34:00" // optional input. Plantingsdate of greenmanure. required layout "2022-07-23T12:34:00". If this value is null then it is assumed that the plantingsdate is unknown. + "value": "1040102", // Code is from CL263. You can put any CL263 crop here. However, the KPI app only works with a limited selection of greenmanure crops, see CL104 for the names. + //"cropHeight": 100, //optional input. Height of greemmanure in cm. + //"plantingDate": "2022-08-01T12:34:00" // optional input. Plantingsdate of greenmanure. required layout "2022-07-23T12:34:00". } ], "CropYear": 2022,