152 lines
3.2 KiB
JSON
152 lines
3.2 KiB
JSON
{
|
|
"@context": [
|
|
"https://geojson.org/geojson-ld/geojson-context.jsonld",
|
|
{
|
|
"@version": "1.1",
|
|
"wx": "https://api.weather.gov/ontology#",
|
|
"s": "https://schema.org/",
|
|
"geo": "http://www.opengis.net/ont/geosparql#",
|
|
"unit": "http://codes.wmo.int/common/unit/",
|
|
"@vocab": "https://api.weather.gov/ontology#",
|
|
"geometry": {
|
|
"@id": "s:GeoCoordinates",
|
|
"@type": "geo:wktLiteral"
|
|
},
|
|
"city": "s:addressLocality",
|
|
"state": "s:addressRegion",
|
|
"distance": {
|
|
"@id": "s:Distance",
|
|
"@type": "s:QuantitativeValue"
|
|
},
|
|
"bearing": {
|
|
"@type": "s:QuantitativeValue"
|
|
},
|
|
"value": {
|
|
"@id": "s:value"
|
|
},
|
|
"unitCode": {
|
|
"@id": "s:unitCode",
|
|
"@type": "@id"
|
|
},
|
|
"forecastOffice": {
|
|
"@type": "@id"
|
|
},
|
|
"forecastGridData": {
|
|
"@type": "@id"
|
|
},
|
|
"publicZone": {
|
|
"@type": "@id"
|
|
},
|
|
"county": {
|
|
"@type": "@id"
|
|
}
|
|
}
|
|
],
|
|
"id": "https://api.weather.gov/stations/KDCA/observations/2026-02-06T21:30:00+00:00",
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [-77.03, 38.85]
|
|
},
|
|
"properties": {
|
|
"@id": "https://api.weather.gov/stations/KDCA/observations/2026-02-06T21:30:00+00:00",
|
|
"@type": "wx:ObservationStation",
|
|
"elevation": {
|
|
"unitCode": "wmoUnit:m",
|
|
"value": 20
|
|
},
|
|
"station": "https://api.weather.gov/stations/KDCA",
|
|
"stationId": "KDCA",
|
|
"stationName": "Washington/Reagan National Airport, DC",
|
|
"timestamp": "2026-02-06T21:30:00+00:00",
|
|
"rawMessage": "",
|
|
"textDescription": "Light Snow",
|
|
"icon": "https://api.weather.gov/icons/land/day/snow?size=medium",
|
|
"presentWeather": [
|
|
{
|
|
"intensity": "light",
|
|
"modifier": null,
|
|
"weather": "snow",
|
|
"rawString": "-SN"
|
|
}
|
|
],
|
|
"temperature": {
|
|
"unitCode": "wmoUnit:degC",
|
|
"value": -1,
|
|
"qualityControl": "V"
|
|
},
|
|
"dewpoint": {
|
|
"unitCode": "wmoUnit:degC",
|
|
"value": -7,
|
|
"qualityControl": "V"
|
|
},
|
|
"windDirection": {
|
|
"unitCode": "wmoUnit:degree_(angle)",
|
|
"value": 0,
|
|
"qualityControl": "V"
|
|
},
|
|
"windSpeed": {
|
|
"unitCode": "wmoUnit:km_h-1",
|
|
"value": 0,
|
|
"qualityControl": "V"
|
|
},
|
|
"windGust": {
|
|
"unitCode": "wmoUnit:km_h-1",
|
|
"value": null,
|
|
"qualityControl": "Z"
|
|
},
|
|
"barometricPressure": {
|
|
"unitCode": "wmoUnit:Pa",
|
|
"value": 100372.55,
|
|
"qualityControl": "V"
|
|
},
|
|
"seaLevelPressure": {
|
|
"unitCode": "wmoUnit:Pa",
|
|
"value": null,
|
|
"qualityControl": "Z"
|
|
},
|
|
"visibility": {
|
|
"unitCode": "wmoUnit:m",
|
|
"value": 9656.06,
|
|
"qualityControl": "C"
|
|
},
|
|
"maxTemperatureLast24Hours": {
|
|
"unitCode": "wmoUnit:degC",
|
|
"value": null
|
|
},
|
|
"minTemperatureLast24Hours": {
|
|
"unitCode": "wmoUnit:degC",
|
|
"value": null
|
|
},
|
|
"precipitationLast3Hours": {
|
|
"unitCode": "wmoUnit:mm",
|
|
"value": null,
|
|
"qualityControl": "Z"
|
|
},
|
|
"relativeHumidity": {
|
|
"unitCode": "wmoUnit:percent",
|
|
"value": 63.771213893297,
|
|
"qualityControl": "V"
|
|
},
|
|
"windChill": {
|
|
"unitCode": "wmoUnit:degC",
|
|
"value": null,
|
|
"qualityControl": "V"
|
|
},
|
|
"heatIndex": {
|
|
"unitCode": "wmoUnit:degC",
|
|
"value": null,
|
|
"qualityControl": "V"
|
|
},
|
|
"cloudLayers": [
|
|
{
|
|
"base": {
|
|
"unitCode": "wmoUnit:m",
|
|
"value": 944.88
|
|
},
|
|
"amount": "OVC"
|
|
}
|
|
]
|
|
}
|
|
}
|