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 = (source)

Undocumented

Value
1<<6
BANDTYPE_PIXTYPE_MASK: int = (source)

Undocumented

Value
15
GDAL_TO_POSTGIS: list = (source)

Undocumented

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

Undocumented

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

Undocumented

Value
'B H H d d d d d d i H H'
POSTGIS_TO_GDAL: list = (source)

Undocumented

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

Undocumented

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