Rootprocess: Ancillary

Subprocess: DownloadAncillary

Excerpt: Download ancillary data

Complete json command structure (overriding defaults)

{
  "userproject": {
    "userid": "karttur",
    "projectid": "karttur",
    "tractid": "karttur",
    "siteid": "*",
    "plotid": "*",
    "system": "system"
  },
  "period": {
    "timestep": "static"
  },
  "process": [
    {
      "processid": "DownloadAncillary",
      "parameters": {
        "downloadcode": "urlstring",
        "path": "",
        "datadir": ""
      },
      "srcpath": {
        "volume": ""
      },
      "dstpath": {
        "volume": ""
      }
    }
  ]
}

Required json command structure (accepting all defaults)

{
  "userproject": {
    "userid": "karttur",
    "projectid": "karttur",
    "tractid": "karttur",
    "siteid": "*",
    "plotid": "*",
    "system": "system"
  },
  "period": {
    "timestep": "static"
  },
  "process": [
    {
      "processid": "DownloadAncillary",
      "parameters": {
        "downloadcode": "urlstring",
        "path": "",
        "datadir": ""
      },
      "srcpath": {
        "volume": ""
      },
      "dstpath": {
        "volume": ""
      }
    }
  ]
}

List of parameters

parent element paramid type required default
process parameters downloadcode text True urlstring
process parameters path text True
process parameters datadir text True
process srcpath volume text True
process dstpath volume text True

Hints for parameters

parent element paramid hint
process parameters downloadcode Import code that identifies which subroutine to use for import
process parameters path path to download regardless of what kind
process parameters datadir path tunder dstpath where to save file
process srcpath volume Volume, disk or path for saving the destination data
process dstpath volume Volume, disk or path for saving the destination data