0120 UnZipRawData Metria VMI (projects)
Unzip Metria VMI datasets
The json command file 0120_UnZipRawData_Metria-VMI.json is part of Karttur’s GeoImagine project SwedenWetlands. For details on the commands see the blog on Framework Processes.
{
"userproject": {
"userid": "karttur",
"projectid": "karttur",
"tractid": "karttur",
"siteid": "*",
"plotid": "*",
"system": "ancillary"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "UnZipRawData",
"overwrite": false,
"parameters": {
"srcdir": "DOWNLOADS/Metria/VMI/data",
"dstdir": "DOWNLOADS/Metria/VMI/data",
"getlist": "oswalk",
"pattern": "*",
"zipreplace": ".*",
"minlon": -180,
"maxlon": 180,
"minlat": -90,
"maxlat": 90
},
"srcpath": {
"volume": "sewetland",
"hdr": "zip"
},
"dstpath": {
"volume": "sewetland",
"hdr": "*"
}
}
]
}