adjusted zoning

master
Sijbrandij 2021-01-28 16:34:39 +01:00
commit a29b973268
4 changed files with 2 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -24,8 +24,4 @@
<ProjectReference Include="..\FarmmapsApi\FarmmapsApi.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Data" />
</ItemGroup>
</Project>

View File

@ -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",