forked from FarmMaps/FarmMapsApiClient
added project to only download some data
This commit is contained in:
31
FarmmapsDataDownload/DataDownloadInput.json
Normal file
31
FarmmapsDataDownload/DataDownloadInput.json
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"UseCreatedCropfield": true,
|
||||
"outputFileName": "testSatData",
|
||||
"fieldName": "test_satData",
|
||||
"GetShadowData": true,
|
||||
"GetSatelliteData": true,
|
||||
"SatelliteBand": "natural", // "ndvi" or "wdvi"
|
||||
"StoreSatelliteStatistics": true,
|
||||
|
||||
"GetVanDerSatData": false,
|
||||
"StoreVanDerSatStatistics": false,
|
||||
"CropYear": "2020-01-01",
|
||||
"geometryJson": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[ 4.960707146896585, 52.800583669708487 ],
|
||||
[ 4.960645975538824, 52.800470217610922 ],
|
||||
[ 4.962140695752897, 52.799177147194797 ],
|
||||
[ 4.967523821195745, 52.801502400041208 ],
|
||||
[ 4.966336768950911, 52.802543735879809 ],
|
||||
[ 4.961711880764330, 52.801009996856429 ],
|
||||
[ 4.960707146896585, 52.800583669708487 ]
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
]
|
Reference in New Issue
Block a user