Image Collection

class wlts.collections.image_collection.ImageCollection(collections_info)

Implement a image collection.

__init__(collections_info)

Creates ImageCollection.

Parameters

collections_info (dict) – The collection information.

validade_collection()None

Verify if collection exist in datasource.

collection_type()str

Return the collection type.

property host_information

Return the host information of image collection.

trajectory(tj_attr, x, y, start_date, end_date, language, geometry)

Return the trajectory.

Parameters
  • tj_attr (list) – The list of trajectories.

  • x (int/float) – A longitude value according to EPSG:4326.

  • y (int/float) – A latitude value according to EPSG:4326.

  • start_date (str, optional) – The begin of a time interval.

  • end_date (str, optional) – The begin of a time interval.

  • geometry – Used to return geometry in trajectory.

layers_information()List[Dict]

Return the dataset information of image collection.