forked from FarmMaps/FarmMapsApiClient
adjusted zoning
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
[
|
||||
|
||||
//Formule kan meerdere inputs aan
|
||||
// Met blokhaken en een nummer specificeer je een input:
|
||||
//[0], [10]. etc...
|
||||
@@ -38,11 +39,10 @@
|
||||
|
||||
// ]
|
||||
// },
|
||||
|
||||
{
|
||||
"InputItemOne": "data_9001.tif",
|
||||
"InputItemTwo": "data_times_two_4326.tiff",
|
||||
"Formula": "([1]-[0])/([1]+[0])",
|
||||
"Formula": "if [0] >= 1.28 then [1] else 0",
|
||||
"CreatedLayerName": "Biomassa",
|
||||
"CalculatedQuantity": "NDVI",
|
||||
"CalculatedUnit": "ndviValue",
|
||||
|
Reference in New Issue
Block a user