-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
R version 4.1.2 (2021-11-01) -- "Bird Hippie"
for (i in 35:nrow(x_cn2)) { for (j in 1:length(year)) { res1 <- isd(usaf=x_cn2[i,1], wban='99999', year= year[j]) write.csv(res1, file = paste0("./csv/", x_cn2[i,1], "-", year[j], ".csv")) } }
I have successfully downloaded more than 700 ISD data, when I continue to download, it always prompts "Error: download failed for
https://www1.ncdc.noaa.gov/pub/data/noaa/2001/561320-99999-2001.gz”
I have entered NOAA_KEY
I would like to know if there is a limit on the amount of data that rnoaa can download? Is there a way to download more?
Thank you for your reply!
Metadata
Metadata
Assignees
Labels
No labels