Skip to content

Instantly share code, notes, and snippets.

@gallynaut
Created February 23, 2022 23:49
Show Gist options
  • Save gallynaut/fe3b69e54f5cf20826668d03b704e809 to your computer and use it in GitHub Desktop.
Save gallynaut/fe3b69e54f5cf20826668d03b704e809 to your computer and use it in GitHub Desktop.
{
"@context": [
"https://geojson.org/geojson-ld/geojson-context.jsonld",
{
"@version": "1.1",
"wx": "https://api.weather.gov/ontology#",
"geo": "http://www.opengis.net/ont/geosparql#",
"unit": "http://codes.wmo.int/common/unit/",
"@vocab": "https://api.weather.gov/ontology#"
}
],
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-80.145596900000001, 25.789831800000002],
[-80.148369799999998, 25.767131800000001],
[-80.123180899999994, 25.764634700000002],
[-80.120403400000001, 25.787334200000004],
[-80.145596900000001, 25.789831800000002]
]
]
},
"properties": {
"updated": "2022-02-22T17:30:56+00:00",
"units": "us",
"forecastGenerator": "BaselineForecastGenerator",
"generatedAt": "2022-02-22T18:12:53+00:00",
"updateTime": "2022-02-22T17:30:56+00:00",
"validTimes": "2022-02-22T11:00:00+00:00/P7DT14H",
"elevation": {
"unitCode": "wmoUnit:m",
"value": 0.91439999999999999
},
"periods": [
{
"number": 1,
"name": "This Afternoon",
"startTime": "2022-02-22T13:00:00-05:00",
"endTime": "2022-02-22T18:00:00-05:00",
"isDaytime": true,
"temperature": 80,
"temperatureUnit": "F",
"temperatureTrend": null,
"windSpeed": "16 mph",
"windDirection": "E",
"icon": "https://api.weather.gov/icons/land/day/sct?size=medium",
"shortForecast": "Mostly Sunny",
"detailedForecast": "Mostly sunny, with a high near 80. East wind around 16 mph, with gusts as high as 21 mph."
},
...
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment