tidy_fcst: tidy_fcst

View source: R/tidy_fstadv.R

tidy_fcstR Documentation

tidy_fcst

Description

Tidy forecasts of a fstadv dataframe object.

Usage

tidy_fcst(df)

Arguments

df

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

## Not run: 
get_fstadv("http://www.nhc.noaa.gov/archive/1998/1998ALEXadv.html") |>
  tidy_fcst()

## End(Not run)

timtrice/Hurricanes documentation built on Oct. 10, 2023, 8:15 p.m.