Learn R Programming

gdalcubes (version 0.7.0)

gdalcubes_set_gdal_config: Set GDAL config options

Description

Set GDAL config options

Usage

gdalcubes_set_gdal_config(key, value)

Arguments

key

name of a GDAL config option to be set

value

value

Details

Details and a list of possible options can be found at https://gdal.org/user/configoptions.html.

Examples

Run this code
gdalcubes_set_gdal_config("GDAL_NUM_THREADS", "ALL_CPUS")

Run the code above in your browser using DataLab