Thank you for the great package(s).
Is it possible to implement basic cache functionality to avoid repeated download of the same data? Using other R cache tools, I can cache the output of a particular call (e.g. getDaymet(..., start = "2000-01-01", end = "2000-12-31")), but if I extend the end date to e.g., "2011-12-31" it redownloads the 2000 data.
I'd also like to be able to specify the cache location (e.g., via env var) so that multiple machines can use a shared cache.
Thank you for the great package(s).
Is it possible to implement basic cache functionality to avoid repeated download of the same data? Using other R cache tools, I can cache the output of a particular call (e.g.
getDaymet(..., start = "2000-01-01", end = "2000-12-31")), but if I extend the end date to e.g., "2011-12-31" it redownloads the 2000 data.I'd also like to be able to specify the cache location (e.g., via env var) so that multiple machines can use a shared cache.