gdalcubes_use_cache {gdalcubes}R Documentation

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.

Note

THIS FUNCTION IS DEPRECATED AND IS GOING TO BE REPLACED BY gdalcubes_options.

Examples

gdalcubes_use_cache(FALSE)

[Package gdalcubes version 0.3.1 Index]