GeoJSON OGC FG style OMS example - opengeospatial/om-swg GitHub Wiki
https://miro.com/app/board/o9J_ltk1Z7Q=/
Observer
{
"type": "Feature",
"id": "observer001",
"geometry": {
"type": "Point",
"coordinates": []
},
"where": null,
"properties": {
"featureType": "Observer",
"name": ["ACME River flow Sensor 001"],
"description": "A really smooth sensor",
"link": ["https://acme.example/acme_no2_001.html"]
}
}
Observation
{
"type": "Feature",
"id": "obs001",
"geometry": {
"type": "Point",
"coordinates": []
},
"where": null,
"when": {
"interval": [ "2017-08-17T12:00:00Z", "2017-08-17T12:01:00Z" ]
},
"properties": {
"featureType": "Observation",
"observationType": [
{
"title": "Measurement",
"href": "http://www.opengis.net/def/observation-type/OGC/0/by-result-type/measurement"
}
],
"parameter": {
"sensorOption1": "aValue",
"sensorOption2": 2.5
},
"phenomenonTime": "2017-08-17T12:00:00Z/PT1M",
"resultTime": "2017-08-17T12:01:25Z",
"resultQuality": "raw sensor measurement",
"validTime": "2017-08-17T12:01:25Z/P1D",
"observingProcedure": {
"href": "obsProc1",
"title": "stream gauge"
},
"observedProperty": {
"href": "obsProp1",
"title": "stream flow"
},
"observer": {
"href": "observer001",
"title" :"ACME River flow Sensor 001"
},
"host": {
"href": "A060005050",
"title": "Le Rhin en Allemagne [Kehl Kronenhof]"
},
"ultimateFeatureOfInterest": {
"href": "A---0000",
"title": "the Rhine in France"
},
"proximateFeatureOfInterest": {
"href": "sample001",
"title": "Point sample around Le Rhin en Allemagne [Kehl Kronenhof]"
},
"result": {
"unitOfMeasure": {
"href": "http://qudt.org/vocab/unit/L-PER-SEC",
"title": "Litre Per Second"
},
"value": 2.73
}
}
}