0165-fillnodata-ERA5-climate.json

Thomas Gumbricht bio photo By Thomas Gumbricht

0165 fillnodata ERA5 climate (projects)

fillnodata ERA3 climate data

The json command file 0165-fillnodata-ERA5-climate.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",
    "tractid": "karttur",
    "siteid": "*",
    "plotid": "*",
    "system": "ancillary"
  },
  "period": {
    "timestep": "M",
    "startyear": 1950,
    "startmonth": 1,
    "startday": 1,
    "endyear": 2021,
    "endmonth": 12,
    "endday": 31
  },
  "process": [
    {
      "processid": "fillnodataregion",
      "overwrite": true,
      "parameters": {
        "max_distance": 8
      },
      "srcpath": {
        "volume": "sewetland",
        "hdr": "tif"
      },
      "dstpath": {
        "volume": "sewetland",
        "hdr": "tif"
      },
      "srccomp": [
        {
          "precip": {
            "source": "c3s",
            "product": "era5",
            "content": "precip",
            "layerid": "tot-precip-m-m",
            "prefix": "tot-precip-m-m",
            "suffix": "v2022-r"
          }
        },
        {
          "temp": {
            "source": "c3s",
            "product": "era5",
            "content": "airtemp",
            "layerid": "temperature@2m",
            "prefix": "temperature@2m",
            "suffix": "v2022-r"
          }
        }
      ],
      "dstcopy": [
        {
          "precip": {
            "srccomp": "precip_tot-precip-m-m",
            "suffix": "v2022-r-fill8px"
          }
        },
        {
          "temp": {
            "srccomp": "airtemp_temperature@2m",
            "suffix": "v2022-r-fill8px"
          }
        }
      ]
    }
  ]
}