package documentation
GDAL wrapper.
From __init__.py
:
Class |
|
Undocumented |
Class |
|
Undocumented |
Exception |
|
Undocumented |
Function | drivers |
Enumerate GDAL drivers. |
Function | open |
Open a path and return a DataSet object. |
Function | _attr |
Undocumented |
Function | _attr |
Undocumented |
Function | _driver |
Undocumented |
Function | _srs |
Undocumented |
Constant | _ATTR |
Undocumented |
Constant | _GEOM |
Undocumented |
Constant | _OGR |
Undocumented |
Constant | _OGR |
Undocumented |
Variable | _ext |
Undocumented |
Variable | _srs |
Undocumented |
Open a path and return a DataSet object.
Parameters | |
path | file path |
mode | 'r' (read), 'a' (update), 'w' (create for writing) |
driver | driver name, if omitted, will be suggested from the path extension |
**opts | options for gdal.OpenEx/CreateDataSource |
Returns | |
DataSet | DataSet object. |
def _attr_from_ogr(gd_feature:
ogr.Feature
, gtype: int
, idx: int
, encoding: str
= 'utf8'):
(source)
¶
Undocumented
def _attr_to_ogr(gd_feature:
ogr.Feature
, gtype: int
, idx: int
, value, encoding: str
= None):
(source)
¶
Undocumented
Undocumented
Value |
|
Undocumented
Value |
|
Undocumented
Value |
|
Undocumented
Value |
|