FarmMapsApiClient_KB34_MAST/FarmmapsKPI/TODO.txt

24 lines
1.5 KiB
Plaintext
Raw Normal View History

2023-10-13 14:38:27 +00:00
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 <20>n<EFBFBD> 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)
2023-10-18 15:33:55 +00:00
Nieuw project: FarmmapsEditeeltLists DONE
2023-10-13 14:38:27 +00:00
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
2023-10-18 15:33:55 +00:00
b. Download full list of items from vnd.farmmaps.itemtype.codelist.cl263 DONE
c. Write them to a csv file DONE
2023-10-24 11:47:58 +00:00
d. In any case following lists: 127 operations DONE; 022 meststoffen (fertilizer products) DONE; 263 gewassen DONE; 405 soilcode DONE
in which list the productionPurposeCode NOT YET?
2023-10-13 14:38:27 +00:00
2023-10-24 11:47:58 +00:00
Testing: in json input data, can certain fields be left out? Which are minimum fields needed? NOT YET
Testing: effect of location (e.g. different targetValue, different N deposition? Different crop N contents depending on soil?) NOT YET
Testing: productionPurposeCode: different result depending on starch or consumption potato (different N contents in tubers; different targetValues? NOT YET