forked from FarmMaps/FarmMapsApiClient
Created separate project for areaConversion VRA poten
Updated VRA poten sample code
This commit is contained in:
41
FarmmapsPoten_AVRapi/PotenInputAVR.json
Normal file
41
FarmmapsPoten_AVRapi/PotenInputAVR.json
Normal file
@@ -0,0 +1,41 @@
|
||||
[
|
||||
{
|
||||
"File": "PlantingSampleDataLutum.zip",
|
||||
"OutputFileName": "20210216_SampleData_CovertArea",
|
||||
"FieldName": "lutum",
|
||||
"PlantingYear": 2021,
|
||||
"MeanDensity": "30",
|
||||
"Variation": "20",
|
||||
"UseShadow": false,
|
||||
"ConvertToCountPerArea": true,
|
||||
"Rijbreedte_m": "0.75", //as string
|
||||
"geometryJson": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[ 5.66886041703652044, 52.52929999060298627 ],
|
||||
[ 5.6716230923214912, 52.52946316399909676 ],
|
||||
[ 5.67185376229668581, 52.5280565894154563 ],
|
||||
[ 5.66903207841337231, 52.52790646510525363 ],
|
||||
[ 5.66886041703652044, 52.52929999060298627 ]
|
||||
]
|
||||
]
|
||||
},
|
||||
|
||||
// if taskmap is not generated, output is only geotiff
|
||||
"GenerateTaskmap": true,
|
||||
"CellWidth": "3",
|
||||
"CellHeight": "10",
|
||||
"StartPoint": {
|
||||
"type": "Point",
|
||||
"coordinates": [ 5.66886041703652044, 52.52929999060298627 ]
|
||||
},
|
||||
"EndPoint": {
|
||||
"type": "Point",
|
||||
"coordinates": [ 5.6716230923214912, 52.52946316399909676 ]
|
||||
} // if no angle
|
||||
|
||||
//"Angle": "317.0" // if no endpoint
|
||||
}
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user