modis-search_datapool_v090.json

Thomas Gumbricht bio photo By Thomas Gumbricht

json/modis search datapool (setup_processes)

Search LPDAAC datapool for MODIS tiles

The json command file modis-search_datapool_v090.json is part of karttur’s GeoImagine project setup_processes. Calling the json file will execute the following commands of the GeoImagine Framework.

{
  "userproject": {
    "userid": "karttur",
    "projectid": "karttur",
    "tractid": "karttur",
    "siteid": "*",
    "plotid": "*",
    "system": "modis"
  },
  "period": {
    "startyear": "2018",
    "endyear": "2020",
    "timestep": "8D"
  },
  "process": [
    {
      "processid": "searchDataPool",
      "overwrite": false,
      "version": "0.9",
      "verbose": 2,
      "parameters": {
        "product": "MCD43A4",
        "version": "006",
        "serverurl": "http://e4ftl01.cr.usgs.gov"
      },
      "dstpath": {
        "volume": "None"
      }
    },
    {
      "processid": "searchDataPool",
      "overwrite": false,
      "version": "0.9",
      "verbose": 2,
      "parameters": {
        "product": "MYD09A1",
        "version": "006",
        "serverurl": "http://e4ftl01.cr.usgs.gov"
      },
      "dstpath": {
        "volume": "None"
      }
    },
    {
      "processid": "searchDataPool",
      "overwrite": false,
      "version": "0.9",
      "verbose": 2,
      "parameters": {
        "product": "MOD09A1",
        "version": "006",
        "serverurl": "http://e4ftl01.cr.usgs.gov"
      },
      "dstpath": {
        "volume": "None"
      }
    }
  ]
}