get_ftp_storm_data: get_ftp_storm_data

View source: R/get_storm_list.R

get_ftp_storm_dataR Documentation

get_ftp_storm_data

Description

Retrieve text products from the National Hurricane Center's FTP server. Not all products may exist for certain storms.

Usage

get_ftp_storm_data(
  stormid,
  products = c("discus", "fstadv", "posest", "public", "prblty", "update", "wndprb")
)

Arguments

stormid

A six-character alphanumeric string formatted as AABBCCCC where

AA

The basin of the storm; AL or EP

BB

Storm number for the year as decimal number (e.g., 01, 02, ..., 10, ...)

CCCC

Year with century)

products

Products to retrieve; discus, fstadv, posest, public, prblty, update, and windprb.

See Also

get_storm_data


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