Skip to content

Data Availability

xcube provides unified access to a wide range of Earth System datasets through its Data Store framework, exposed via xcube data store plugins. These plugins can be seamlessly integrated into the Multi-Source Data Store.

Public Data Sources

The following data store plugins provide direct access to major Earth observation and research data providers.

Logo Data Source Example Plugin Repository
CDS Copernicus Climate Data Store (CDS) new_data_store("cds") GitHub
CMEMS Copernicus Marine Service (CMEMS) new_data_store("cmems") GitHub
CLMS Copernicus Land Monitoring Service (CLMS) new_data_store("clms") GitHub
EOPF EOPF Sentinel Zarr Samples new_data_store("eopf-zarr") GitHub
ESA CCI ESA CCI new_data_store("cciodp")
new_data_store("ccizarr")
GitHub
ESA SMOS ESA SMOS new_data_store("smos") GitHub
ICOS Data Portal ICOS Data Portal new_data_store("icosdp") GitHub
GEDI Global Ecosystem Dynamics Investigation (GEDI) new_data_store("gedi") GitHub
Sentinel Hub Sentinel Hub new_data_store("sentinelhub") GitHub
STAC SpatioTemporal Asset Catalog (STAC) new_data_store("stac") GitHub
Zenodo Zenodo new_data_store("zenodo") GitHub

Each plugin repository contains usage examples and documentation specific to the respective data provider.

Bring Your Own Data

In addition to public data services, xcube allows you to integrate your own datasets into the same framework. The built-in filesystem-based data stores enable access to:

  • Local datasets via "file"
  • Private S3 buckets via "s3"

This allows you to seamlessly combine external services and private datasets within the xcube Multi-Source Data Store.

Learn More

To configure and explore available datasets: