module documentation

PostGIS to GDAL conversion constant definitions
Constant BANDTYPE​_FLAG​_HASNODATA Undocumented
Constant BANDTYPE​_PIXTYPE​_MASK Undocumented
Constant GDAL​_TO​_POSTGIS Undocumented
Constant GDAL​_TO​_STRUCT Undocumented
Constant POSTGIS​_HEADER​_STRUCTURE Undocumented
Constant POSTGIS​_TO​_GDAL Undocumented
Constant STRUCT​_SIZE Undocumented
BANDTYPE_FLAG_HASNODATA =

Undocumented

Value
1<<6
BANDTYPE_PIXTYPE_MASK: int =

Undocumented

Value
15
GDAL_TO_POSTGIS: list =

Undocumented

Value
[None, 4, 6, 5, 8, 7, 10, 11, None, None, None, None]
GDAL_TO_STRUCT: list =

Undocumented

Value
[None, 'B', 'H', 'h', 'L', 'l', 'f', 'd', None, None, None, None]
POSTGIS_HEADER_STRUCTURE: str =

Undocumented

Value
'B H H d d d d d d i H H'
POSTGIS_TO_GDAL: list =

Undocumented

Value
[1, 1, 1, 3, 1, 3, 2, 5, 4, None, 6, 7, None, None]
STRUCT_SIZE: dict[str, int] =

Undocumented

Value
{'b': 1,
 'B': 1,
 '?': 1,
 'h': 2,
 'H': 2,
 'i': 4,
 'I': 4,
...