oraclesai.FileSpatialDataset

class FileSpatialDataset(path: str, driver: str = None)

Reference to a file or directory within a local file system.

Parameters:
  • path (str) – path of the referenced resource.

  • driver – The OGR format driver used to read or write the file. Allowed values are determined by fiona.supported_drivers. If not specified, it attempts to infer it from the file extension. If writing and no extension is specified, it uses the driver ESRI Shapefile.

Methods

__init__(path[, driver])