oraclesai.PARObjStoreSpatialDataset

class PARObjStoreSpatialDataset(par_url: str, namespace: str = None, bucket: str = None, prefix: str = None, object_name: str = None, driver: str = None)

Contains a Pre-Authenticated request URL to a folder or object in a spatial format located in Oracle Object Store.

Parameters:
  • par_url – The full PAR URL to the resource or at minimum the host URL with the PAR unique code.

  • namespace – The namespace name of the PAR. It overrides the namespace specified in par_url, if any.

  • bucket – The bucket name of the PAR. It overrides the bucket specified in the par_url, if any.

  • prefix – The prefix of the object. It overrides the prefix specified in the par_url, if any.

  • object_name – The name of the object or folder. It overrides the object name specified in the par_url, if any.

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

Methods

__init__(par_url[, namespace, bucket, ...])

Attributes

par_url