class documentation

class Driver(GDALBase):

View In Hierarchy

Wrap a GDAL/OGR Data Source Driver. For more information, see the C API documentation: https://gdal.org/api/vector_c_api.html https://gdal.org/api/raster_c_api.html
Class Method driver​_count Return the number of GDAL/OGR data source drivers registered.
Class Method ensure​_registered Attempt to register all the data source drivers.
Method __init__ Initialize an GDAL/OGR driver on either a string or integer input.
Method __str__ Undocumented
Class Variable ​_alias Undocumented
Instance Variable ptr Undocumented
Property name Return description/name string for this driver.

Inherited from CPointerBase (via GDALBase):

Method __del__ Free the memory used by the C++ object.
Method ptr.setter Undocumented
Class Variable destructor Undocumented
Instance Variable ​_ptr Undocumented
@classmethod
def driver_count(cls):
Return the number of GDAL/OGR data source drivers registered.
@classmethod
def ensure_registered(cls):
Attempt to register all the data source drivers.
def __init__(self, dr_input):
Initialize an GDAL/OGR driver on either a string or integer input.
def __str__(self):

Undocumented

_alias: dict[str, str] =

Undocumented

ptr =
@property
name =
Return description/name string for this driver.