wthr 0.1.0

Weather from the US National Weather Service.
Documentation
{
    "@context": [
        "https://geojson.org/geojson-ld/geojson-context.jsonld",
        {
            "@version": "1.1",
            "wx": "https://mock.api/ontology#",
            "s": "https://schema.org/",
            "geo": "http://www.opengis.net/ont/geosparql#",
            "unit": "http://codes.wmo.int/common/unit/",
            "@vocab": "https://mock.api/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://mock.api/points/42.4465,-76.4807",
    "type": "Feature",
    "geometry": {
        "type": "Point",
        "coordinates": [
            -76.480699999999999,
            42.4465
        ]
    },
    "properties": {
        "@id": "https://mock.api/points/42.4465,-76.4807",
        "@type": "wx:Point",
        "cwa": "BGM",
        "forecastOffice": "https://mock.api/offices/BGM",
        "gridId": "BGM",
        "gridX": 44,
        "gridY": 69,
        "forecast": "https://mock.api/gridpoints/BGM/44,69/forecast",
        "forecastHourly": "https://mock.api/gridpoints/BGM/44,69/forecast/hourly",
        "forecastGridData": "https://mock.api/gridpoints/BGM/44,69",
        "observationStations": "https://mock.api/gridpoints/BGM/44,69/stations",
        "relativeLocation": {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -76.471610999999996,
                    42.453136999999998
                ]
            },
            "properties": {
                "city": "Forest Home",
                "state": "NY",
                "distance": {
                    "value": 1049.1700469784,
                    "unitCode": "unit:m"
                },
                "bearing": {
                    "value": 225,
                    "unitCode": "unit:degrees_true"
                }
            }
        },
        "forecastZone": "https://mock.api/zones/forecast/NYZ025",
        "county": "https://mock.api/zones/county/NYC109",
        "fireWeatherZone": "https://mock.api/zones/fire/NYZ025",
        "timeZone": "America/New_York",
        "radarStation": "KBGM"
    }
}