cleanStorms: Parse Storm Event data into usable format

Description Usage Arguments Value

View source: R/StormsParsing.R

Description

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.

Usage

1
cleanStorms(folder)

Arguments

folder

Location of storm CSVs

Value

A dataframe containing Storm Event information


DatascribeConsulting/MonaRk documentation built on May 4, 2021, 5:28 a.m.