-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A replacement for rnoaa #419
Comments
I'm actually just starting the formal package after testing some of the new API data pulls. I have to check cran availability before finalizing the name and pushing a copy to github. This can be the push I need to get it up and running. Are there specific datasets you're looking for? I can prioritize trying to get those into an alpha version on GitHub for you. |
This is awesome news! Regarding datasets I would find it difficult to speak for everyone especially since my background is more in the disease modelling field. That said, I think something with global extent would be ideal since the community is global and perhaps temperature and rainfall are good candidates for first datasets since they are the most well studied. |
Hey @djhocking, stopped by to ask the same question as @jfunction. Last year I created the package feb2 about groundhog day predictions for my r course. Here's what I use:
Steps I take with noaa data to construct the classification of long winter or early spring:
Thanks for the great package and efforts to adapt it! |
I was wondering if the new package was pushed to GitHub? |
Sorry the development stalled on the replacement. Even the base functions had to be started completely from scratch and I ran out of free time. I'll try to at least get some basic functionality posted soon even if it's not as complete or robust as I'd like. |
Hi! I maintain an RShiny dashboard for some National Park Service users that pulls daily precipitation data using rnoaa. I'm currently upgrading code to replace packages that have recently retired or soon will retire. Do you have an idea if/when a replacement package for rnoaa might be available? We are just trying to figure out best options moving forward at this point. Thank you! |
For folks looking for daily weather data, I maintain another rOpenSci package, {GSODR} that has daily weather data from weather stations that are largely duplicated and then some with the GHCN that {rnoaa} has access to. https://github.com/ropensci/GSODR @sckott and I did talk about merging the packages but in the end decided against it for various reasons. They don't really duplicate each other as they access different data sets, but the different data sets do have duplicated data... |
According to the Notice in the README:
Any more information on this? I'm embarking on a project where we are growing a community of practice in Climate Sensitive Infectious Disease modelling and am eager to know what to recommend to R users. Clearly the plan is for rnoaa to go, but does the new package have a name? Maybe an alpha or beta version? Thanks.
The text was updated successfully, but these errors were encountered: