ropensci / rnoaa

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

Looks like rnoaa doesn't work during shutdown? #249

Closed andypicke closed 6 years ago

andypicke commented 6 years ago

Just verifying it's not something on my end...

sckott commented 6 years ago

if there's some functions not working, it probably depends on which NOAA service it uses

sckott commented 6 years ago

i think all functions that work with FTP servers are up, e.g, isd(), ghcnd(), etc. but those that are web service APIs e.g. ncdc() aren't up, and redirecting to this page https://government-shutdown.noaa.gov/ - which leads to an error in the function call

sckott commented 6 years ago

started a list here https://discuss.ropensci.org/t/us-federal-government-shutdown-data/1035