Skip to contents

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