
Last chance! 50% off unlimited learning
Sale ends in
Enable or disable caching of cubes.
gdalcubes_use_cache(enable = TRUE)
logical, TRUE if you want to use the data cube cache
Caching has no effect on disk or memory consumption,
it simply tries to reuse existing temporary files where possible.
For example, changing only parameters to plot
will not require
rerunning the full data cube operation chain.
# NOT RUN {
gdalcubes_use_cache(FALSE)
# }
Run the code above in your browser using DataLab