gdalcubes_set_gdal_config | R Documentation |
Set GDAL config options
gdalcubes_set_gdal_config(key, value)
key |
name of a GDAL config option to be set |
value |
value |
Details and a list of possible options can be found at https://gdal.org/user/configoptions.html.
gdalcubes_set_gdal_config("GDAL_NUM_THREADS", "ALL_CPUS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.