Skip to content

download failed for isd #410

@TianyaImpression

Description

@TianyaImpression

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

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions