0180_TileAncillaryRegion_gs-CopDem-90m.json

0180 TileAncillaryRegion gs CopDem 90m (projects)

Tile the virtual CopDEM 90 m mosaic to tif tiles

The json command file 0180_TileAncillaryRegion_gs-CopDem-90m.json is part of Karttur’s GeoImagine project CopDEM. For details on the commands see the blog on Framework Processes.

{
  "userproject": {
    "userid": "karttur",
    "projectid": "karttur-northlandease2n",
    "tractid": "karttur-northlandease2n",
    "siteid": "*",
    "plotid": "*",
    "system": "ease2n"
  },
  "period": {
    "timestep": "static"
  },
  "process": [
    {
      "processid": "TileAncillaryRegion",
      "version": "1.3",
      "overwrite": false,
      "parameters": {
        "src_defregid": "global",
        "tr_xres": 90,
        "tr_yres": 90,
        "resample": "bilinear",
        "asscript": true
      },
      "srcpath": {
        "volume": "GeoImg2021",
        "hdr": "vrt"
      },
      "dstpath": {
        "volume": "GeoImg2021",
        "hdr": "tif"
      },
      "srccomp": [
        {
          "copdem90": {
            "source": "ESA",
            "product": "copdem",
            "content": "dem",
            "layerid": "copdem",
            "prefix": "dem",
            "suffix": "v01-90m",
            "cellnull": -32767
          }
        }
      ],
      "dstcopy": [
        {
          "copdem90": {
            "srccomp": "dem_copdem"
          }
        }
      ]
    }
  ]
}