Tidy forecasts of a fstadv dataframe object.
Details
Gathers all forecast points, tidies dataframe to make one row per forecast position. Complete cases only. Use Key, Adv and Date to join with other tidy dataframes.
- Key
Unique identifier of cyclone
- Adv
Advisory number
- Date
Date and time of advisory
- FcstDate
Forecast date and time in UTC
- Lat
Forecast latitude
- Lon
Forecast Longitude
- Wind
Forecast wind in knots
- Gust
Forecast gust in knots
Examples
if (FALSE) {
get_fstadv("http://www.nhc.noaa.gov/archive/1998/1998ALEXadv.html") %>%
tidy_fcst()
}