json/landsat dumptable sql (setup_processes)
# Dump linked landregion as sql
The json command file landsat-dumptable-sql_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": "system"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "DumpTableSQL",
"overwrite": false,
"version": "0.9",
"verbose": 2,
"parameters": {
"schema": "landsat",
"table": "scenecoords",
"format": "p",
"cmdpath": "/usr/local/bin",
"dataonly": true,
"definitiononly": false
},
"dstpath": {
"volume": ".",
"hdr": "shp",
"dat": "shp"
}
},
{
"processid": "DumpTableSQL",
"overwrite": false,
"version": "0.9",
"verbose": 2,
"parameters": {
"schema": "landsat",
"table": "regions",
"format": "p",
"cmdpath": "/usr/local/bin",
"dataonly": true,
"definitiononly": false
},
"dstpath": {
"volume": ".",
"hdr": "shp",
"dat": "shp"
}
}
]
}