2021-05-18 16:19:28 +00:00
[
{
2023-08-01 09:03:40 +00:00
"fieldName" : "MyField_1" , // FarmMaps minimum needs are: fieldName, cropYear & geometryJson
"cropYear" : 2023 ,
2022-03-07 12:36:20 +00:00
"fieldID" : 1 ,
2023-08-01 09:03:40 +00:00
"SatelliteBands" : [ "ci-red" , "ndvi" , "wdvi" ] , // ["ndvi"] or ["wdvi"] or both: [ "wdvi", "ndvi" ]
"lastdownloadedimagedate" : "2023-01-01" , //downloads images from this date till end of the year
"geometryJson" : {
"type" : "Polygon" ,
"coordinates" : [
[
[ 5.563472073408009 , 52.547554398144172 ] ,
[ 5.567425915520115 , 52.547725375100377 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563472073408009 , 52.547554398144172 ]
]
]
} ,
"downloadFolder" : "C:\\workdir\\groenmonitor\\" , //if not yet existing this folder will be created
"fileNameStats" : "BulkSatDownload.csv" , //if file exists, probably will be overwritten. Check code in BulkSatDownloadApplication.cs
"database" : null , // keep null to work with json and csv. Check code in BulkSatDownloadApplication.cs if reading/writing to/from database
"schemaname" : null ,
"cropfieldtable" : null ,
"satelllitetable" : null
} ,
{
"fieldName" : "MyField_2" , // FarmMaps minimum needs are: fieldName, cropYear & geometryJson
"cropYear" : 2022 , // for testing same field last year (i.e. 2021)
"fieldID" : 2 ,
"SatelliteBands" : [ "ci-red" , "ndvi" , "wdvi" ] , // ["ndvi"] or ["wdvi"] or both: [ "wdvi", "ndvi" ]
2022-03-07 12:36:20 +00:00
"lastdownloadedimagedate" : "2022-01-01" , //downloads images from this date till end of the year
2021-05-18 16:19:28 +00:00
"geometryJson" : {
"type" : "Polygon" ,
"coordinates" : [
[
2022-03-07 12:36:20 +00:00
[ 5.563472073408009 , 52.547554398144172 ] ,
[ 5.567425915520115 , 52.547725375100377 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563472073408009 , 52.547554398144172 ]
2021-05-18 16:19:28 +00:00
]
]
2021-05-26 08:16:29 +00:00
} ,
"downloadFolder" : "C:\\workdir\\groenmonitor\\" ,
"fileNameStats" : "BulkSatDownload.csv" ,
"database" : null ,
"schemaname" : null ,
"cropfieldtable" : null ,
"satelllitetable" : null
2021-05-18 16:19:28 +00:00
} ,
{
2023-08-01 09:03:40 +00:00
"fieldName" : "MyField_3" , // FarmMaps minimum needs are: fieldName, cropYear & geometryJson
"cropYear" : 2021 ,
"fieldID" : 3 ,
"SatelliteBands" : [ "ci-red" , "ndvi" , "wdvi" ] , // ["ndvi"] or ["wdvi"] or both: [ "wdvi", "ndvi" ]
2021-05-26 08:16:29 +00:00
"lastdownloadedimagedate" : "2021-01-01" , //downloads images from this date till end of the year
2021-05-18 16:19:28 +00:00
"geometryJson" : {
"type" : "Polygon" ,
"coordinates" : [
[
2022-03-07 12:36:20 +00:00
[ 5.563472073408009 , 52.547554398144172 ] ,
[ 5.567425915520115 , 52.547725375100377 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563472073408009 , 52.547554398144172 ]
2021-05-28 15:25:31 +00:00
]
]
} ,
2021-05-26 08:16:29 +00:00
"downloadFolder" : "C:\\workdir\\groenmonitor\\" ,
"fileNameStats" : "BulkSatDownload.csv" ,
"database" : null ,
"schemaname" : null ,
"cropfieldtable" : null ,
"satelllitetable" : null
2023-08-01 09:03:40 +00:00
} ,
{
"fieldName" : "MyField_4" , // FarmMaps minimum needs are: fieldName, cropYear & geometryJson
"cropYear" : 2020 ,
"fieldID" : 4 ,
"SatelliteBands" : [ "ci-red" , "ndvi" , "wdvi" ] , // ["ndvi"] or ["wdvi"] or both: [ "wdvi", "ndvi" ]
"lastdownloadedimagedate" : "2020-01-01" , //downloads images from this date till end of the year
"geometryJson" : {
"type" : "Polygon" ,
"coordinates" : [
[
[ 5.563472073408009 , 52.547554398144172 ] ,
[ 5.567425915520115 , 52.547725375100377 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563472073408009 , 52.547554398144172 ]
]
]
} ,
"downloadFolder" : "C:\\workdir\\groenmonitor\\" ,
"fileNameStats" : "BulkSatDownload.csv" ,
"database" : null ,
"schemaname" : null ,
"cropfieldtable" : null ,
"satelllitetable" : null
} ,
{
"fieldName" : "MyField_5" , // FarmMaps minimum needs are: fieldName, cropYear & geometryJson
"cropYear" : 2019 ,
"fieldID" : 5 ,
"SatelliteBands" : [ "ci-red" , "ndvi" , "wdvi" ] , // ["ndvi"] or ["wdvi"] or both: [ "wdvi", "ndvi" ]
"lastdownloadedimagedate" : "2019-01-01" , //downloads images from this date till end of the year
"geometryJson" : {
"type" : "Polygon" ,
"coordinates" : [
[
[ 5.563472073408009 , 52.547554398144172 ] ,
[ 5.567425915520115 , 52.547725375100377 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563472073408009 , 52.547554398144172 ]
]
]
} ,
"downloadFolder" : "C:\\workdir\\groenmonitor\\" ,
"fileNameStats" : "BulkSatDownload.csv" ,
"database" : null ,
"schemaname" : null ,
"cropfieldtable" : null ,
"satelllitetable" : null
} ,
{
"fieldName" : "MyField_6" , // FarmMaps minimum needs are: fieldName, cropYear & geometryJson
"cropYear" : 2018 ,
"fieldID" : 6 ,
"SatelliteBands" : [ "ci-red" , "ndvi" , "wdvi" ] , // ["ndvi"] or ["wdvi"] or both: [ "wdvi", "ndvi" ]
"lastdownloadedimagedate" : "2018-01-01" , //downloads images from this date till end of the year
"geometryJson" : {
"type" : "Polygon" ,
"coordinates" : [
[
[ 5.563472073408009 , 52.547554398144172 ] ,
[ 5.567425915520115 , 52.547725375100377 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563472073408009 , 52.547554398144172 ]
]
]
} ,
"downloadFolder" : "C:\\workdir\\groenmonitor\\" ,
"fileNameStats" : "BulkSatDownload.csv" ,
"database" : null ,
"schemaname" : null ,
"cropfieldtable" : null ,
"satelllitetable" : null
} ,
{
"fieldName" : "MyField_6" , // FarmMaps minimum needs are: fieldName, cropYear & geometryJson
"cropYear" : 2017 ,
"fieldID" : 7 ,
"SatelliteBands" : [ "ci-red" , "ndvi" , "wdvi" ] , // ["ndvi"] or ["wdvi"] or both: [ "wdvi", "ndvi" ]
"lastdownloadedimagedate" : "2017-01-01" , //downloads images from this date till end of the year
"geometryJson" : {
"type" : "Polygon" ,
"coordinates" : [
[
[ 5.563472073408009 , 52.547554398144172 ] ,
[ 5.567425915520115 , 52.547725375100377 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563472073408009 , 52.547554398144172 ]
]
]
} ,
"downloadFolder" : "C:\\workdir\\groenmonitor\\" ,
"fileNameStats" : "BulkSatDownload.csv" ,
"database" : null ,
"schemaname" : null ,
"cropfieldtable" : null ,
"satelllitetable" : null
} ,
{
"fieldName" : "MyField_8" , // FarmMaps minimum needs are: fieldName, cropYear & geometryJson. Actually no Satellite data before 2017. This here to illustrate the program does not crash
"cropYear" : 2016 ,
"fieldID" : 8 ,
"SatelliteBands" : [ "ci-red" , "ndvi" , "wdvi" ] , // ["ndvi"] or ["wdvi"] or both: [ "wdvi", "ndvi" ]
"lastdownloadedimagedate" : "2016-01-01" , //downloads images from this date till end of the year
"geometryJson" : {
"type" : "Polygon" ,
"coordinates" : [
[
[ 5.563472073408009 , 52.547554398144172 ] ,
[ 5.567425915520115 , 52.547725375100377 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563472073408009 , 52.547554398144172 ]
]
]
} ,
"downloadFolder" : "C:\\workdir\\groenmonitor\\" ,
"fileNameStats" : "BulkSatDownload.csv" ,
"database" : null ,
"schemaname" : null ,
"cropfieldtable" : null ,
"satelllitetable" : null
} ,
{
"fieldName" : "MyField_9" , // FarmMaps minimum needs are: fieldName, cropYear & geometryJson. Actually no Satellite data before 2017. This here to illustrate the program does not crash
"cropYear" : 2015 ,
"fieldID" : 9 ,
"SatelliteBands" : [ "ci-red" , "ndvi" , "wdvi" ] , // ["ndvi"] or ["wdvi"] or both: [ "wdvi", "ndvi" ]
"lastdownloadedimagedate" : "2015-01-01" , //downloads images from this date till end of the year
"geometryJson" : {
"type" : "Polygon" ,
"coordinates" : [
[
[ 5.563472073408009 , 52.547554398144172 ] ,
[ 5.567425915520115 , 52.547725375100377 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563878143678981 , 52.54048022658143 ] ,
[ 5.563472073408009 , 52.547554398144172 ]
]
]
} ,
"downloadFolder" : "C:\\workdir\\groenmonitor\\" ,
"fileNameStats" : "BulkSatDownload.csv" ,
"database" : null ,
"schemaname" : null ,
"cropfieldtable" : null ,
"satelllitetable" : null
2021-05-18 16:19:28 +00:00
}
]