Where a station is sited. Elevation is strongly recommended: pressure data is hard to interpret without it.
Properties
elevation
integer
Optional
Meters above mean sea level (whole meters).
geohash
string
Optional
Denormalized geohash index hint. Precision is the owner's choice and doubles as a privacy knob.
maxLength: 12 bytesposition
union
Required
The position, as a community location shape. Open union: additional shapes remain valid.
sensorHeight
ref
net.atmowx.defs#quantity
Optional
Sensor height above ground level, meters.
View raw schema
{
"type": "object",
"required": [
"position"
],
"properties": {
"geohash": {
"type": "string",
"maxLength": 12,
"description": "Denormalized geohash index hint. Precision is the owner's choice and doubles as a privacy knob."
},
"position": {
"refs": [
"community.lexicon.location.geo",
"community.lexicon.location.hthree",
"community.lexicon.location.address"
],
"type": "union",
"closed": false,
"description": "The position, as a community location shape. Open union: additional shapes remain valid."
},
"elevation": {
"type": "integer",
"description": "Meters above mean sea level (whole meters)."
},
"sensorHeight": {
"ref": "net.atmowx.defs#quantity",
"type": "ref",
"description": "Sensor height above ground level, meters."
}
},
"description": "Where a station is sited. Elevation is strongly recommended: pressure data is hard to interpret without it."
}