0190_MosaicAdjacentTiles_metria-DEM_10m-min.json

Thomas Gumbricht bio photo By Thomas Gumbricht

0190 MosaicAdjacentTiles metria DEM 10m min (projects)

Create min DEM virtual overlap mosaics for each original tile

The json command file 0190_MosaicAdjacentTiles_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": "MosaicAdjacentTiles",
      "version": "1.3",
      "overwrite": false,
      "parameters": {
        "tr_xres": 10,
        "tr_yres": 10,
        "resample": "near",
        "asscript": true
      },
      "srcpath": {
        "volume": "sewetland",
        "hdr": "tif"
      },
      "dstpath": {
        "volume": "sewetland",
        "hdr": "vrt"
      },
      "srccomp": [
        {
          "dem_min-10m": {
            "source": "metria",
            "product": "dem",
            "content": "dem",
            "layerid": "dem2m",
            "prefix": "dem2m",
            "suffix": "min-10m"
          }
        }
      ],
      "dstcopy": [
        {
          "dem_min-10m": {
            "srccomp": "dem_dem2m"
          }
        }
      ]
    }
  ]
}