Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Example JSON upload file

Code Block
languagejson
{
  "location": {
    "name": "NMWDI-$autoinc",
    "description": "No Description Available",
    "properties": {
      "altitude": 5495.8701171875,
      "altitude_accuracy": 0.5199999809265137,
      "altitude_datum": "NAVD88",
      "altitude_method": "LiDAR DEM"
    },
    "geometry": {
      "type": "Point",
      "coordinates": [
        -108.06889231646282,
        36.79656589018368
      ]
    }
  },
  "sensor": {
    "name": "Steel-tape measurement",
    "description": "No Description Available"
  },
  "datastream": {
    "name": "Depth Below Surface",
    "description": "manual measurements",
    "unitofMeasurement": "foot",
    "observationType": "double"
  },
  "observed_property": {
    "name": "Depth below ground surface",
    "description": "manual measurement depth to groundwater"
  },
  "thing": {
    "name": "AR-0001",
    "description": "Water Well",
    "properties": {
      "data_reliability": "Data field checked by reporting agency",
      "project": null,
      "organization": "NMBGMR",
      "organization_id": "AR-0001",
      "organization_key": "PointID"
    }
  },
  "observations": [
    "2015-08-18T00:00:00.000Z, 6.62",
    "2016-01-18T00:00:00.000Z, 6.36",
    "2016-03-15T00:00:00.000Z, 5.97",
    "2016-06-01T00:00:00.000Z, 4.82",
    "2016-10-18T00:00:00.000Z, 6.51",
    "2016-11-21T00:00:00.000Z, 5.96",
    "2017-01-24T00:00:00.000Z, 5.69",
    "2017-03-15T00:00:00.000Z, 5.56",
    "2017-06-01T00:00:00.000Z, 4.58",
    "2018-03-28T00:00:00.000Z, 6.31",
    "2018-10-11T00:00:00.000Z, 6.6",
    "2019-04-09T00:00:00.000Z, 5.19"
  ],
  "destination": "https://st.newmexicowaterdata.org/FROST-Server/v1.1"
}

This information is not up to date. Upload to ST via this mechanism is only used internally.

Below are the two valid upload formats and example files. The supported file formats are YAML and CSV. The required columns are listed in Table 1. CSV Columns

...