defvol / weatherman

The unofficial NOAA API
http://weatherman.herokuapp.com/ping
MIT License
0 stars 0 forks source link

The Forecast Object #4

Open defvol opened 10 years ago

defvol commented 10 years ago

Reference: http://www.nhc.noaa.gov/archive/2013/al10/al102013.fstadv.010.shtml?

{
    "identifier": "al102013.fstadv.010",
    "source": "http://www.nhc.noaa.gov/archive/2013/al10/al102013.fstadv.010.shtml",
    "title": "HURRICANE INGRID FORECAST/ADVISORY NUMBER  10",
    "sent": "2100 UTC SAT SEP 14 2013",
    "current": {
        "center": "21.3N  94.4W",
        "effective": "14/2100Z",
        "movement": "TOWARD THE NORTH OR 360 DEGREES AT   6 KT",
        "minCentralPressure": "987 MB",
        "winds": {
            "maxSustained": "65 KT",
            "gusts": "80 KT",
            "64 KT": "20NE   0SE   0SW   0NW",
            "50 KT": "40NE  20SE   0SW  20NW",
            "34 KT": "70NE  60SE  40SW  40NW",
            "seas": {
                "height": "12 FT",
                "direction": "150NE  90SE  60SW 120NW"
            }
        }
    },
    "forecasts": [
        {
            "center": "22.0N  94.5W",
            "effective": "15/0600Z",
            "winds": {
                "maxSustained": "70 KT",
                "gusts": "85 KT",
                "64 KT": "25NE  15SE   0SW   0NW",
                "50 KT": "40NE  20SE  20SW  20NW",
                "34 KT": "70NE  60SE  50SW  40NW"
            }
        },
        {
            "center": "22.7N  95.4W",
            "effective": "15/1800Z",
            "winds": {
                "maxSustained": "75 KT",
                "gusts": "90 KT",
                "64 KT": "25NE  25SE   0SW   0NW",
                "50 KT": "50NE  40SE  20SW  30NW",
                "34 KT": "80NE  60SE  50SW  50NW"
            }
        },
        {
            "center": "22.5N  98.0W",
            "effective": "16/1800Z",
            "inland": true,
            "winds": {
                "maxSustained": "65 KT",
                "gusts": "80 KT",
                "50 KT": "20NE  20SE   0SW   0NW",
                "34 KT": "100NE  90SE  20SW  20NW"
            }
        }
    ]
}