Function gdal::config::get_config_option

source ·
pub fn get_config_option(key: &str, default: &str) -> Result<String>
Expand description

Get the value of a GDAL library configuration option

If the config option specified by key is not found, the value passed in the default paramter is returned.

Refer to GDAL ConfigOptions for a full list of options.