modis-inserttable-tilecoords+regions_v090.json

Thomas Gumbricht bio photo By Thomas Gumbricht

json/modis inserttable tilecoords+regions (setup_processes)

Insert the MODIS db table data for tilecoords and regions from exported csv

The json command file modis-inserttable-tilecoords+regions_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": "system"
  },
  "period": {
    "timestep": "static"
  },
  "process": [
    {
      "processid": "InsertTableCsv",
      "overwrite": true,
      "version": "0.9",
      "verbose": 2,
      "parameters": {
        "schema": "modis",
        "table": "tilecoords"
      },
      "dstpath": {
        "volume": "DEMDATA"
      }
    },
    {
      "processid": "InsertTableCsv",
      "overwrite": true,
      "version": "0.9",
      "verbose": 2,
      "parameters": {
        "schema": "modis",
        "table": "regions"
      },
      "dstpath": {
        "volume": "DEMDATA"
      }
    }
  ]
}