This R package currently aims to reorganize the NOAA HURDAT2 dataset for Atlantic, East Pacific and Central Pacific-basin tropical cyclones and present it in a cleaner format.
The Atlantic basin dataset covers all cyclones that have developed in the Atlantic Ocean. The eastern Pacific datasets cover cyclones in the Pacifc from the United States/Mexico coastlines to -140°W where the cyclone entered what is referred to as the central Pacific basin. The central Pacific basin extends westward to -180°W.
Please view the vignette 'hurdat':
vignette("hurdat", package = "HURDAT")
HURDAT
does require an active internet connection as data is extracted from online archives.
The following R packages are also currently used for data processing:
HURDAT
is currently only available in GitHub. It can be installed using the devtools
package:
devtools::install_github("timtrice/HURDAT")
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details