ropensci / rnoaa

R interface to many NOAA data APIs
https://docs.ropensci.org/rnoaa
Other
328 stars 84 forks source link

meteo_pull_monitors not pulling any stations #368

Closed icaruso21 closed 3 years ago

icaruso21 commented 4 years ago

Hi All, I am currently trying to use meteo_pull_monitors as a precursor for meteo_coverage, but for some reason meteo_pull_monitors is unable to pull data for any stations. I tried some stations from meteo_nearby_stations, but even the example from the meteo_coverage vignette is not currently working for me:

monitors <- c("ASN00095063", "ASN00024025", "ASN00040112", "ASN00041023", "ASN00009998", "ASN00066078", "ASN00003069", "ASN00090162", "ASN00040126", "ASN00058161")

obs <- meteo_pull_monitors(monitors)

and the warning message is as follows:

Warning message: In meteo_pull_monitors(monitors) : The following stations could not be pulled from the GHCN ftp: ASN00095063, ASN00024025, ASN00040112, ASN00041023, ASN00009998, ASN00066078, ASN00003069, ASN00090162, ASN00040126, ASN00058161 Any other monitors were successfully pulled from GHCN.

Any idea why this could be?

Thanks in advance, Isaac

sckott commented 4 years ago

Will need more information. Please include your session info, or at least what R and rnoaa versions are in use. Worked for me just now, so possibly a temporary blip. See also the Base URL section in the ?ghcnd docs - where you can change the base url to one of a few options