gdalcubes (version 0.2.5)

gdalcubes_use_cache: Enable or disable caching of cubes.

Description

Enable or disable caching of cubes.

Usage

gdalcubes_use_cache(enable = TRUE)

Arguments

enable

logical, TRUE if you want to use the data cube cache

Details

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.

Examples

Run this code
# NOT RUN {
gdalcubes_use_cache(FALSE)
# }

Run the code above in your browser using DataCamp Workspace