db-delete_v090.json

Thomas Gumbricht bio photo By Thomas Gumbricht

jsonsql/db delete v090.json (setup_db)

Delete the complete database

The json command file db-delete_v090.json is part of karttur’s GeoImagine project setup_db. 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": "DeleteDatabase",
      "overwrite": true,
      "version": "0.9",
      "verbose": 2,
      "dstpath": {
        "volume": ".",
        "hdr": "shp",
        "dat": "shp"
      }
    }
  ]
}