json/ease2 system define (setup_processes)
# Define the EASE-grid 2 north/South tile/project systems
The json command file ease2_system-define_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": "DefineCustomSystem",
"overwrite": false,
"version": "0.9",
"verbose": 3,
"parameters": {
"systemid": "ease2n",
"epsg": 6931,
"minx": -9000000,
"miny": -9000000,
"maxx": 9000000,
"maxy": 9000000,
"xtiles": 20,
"ytiles": 20
}
},
{
"processid": "DefineCustomSystem",
"overwrite": false,
"version": "0.9",
"verbose": 3,
"parameters": {
"systemid": "ease2s",
"epsg": 6932,
"minx": -9000000,
"miny": -9000000,
"maxx": 9000000,
"maxy": 9000000,
"xtiles": 20,
"ytiles": 20
}
}
]
}