ropensci / rnoaa

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

Issues downloding data #397

Open SaraAV opened 3 years ago

SaraAV commented 3 years ago
Session Info ```r ```
SaraAV commented 3 years ago

Hello,

I now this is not a bug in the code, but I am really struggling to download data using the ncdc function. Before, it was working but at some point I got these errors:

**Failed to connect to www.ncdc.noaa.gov port 443: Timed out

Could not resolve host: www.ncdc.noaa.gov

Timeout was reached: [www.ncdc.noaa.gov] Operation timed out after 10010 milliseconds with 0 out of 0 bytes received**

Anyone could give some hints to solve these issues? I am connected to the internet!

Thank you!

sckott commented 3 years ago

Hi, It's probably a temporary problem with NOAA. I'd try again at least a few hours later and see if you have the same problem

SaraAV commented 3 years ago

Hi sckott,

The three types of errors, are related to the same type of issue? the server of NOAA?

Thank you!

sckott commented 3 years ago

Yeah, they're different errors of course, but related. Have you tried again recently? Just tried this now and it worked for me

ncdc(datasetid='GHCND', locationid = 'FIPS:02', startdate = '2010-05-01',
        enddate = '2010-05-10')