Skip to content

Usecases Need Updating #163

@EricLo-417

Description

@EricLo-417

Hello OGC Connected System People,

I am currently making an implementation of api and wanted to look some example JSONs. I noticed that the usecases may be out of date with the standards documents.

For example,
usecases/hydro/groundwater/systems/waterlevel-sensor-geojson.json

{
  "type": "Feature",
  "id": "8ewqgtmftd61",
  "geometry": null,
  "properties": {
    "uid": "urn:x-usgs:sensors:4001",
    "name": "Water Level Sensor #4001",
    "description": "Water level sensor mounted in ground water well",
    "featureType": "http://www.w3.org/ns/sosa/Sensor",
    "assetType": "http://www.opengis.net/def/x-OGC/Equipment",
    "procedure@link": {
      "href": "https://data.example.org/api/procedures/otxtb9yvouo1?f=json",
      "uid": "urn:x-usgs:datasheets:WL400",
      "type" : "application/geo+json"
    },
    "attachedTo@link": {
      "href": "https://data.example.org/api/systems/tqjswq53bha6?f=json",
      "uid": "urn:x-usgs:platforms:well:384824104332601",
      "type" : "application/geo+json"
    }
  }
}

But if you look at the encoding guidelines "procedure@link" and "attachedTo@Link" do not exist for geojson. I believe these should be in links. This may be the sensorML version

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    apidocumentationImprovements or additions to documentation

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions