Skip to content

Instantly share code, notes, and snippets.

@mwengren
Created March 26, 2021 14:55
Show Gist options
  • Save mwengren/aae4fcf3bdd2a85740e8ad33757c7908 to your computer and use it in GitHub Desktop.
Save mwengren/aae4fcf3bdd2a85740e8ad33757c7908 to your computer and use it in GitHub Desktop.
An example covjson point temperature measurement
{
"type": "Coverage",
"domain": {
"type": "Domain",
"domainType": "Point",
"axes": {
"x": {
"values": [-70]
},
"y": {
"values": [40]
},
"z": {
"values": [1]
},
"t": {
"values": ["2021-03-26T04:00:00Z"]
}
},
"referencing": [{
"coordinates": ["x", "y"],
"system": {
"type": "GeographicCRS",
"id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
}, {
"coordinates": ["z"],
"system": {
"type": "VerticalCRS",
"id": "http://www.opengis.net/def/crs/EPSG/0/5703"
}
}, {
"coordinates": ["t"],
"system": {
"type": "TemporalRS",
"calendar": "Gregorian"
}
}]
},
"parameters": {
"temperature": {
"type": "Parameter",
"unit": {
"symbol": "°C"
},
"observedProperty": {
"label": {
"en": "Air temperature",
"de": "Lufttemperatur"
}
}
}
},
"ranges": {
"temperature": {
"type": "NdArray",
"dataType": "float",
"values": [26.4]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment