eoforeststac.providers.base.BaseProvider#

class eoforeststac.providers.base.BaseProvider(catalog_url: str, endpoint_url: str = 'https://s3.gfz-potsdam.de', anon: bool = True)[source]#
__init__(catalog_url: str, endpoint_url: str = 'https://s3.gfz-potsdam.de', anon: bool = True)[source]#

Methods

__init__(catalog_url[, endpoint_url, anon])

get_collection(collection_id)

get_item(collection_id, item_id)

list_collection_ids()

list_collections()

Return all collections in the catalog, robust to themed/nested catalogs.

list_items(collection_id)