de niet verplichte inputs verwijderd van de input file. Wel wordt er dus de input file gebruikt die in de C:\Users\hoeve065\Documents\hoofdmap_werk\project_KB34MAST nutrienten DB\API04.03\FarmMapsApiClient_KB34_MAST\FarmmapsKPI\bin\Debug\netcoreapp3.1\KPIInput.json staat, en niet bij het KPI programma.

master
Abel Hoeven, van 2023-05-02 10:55:24 +02:00
parent 59f9ef4743
commit 8c5a0aed95
1 changed files with 40 additions and 21 deletions

View File

@ -1,35 +1,54 @@
[ [
{ {
"UseCreatedCropfield": false, "UseCreatedCropfield": true,
"outputFileName": "TestData", "outputFileName": "TestData",
"fieldName": "TestField", //"fieldName": "aardappelveld_test",
"DownloadFolder": "Downloads", //"C:\\workdir\\groenmonitor\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_WURtest\FarmmapsDataDownload\bin\Debug\netcoreapp3.1\Downloads\ //"DownloadFolder": "Downloads", //"C:\\workdir\\groenmonitor\\", // "Downloads", -> if you just put "Downloads" the program will download to somewhere in ..\FarmMapsApiClient_WURtest\FarmmapsDataDownload\bin\Debug\netcoreapp3.1\Downloads\
"GetCropRecordings": false, "GetCropRecordings": false,
"CrprecItem": "...", //item code of de crop recording parrent - can be found by opening the crop recording page of a field. "CropYear": 2022,
"GetShadowData": false, "dataDate": "2022-04-15T00:00:00Z",
"GetSatelliteData": false, "dataEndDate": "2022-09-15T00:00:00Z",
"SatelliteBand": "wdvi", // "natural", "ndvi" or "wdvi" "data": {
"StoreSatelliteStatisticsSingleImage": false, //"area": 4.22,
"StoreSatelliteStatisticsCropYear": false, "final": true,
"GetVanDerSatData": false, //"soilCode": "5",
"StoreVanDerSatStatistics": false, "soilName": "Loam",
"CropYear": 2020, "cropTypeCode": "1010101",
"ProcessAggegrateKpi": "false", // toegevoegd, want alleen veld level KPIs voor nu. "cropTypeName": "Potato",
//"rootDepthMax": 45,
//"emergenceDate": "2022-05-16T00:00:00",
"productionPurposeCode": "003"
//"productionPurposeName": "consumption"
},
//"ProcessAggegrateKpi": "false", // toegevoegd, want alleen veld level KPIs voor nu.
"geometryJson": { "geometryJson": {
"type": "Polygon", "type": "Polygon",
"coordinates": [ "coordinates": [
[ [
[ 4.960707146896585, 52.800583669708487 ], [
[ 4.960645975538824, 52.800470217610922 ], 5.5945257993548765,
[ 4.962140695752897, 52.799177147194797 ], 52.57080744107003
[ 4.967523821195745, 52.801502400041208 ], ],
[ 4.966336768950911, 52.802543735879809 ], [
[ 4.961711880764330, 52.801009996856429 ], 5.598645994070678,
[ 4.960707146896585, 52.800583669708487 ] 52.571540800206236
],
[
5.599381743127071,
52.57012773140724
],
[
5.595408698222548,
52.56968054825188
],
[
5.5945257993548765,
52.57080744107003
]
] ]
] ]
} }
} }
] ]