forked from FarmMaps/FarmMapsApiClient
Update zonering to find the right output files
Added taskmap creator to NBS
This commit is contained in:
40
FarmmapsNbs/InputData-NBS.json
Normal file
40
FarmmapsNbs/InputData-NBS.json
Normal file
@@ -0,0 +1,40 @@
|
||||
[
|
||||
{
|
||||
"UseCreatedCropfield": false,
|
||||
"storeStatistics": false,
|
||||
"file": "20210127_WDVI_plus03.tif",
|
||||
"inputVariable": "wdvi",
|
||||
//"InputLayerName": "Band 1",
|
||||
"outputFileName": "2021.02.15.Hapreet_Singh_0127-wdvi03_2",
|
||||
"plantingDate": "2020-04-15",
|
||||
"measurementDate": "2020-06-27",
|
||||
"potatoPurposeType": "consumption",
|
||||
"targetYield": 27,
|
||||
"fieldName": "Mahindra-Hapreet-Singh",
|
||||
"geometryJson": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[ 75.929090780177305, 31.639314978348551 ],
|
||||
[ 75.931353489378182, 31.639409065494881 ],
|
||||
[ 75.931432810729120, 31.638956841735819 ],
|
||||
[ 75.929072617175663, 31.638879365370279 ],
|
||||
[ 75.929090780177305, 31.639314978348551 ]
|
||||
]
|
||||
]
|
||||
},
|
||||
"GenerateTaskmap": true,
|
||||
"CellWidth": "3",
|
||||
"CellHeight": "10",
|
||||
"StartPoint": {
|
||||
"type": "Point",
|
||||
"coordinates": [ 75.931432810729120, 31.638956841735819 ]
|
||||
},
|
||||
"EndPoint": {
|
||||
"type": "Point",
|
||||
"coordinates": [ 75.929072617175663, 31.638879365370279 ]
|
||||
} // if no angle
|
||||
|
||||
//"Angle": "317.0" // if no endpoint
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user