From 8771e47b289f70eed57710ab5ac95e4cb0d984cc Mon Sep 17 00:00:00 2001 From: Pepijn van Oort Date: Fri, 13 Oct 2023 16:38:27 +0200 Subject: [PATCH] TODO --- FarmmapsKPI/TODO.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 FarmmapsKPI/TODO.txt diff --git a/FarmmapsKPI/TODO.txt b/FarmmapsKPI/TODO.txt new file mode 100644 index 0000000..f434c24 --- /dev/null +++ b/FarmmapsKPI/TODO.txt @@ -0,0 +1,22 @@ +TODO.txt + +Laat de farmmapsKPI zelf maar uitzoeken wat de n-p gehaltes zijn: +a. We willen als input opgeven we hebben 400 kg/ha urea gegeven, of 32000 kg/ha runderdrijfmest. + Daarvoor wel de juiste gewas code opgeven -> zie onder, FarmmapsEditeeltList 263 gewassen + Daarvoor wel de juiste meststof code opgeven -> zie onder, FarmmapsEditeeltList 022 meststoffen +b. Check of de operation data een element “n” bevat. Zoniet of als waarde 0, dan + i. Zoek onder de motorkap op: de omreken factor (bijv 46% -> 400*0.46 = 184 kg N/ha). In editeelt list + ii. Voeg die 184 toe aan de operation data +c. Reken N surplus uit (KPI item id b1) + +Nieuw project: FarmmapsEditeeltLists +a. Why? Because + i. This is (1) so that we can at any time retrieve the most recent up-to-date list + ii. so that you can look up crops and fertilizer types and fill in KPIinput.json correctly +b. Download full list of items from vnd.farmmaps.itemtype.codelist.cl263 +c. Write them to a csv file +d. In any case following lists: 127 operations; 022 meststoffen (fertilizer products); 263 gewassen; 405 soilcode + +Testing: in json input data, can certain fields be left out? Which are minimum fields needed? +Testing: effect of loation (e.g. different targetValue, different N deposition?) +Testing: productionPurposeCode: different result depending on starch or consumption potato (different N contents in tubers; different targetValues?