ropensci / rnoaa

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

Integrated surface - hourly (ISH) data access #174

Closed Fasle closed 7 years ago

Fasle commented 7 years ago

Hi all,

I need global hourly weather data and I've been using the NOAA ISH data. I wanted to try to use your library, but I saw that you moved support for the legacy API to /ignore. Can I somehow still use the old API through your library or would I have to fork it and put support for the old API back in manually? Could rnoaa support both versions?

I cannot find global hourly data that is available through the V2 API. Am I missing something?

Thanks for your help.

sckott commented 7 years ago

thanks for your question @Fasle !

That legacy NOAA API was very flaky, often failing. So it didn't seem worth supporting here. You can of course play with that code any way you like.

have you seen the isd() function in rnoaa? It does have hourly data within each date. Is that the data you're looking for? If you point out some example data you can get on NOAA's site e.g., I can see if we can currently get that, or if we'd need to add something

sckott commented 7 years ago

closing inactivity