eoforeststac.providers.zarr.ZarrProvider#

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

Generic STAC-driven Zarr provider.

__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)

open_dataset(collection_id, version[, ...])