-
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
Date limit using lcd function #330
Comments
thanks @mesp9943 for the question. with your script the latest dates i'm getting are 2019-11-02 for every stationid So if you run |
maybe it's a package dependency version issue? I'm running out of ideas... |
my next guess is a caching issue. so we cache requests in many fxns in rnoaa with the thinking that users often make the same requests over and over again, so might as well speed those up. however, this means that you can be using old data depending on the last time you requested the same data. get the path for the lcd cache with |
(note to self: improve lcd docs, inform users about caching and how to inspect their cached files) |
Okay yeah the files in the cache path you mention are old. Do I just delete them manually? |
yeah you can do it manually, or use that lcd cache object, opened an issue to try to make caching behavior more transparent #331 |
i loaded the hoardr package but it doesn't seem to register lcd_cache? |
|
Thank you! That worked. |
Session Info
I am using the below code to pull and clean temp data for select stations.
My issue is the data hits a wall at 9/18. I am hoping to pull data through
October 2019, which is appearing available thru NOAA's website/databases but I
am unable to pull data past 9/18 using the rnoaa API lcd function.
The text was updated successfully, but these errors were encountered: