|
15 | 15 | #' Cyclones were not named until 1950 and used names of the international |
16 | 16 | #' phonetic alphabet. For example, Able, Baker, Charlie, etc. |
17 | 17 | #' |
18 | | -#' In 1953, the \href{http://www.nhc.noaa.gov}{National Hurricane Center} began |
| 18 | +#' In 1953, the \href{https://www.nhc.noaa.gov}{National Hurricane Center} began |
19 | 19 | #' using female names and by 1954 the NHC would retire some names for storms of |
20 | 20 | #' significance. Currently the |
21 | | -#' \href{https://public.wmo.int/en/About-us/FAQs/faqs-tropical-cyclones/tropical-cyclone-naming}{World |
| 21 | +#' \href{https://public.wmo.int/en/our-mandate/focus-areas/natural-hazards-and-disaster-risk-reduction/tropical-cyclones/Naming}{World |
22 | 22 | #' Meteorological Organization} |
23 | 23 | #' is responsible for maintaining the list of names, retiring names and |
24 | 24 | #' assigning replacement names. |
|
68 | 68 | #' |
69 | 69 | #' Errors in the raw data may also be reported to Chris Landsea or the National |
70 | 70 | #' Hurricane Center Best Track Change Committee |
71 | | -#' \href{http://www.aoml.noaa.gov/hrd/hurdat/submit_re-analysis.html}{as |
| 71 | +#' \href{https://www.aoml.noaa.gov/hrd/hurdat/submit_re-analysis.html}{as |
72 | 72 | #' explained on the HRD website}. |
73 | 73 | #' |
74 | 74 | #' @docType package |
@@ -112,14 +112,14 @@ audit_hurdat <- function(df) { |
112 | 112 | #' (EP) basins (northwestern hemisphere) |
113 | 113 | #' |
114 | 114 | #' @details Raw text files \emph{should} be found at |
115 | | -#' \url{http://www.nhc.noaa.gov/data/hurdat/} as of this writing. The |
| 115 | +#' \url{https://www.nhc.noaa.gov/data/hurdat/} as of this writing. The |
116 | 116 | #' codebooks are listed below. |
117 | 117 | #' |
118 | 118 | #' @seealso Atlantic codebook: |
119 | | -#' \url{http://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf} |
| 119 | +#' \url{https://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf} |
120 | 120 | #' |
121 | 121 | #' @seealso NE/NC Pacific codebook: |
122 | | -#' \url{http://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf} |
| 122 | +#' \url{https://www.nhc.noaa.gov/data/hurdat/hurdat2-format-atlantic.pdf} |
123 | 123 | #' |
124 | 124 | #' @param basin AL or EP. Default is both. |
125 | 125 | #' |
@@ -278,7 +278,7 @@ parse_hurdat <- function(x) { |
278 | 278 | .data$Key, .data$Name, .data$DateTime, .data$Record:.data$Lat, |
279 | 279 | .data$Lon, .data$Wind:.data$NW64 |
280 | 280 | ) |
281 | | - |
| 281 | + |
282 | 282 | hurdat <- unique(hurdat) |
283 | 283 |
|
284 | 284 | # Run audit and throw warning if any issues. |
|
0 commit comments