Collection

class wlts.collection.Collections(service: Any, metadata: Dict[str, Any] = None)

A class that describes a collection in WLTS.

For more information about collection definition, refer to WLTS specification.

__init__(service: Any, metadata: Dict[str, Any] = None) None

Create a collection object associated to a WLTS client.

Parameters:
  • service (wlts.WLTS) – The client to be used by the collection object.

  • metadata (Dict[str, Any]) – The collection metadata.

property collection_type: str

Return the type of the collection.

property description: str

Return the description of the collection.

property detail: str

Return the detail of the collection.

property name: str

Return the name of the collection.

property title: str

Return the title of the collection.

property period: str | None

Return the period of the collection.

property temporal_resolution: str

Return the temporal resolution of the collection.

property spatial_extent: Dict[str, Any]

Return the spatial extent of the collection.

property classification_system: Dict[str, Any]

Return the classification system of the collection.