Description Usage Arguments Value
View source: R/StormsParsing.R
Storm event data is downloaded from https://www1.ncdc.noaa.gov/pub/data/swdi/stormevents/csvfiles/ Keep all storm event CSVs in a single folder and pass it to this function to create a df to be used in further flight data processing. Filters out storm events that have no relevance to flights. Converts all timezone data to UTC.
1 | cleanStorms(folder)
|
folder |
Location of storm CSVs |
A dataframe containing Storm Event information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.