Class Driver
 Wrap a GDAL/OGR Data Source Driver. For more information, see the C API source code: https://www.gdal.org/gdal_8h.html - https://www.gdal.org/ogr__api_8h.html 
Declaration
source linkDocumentation
Methods
- ▷ def __init__(self, dr_input) -  Initialize an GDAL/OGR driver on either a string or integer input.  
 
- ▷ def name(self) @property-  Return description/name string for this driver.  
 
Class methods
- ▷ def driver_count(cls) @classmethod-  Return the number of GDAL/OGR data source drivers registered.  
 -  @classmethod
 def driver_count(cls)
 
- ▷ def ensure_registered(cls) @classmethod-  Attempt to register all the data source drivers.  
 -  @classmethod
 def ensure_registered(cls)