read_hurricane_data: Creates a tribble with a row for for each wind radii per wind...

Description Usage Arguments Value Examples

Description

Creates a tribble with a row for for each wind radii per wind direction based on the given file for the storm name and the specific time. Longitude is negated to -longitude. Year, month, day and hour are combined into a single datetime column of format yyyy-mm-dd hh:00:00

Usage

1
read_hurricane_data(path, storm_fullname, exacttime)

Arguments

path

File path containing the storm data.

storm_fullname

This should be of the format <stormid>-<year> Eg: IKE-2008

exacttime

Complete date / time value to restrict the storm to a single row. Eg: 2008-09-13 06:00:00

Value

A tribble consisting of storm_id, datetime, longitude, latitude, wind_speed, ne, nw, se, sw

Examples

1
2
3
4
5
## Not run: 
ike_data <- read_hurricane_data(paste0(getwd(), "/ebtrk_atlc_1988_2015.txt"), "IKE-2008",
 "2008-09-13 06:00:00")

## End(Not run)

balajiambreshrajkumar/geomhurricane documentation built on May 28, 2019, 6:37 p.m.