Skip to content

Commit

Permalink
#306 started working on ibtracs/storms updates for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 20, 2019
1 parent aa2ee81 commit 4d8a97b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/storms.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
#' we determine the directory on your machine to save files to, and run
#' `rappdirs::user_cache_dir("rnoaa/storms")` to get that directory.
#'
#' @references <http://www.ncdc.noaa.gov/ibtracs/index.php?name=wmo-data>
#' @references
#' v4 docs: <https://www.ncdc.noaa.gov/ibtracs/index.php?name=ib-v4-access>
#' old version (v3): <http://www.ncdc.noaa.gov/ibtracs/index.php?name=wmo-data>
#'
#' @examples \dontrun{
#' # Metadata
Expand Down Expand Up @@ -161,3 +163,5 @@ is_storm <- function(x) if (file.exists(x)) TRUE else FALSE
stormurl <- function(x = "csv") {
sprintf('ftp://eclipse.ncdc.noaa.gov/pub/ibtracs/v03r10/all/%s', x)
}

# ftp://eclipse.ncdc.noaa.gov/pub/ibtracs/v04r00/provisional/shapefiles/IBTrACS.ACTIVE.list.v04r00.points.shp

0 comments on commit 4d8a97b

Please sign in to comment.