json/regions global modtiles (setup_processes)
# Link global default regions to MODIS SIN grid tiles
The json command file regions-global-modtiles_v090.json is part of karttur’s GeoImagine project setup_processes. Calling the json file will execute the following commands of the GeoImagine Framework.
{
"userproject": {
"userid": "karttur",
"projectid": "karttur",
"tractid": "karttur",
"siteid": "*",
"plotid": "*",
"system": "modis"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "LinkDefaultRegionTiles",
"overwrite": false,
"version": "0.9",
"verbose": 2,
"parameters": {
"defregmask": "global",
"regioncat": "global",
"onlyregionsfullywithinsystem": false
},
"srcpath": {
"volume": "DEMDATA",
"hdr": "shp",
"dat": "shp"
},
"dstpath": {
"volume": "DEMDATA"
},
"srccomp": [
{
"regions": {
"source": "karttur",
"product": "pubroi",
"content": "roi",
"layerid": "defreg",
"prefix": "defreg",
"suffix": "v010"
}
}
],
"dstcomp": [
{
"region": {
"source": "karttur",
"product": "pubroi",
"content": "roi",
"layerid": "defreg",
"prefix": "defreg",
"suffix": "v010"
}
}
]
}
]
}