Skip to content

Commit e1a03ea

Browse files
committed
Update storms hurdat URL for 2024
1 parent fb25640 commit e1a03ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-raw/storms.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ library(tidyverse)
77
# TO UPDATE: get the latest URL from https://www.nhc.noaa.gov/data/#hurdat, and rerun this code
88

99
# Read in data set so each line is a character string
10-
storm_file_complete <- read_file("https://www.nhc.noaa.gov/data/hurdat/hurdat2-1851-2022-050423.txt")
10+
storm_file_complete <- read_file("https://www.nhc.noaa.gov/data/hurdat/hurdat2-1851-2023-051124.txt")
1111
storm_strings <- read_lines(storm_file_complete)
1212

1313
# Identify the header lines that have three commas

0 commit comments

Comments
 (0)