module documentation

GDAL - Constant definitions
Constant GDAL​_COLOR​_TYPES Undocumented
Constant GDAL​_INTEGER​_TYPES Undocumented
Constant GDAL​_PIXEL​_TYPES Undocumented
Constant GDAL​_RESAMPLE​_ALGORITHMS Undocumented
Constant GDAL​_TO​_CTYPES Undocumented
Constant VSI​_DELETE​_BUFFER​_ON​_READ Undocumented
Constant VSI​_FILESYSTEM​_PREFIX Undocumented
Constant VSI​_MEM​_FILESYSTEM​_BASE​_PATH Undocumented
Constant VSI​_TAKE​_BUFFER​_OWNERSHIP Undocumented
GDAL_COLOR_TYPES: dict[int, str] =

Undocumented

Value
{0: 'GCI_Undefined',
 1: 'GCI_GrayIndex',
 2: 'GCI_PaletteIndex',
 3: 'GCI_RedBand',
 4: 'GCI_GreenBand',
 5: 'GCI_BlueBand',
 6: 'GCI_AlphaBand',
...
GDAL_INTEGER_TYPES: list[int] =

Undocumented

Value
[1, 2, 3, 4, 5]
GDAL_PIXEL_TYPES: dict[int, str] =

Undocumented

Value
{0: 'GDT_Unknown',
 1: 'GDT_Byte',
 2: 'GDT_UInt16',
 3: 'GDT_Int16',
 4: 'GDT_UInt32',
 5: 'GDT_Int32',
 6: 'GDT_Float32',
...
GDAL_RESAMPLE_ALGORITHMS: dict[str, int] =

Undocumented

Value
{'NearestNeighbour': 0,
 'Bilinear': 1,
 'Cubic': 2,
 'CubicSpline': 3,
 'Lanczos': 4,
 'Average': 5,
 'Mode': 6}
GDAL_TO_CTYPES =

Undocumented

Value
[None,
 c_ubyte,
 c_uint16,
 c_int16,
 c_uint32,
 c_int32,
 c_float,
...
VSI_DELETE_BUFFER_ON_READ: bool =

Undocumented

Value
False
VSI_FILESYSTEM_PREFIX: str =

Undocumented

Value
'/vsi'
VSI_MEM_FILESYSTEM_BASE_PATH: str =

Undocumented

Value
'/vsimem/'
VSI_TAKE_BUFFER_OWNERSHIP: bool =

Undocumented

Value
False