Skip to content

aldomann/tropicalcyclones

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 

tropicalcyclones

lifecycle CRAN_Status_Badge pkgdown Workflow Status

Overview

Parse and explore data from several tropical-cyclone related databases, such as HURDAT2, HadISST1, and OISST.

Installation

The development version can be installed from GitHub with:

# install.packages("devtools")
devtools::install_github("aldomann/tropicalcyclones")

Examples

Since read_hurdat2() is powered by readLines, we can use any connection, such as

  • Local files.
  • Compressed files.
  • Remote URLs.
hurr_obs_natl <- tropicalcyclones::read_hurdat2("hurdat2-1851-2016-apr2017.txt")
hurr_obs_natl <- tropicalcyclones::read_hurdat2("https://www.aoml.noaa.gov/hrd/hurdat/hurdat2.html")

About

Parse and Explore Data from Tropical-cyclone Databases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages