noaastorms R package now supports NOAA IBTrACS v4
Earlier this year, I released a simple R package (available at basilesimon/noaastorms) that downloads, cleans and parses NOAA IBtrack data for you.
As the NOAA updated its datasets, noaastorms is now using these!
How to install
library(devtools)
install_github("basilesimon/noaastorms")
Available functions
getStorms: Fetch NOAA historical best ...
[Read more...]