Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Gdal.LibSourceinit_dynamic ?lib () will load the shared object lib. It must be run before using this library.
register_all () will register all GDAL and OGR data sources. This should be run before using most IO can be performed.
all_register is an alias to match the GDAL C API spelling.
check_version ~major ~minor returns true if the loaded GDAL version matches major.minor.
set_cache_max bytes sets the maximum cache size in bytes used by GDAL for raster block IO.
get_cache_max () returns the maximum block IO cache size in bytes.
get_cache_used () returns the number of bytes in GDAL's IO cache.
set_config_option key value sets the global configuration option for key to value. If value is None then key is cleared.
get_config_option ?default key returns the value associated with key. If no value is associated with key then default is returned.
get_last_error_message () returns a string representation of the last error to occur.