0230_GrassDemFillDirTiles_metria-DEM_10m-mean.json

Thomas Gumbricht bio photo By Thomas Gumbricht

0230 GrassDemFillDirTiles metria DEM 10m mean (projects)

Fill single pits and peaks (adjacent to streams)

The json command file 0230_GrassDemFillDirTiles_metria-DEM_10m-mean.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": "GrassDemFillDirTiles",
      "version": "1.3",
      "overwrite": true,
      "parameters": {
        "singlewatershed" :true,
        "tileoverlap": 100,
        "asscript": true,
        "superimpose": true,
        "pitsize": 1,
        "pitquery": "",
        "peaks": true,
        "peakquery": "nbupmax >= 500 AND nbupq3 >= 250",
        "mosaic": true
      },
      "srcpath": {
        "volume": "Arctic2021",
        "hdr": "tif"
      },
      "dstpath": {
        "volume": "Arctic2021",
        "hdr": "tif"
      },
      "srccomp": [
        {
          "dem": {
            "source": "metria",
            "product": "dem",
            "content": "dem",
            "layerid": "dem2m",
            "prefix": "dem2m",
            "suffix": "mean-10m"
          }
        }
      ],
      "dstcopy": [
        {
          "dem": {
            "source": "copy",
            "product": "copy",
            "content": "copy",
            "layerid": "copy",
            "prefix": "copy",
            "suffix": "pfpf-mean-10m"
          }
        }
      ]
    }
  ]
}