forked from FarmMaps/FarmMapsApiClient
adjusted zoning
This commit is contained in:
commit
a29b973268
BIN
FarmmapsZonering/Data/sentinel2_L2A_B04.tiff
Normal file
BIN
FarmmapsZonering/Data/sentinel2_L2A_B04.tiff
Normal file
Binary file not shown.
BIN
FarmmapsZonering/Data/sentinel2_L2A_B08.tiff
Normal file
BIN
FarmmapsZonering/Data/sentinel2_L2A_B08.tiff
Normal file
Binary file not shown.
@ -24,8 +24,4 @@
|
|||||||
<ProjectReference Include="..\FarmmapsApi\FarmmapsApi.csproj" />
|
<ProjectReference Include="..\FarmmapsApi\FarmmapsApi.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="Data" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[
|
[
|
||||||
|
|
||||||
//Formule kan meerdere inputs aan
|
//Formule kan meerdere inputs aan
|
||||||
// Met blokhaken en een nummer specificeer je een input:
|
// Met blokhaken en een nummer specificeer je een input:
|
||||||
//[0], [10]. etc...
|
//[0], [10]. etc...
|
||||||
@ -38,11 +39,10 @@
|
|||||||
|
|
||||||
// ]
|
// ]
|
||||||
// },
|
// },
|
||||||
|
|
||||||
{
|
{
|
||||||
"InputItemOne": "data_9001.tif",
|
"InputItemOne": "data_9001.tif",
|
||||||
"InputItemTwo": "data_times_two_4326.tiff",
|
"InputItemTwo": "data_times_two_4326.tiff",
|
||||||
"Formula": "([1]-[0])/([1]+[0])",
|
"Formula": "if [0] >= 1.28 then [1] else 0",
|
||||||
"CreatedLayerName": "Biomassa",
|
"CreatedLayerName": "Biomassa",
|
||||||
"CalculatedQuantity": "NDVI",
|
"CalculatedQuantity": "NDVI",
|
||||||
"CalculatedUnit": "ndviValue",
|
"CalculatedUnit": "ndviValue",
|
||||||
|
Loading…
Reference in New Issue
Block a user