Return dataframe of forecast/advisory data.
get_fstadv(links)
links | URL to storms' archive page. |
---|
Returns a wide dataframe of most the data available in a cyclones forecast/advisory product (watches and warnings are not included at this time).
Overall structure of the dataframe is listed below. Note the following clarifications:
The value of `n` in `Hr{n}` variables is the forecast period. Up to 2002, forecast periods are 12, 24, 36, 48 and 72 hours. After 2002, forecast periods were extended to 96 and 120 hours. Not all forecast periods will be available for every cyclone advisory (e.g., if it is dissipating or expected to dissipate.)
Wind radius data is not included 96 and 120 hour forecast periods.
Forecast dates are not truly 12, 24, ..., 120 hours from the date/time of the advisory. The NHC issues two positions in these products; one for current and one for three hours prior. It is the latter position the forecast date/times are based.
Classification of cyclone
Name of cyclone
Advisory number
Date and time of advisory
Unique identifier of cyclone
Latitude of cyclone center
Longitude of cyclone center
Maximum sustained one-minute winds in knots
Maximum sustained one-minute gusts in knots
Minimum central pressure in millibars
Position accuracy of cyclone in nautical miles
Compass angle of forward motion
Forward speed in miles per hour
Size of eye in nautical miles
Radius of >=64kt winds in northeast quadrant
Radius of >=64kt winds in southeast quadrant
Radius of >=64kt winds in southwest quadrant
Radius of >=64kt winds in northwest quadrant
Radius of >=50kt winds in northeast quadrant
Radius of >=50kt winds in southeast quadrant
Radius of >=50kt winds in southwest quadrant
Radius of >=50kt winds in northwest quadrant
Radius of >=34kt winds in northwest quadrant
Radius of >=34kt winds in southeast quadrant
Radius of >=34kt winds in southwest quadrant
Radius of >=34kt winds in northwest quadrant
Forecast valid date
Forecast latitude in `n` hours
Forecast longitude in `n` hours
Forecast maximum wind in `n` hours
Forecast maximum gust in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Forecast wind radius in `n` hours
Radius of 12ft seas in northeast quadrant
Radius of 12ft seas in southeast quadrant
Radius of 12ft seas in southwest quadrant
Radius of 12ft seas in northwest quadrant
if (FALSE) { # Return dataframe of forecast/advisories for Tropical Storm Alex (AL011998) get_fstadv("http://www.nhc.noaa.gov/archive/1998/1998ALEXadv.html") }