-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
apidocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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

Sam-Bolling
Metadata
Metadata
Assignees
Labels
apidocumentationImprovements or additions to documentationImprovements or additions to documentation