-
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
Option to disable caching #406
Comments
have you seen https://docs.ropensci.org/rnoaa/reference/rnoaa_caching.html ? |
Thanks @sckott, I did read through that. I see I can clear the cache when I'm done (e.g. with |
|
For
Even on
I suppose that in either case, explicitly clearing the cache after downloading is sufficient for my purposes. I thought though that it would be nice to have finer control over what |
@djhocking i'll let you take it from here, just tried to chime in while i had a few min (@lpiep i'm the former maintainer) |
For data retrieval functions such as
lcd
,isd
, etc, it would be helpful to include an option not to cache a cleaned version of the data, rather than having to delete the cached files manually withlcd_cache$delete
and similar functions. Theisd
function has acleanup
option already, although this only removes the raw .gz files.My use case is that I'm using
rnoaa
to periodically download and process LCD data, and I want to always be getting the data as it appears on NOAA's servers.Let me know if this seems like a reasonable feature request. Happy to help with implementation.
The text was updated successfully, but these errors were encountered: