ropensci / rnoaa

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

Can't obtain API key #337

Closed drwawa closed 4 years ago

drwawa commented 4 years ago

Hi all,

Going to https://www.ncdc.noaa.gov/cdo-web/token brings up a proxy error listed below:

START message

Proxy Error

The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /cdo-web/token.

Reason: Error reading from remote server

Additionally, a 502 Bad Gateway error was encountered while trying to use an ErrorDocument to handle the request.

END message

sckott commented 4 years ago

it looks like they are doing maintainence for this week- See the banner at the top of https://www.ncdc.noaa.gov/

Screen Shot 2019-11-26 at 2 27 28 PM

You probably need to wait until the site is working again

sckott commented 4 years ago

Some, possibly all, of the data behind the ncdc functions are available via some of the other fxns in rnoaa, just through a different source, the interfaces are different though

sckott commented 4 years ago

looks like https://www.ncdc.noaa.gov/cdo-web/token is working again