FarmMapsApiClient_WURtest/FarmmapsZonering/ZoneringInput.json

30 lines
821 B
JSON

[
{
"InputItemOne": "20201106_Sentinel2_L2A_B04.tiff",
"InputItemTwo": "20201106_Sentinel2_L2A_B08.tiff",
"Formula": "([1]-[0])/([1]+[0])",
"CreatedLayerName": "Biomassa",
"CalculatedQuantity": "NDVI",
"CalculatedUnit": "ndviValue",
"OutputFileName": "FullField_NDVI",
"CropFieldName": "FullField",
"CreateNewCropfield": false,
"CropYear": 2020,
"geometryJson": {
"type": "Polygon",
"coordinates": [
[
[ 4.9593709, 52.8014339 ],
[ 4.9675488, 52.7943149 ],
[ 4.9735195, 52.7968665 ],
[ 4.9667833, 52.8030414 ],
[ 4.9593709, 52.8014339 ]
]
]
}
}
]