0180 TileProjSysRegion metria DEM 10m min (projects)
Tile DEM to sweref while resampling 10 m minimum of 25 cells
The json command file 0180_TileProjSysRegion_metria-DEM_10m-min.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-sweref",
"tractid": "karttur-sweref",
"siteid": "*",
"plotid": "*",
"system": "sweref"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "TileProjSysRegion",
"version": "1.3",
"overwrite": false,
"parameters": {
"src_defregid": "sweref",
"tr_xres": 10,
"tr_yres": 10,
"resample": "min",
"asscript": true
},
"srcpath": {
"volume": "sewetland",
"hdr": "vrt"
},
"dstpath": {
"volume": "sewetland",
"hdr": "tif"
},
"srccomp": [
{
"dem_min-10m": {
"source": "metria",
"product": "dem",
"content": "dem",
"layerid": "dem2m",
"prefix": "dem2m",
"suffix": "raw"
}
}
],
"dstcopy": [
{
"dem_min-10m": {
"srccomp": "dem_dem2m",
"suffix": "min-10m"
}
}
]
}
]
}