Class DataSource
Wraps an OGR Data Source object.
Declaration
source linkDocumentation
Methods
▷ def __getitem__(self, index) Allows use of the index [] operator to get a layer at the index.
▷ def __init__(self, ds_input, ds_driver=False, write=False, encoding='utf-8') ▷ def __len__(self) Return the number of layers within the data source.
▷ def __str__(self) Return OGR GetName and Driver for the Data Source.
▷ def layer_count(self) @property Return the number of layers in the data source.
@property
def layer_count(self)
▷ def name(self) @property Return the name of the data source.