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 |
|---|---|---|---|
| Copernicus Climate Data Store (CDS) | new_data_store("cds") |
GitHub | |
| Copernicus Marine Service (CMEMS) | new_data_store("cmems") |
GitHub | |
| Copernicus Land Monitoring Service (CLMS) | new_data_store("clms") |
GitHub | |
| EOPF Sentinel Zarr Samples | new_data_store("eopf-zarr") |
GitHub | |
| ESA CCI | new_data_store("cciodp")new_data_store("ccizarr") |
GitHub | |
| ESA SMOS | new_data_store("smos") |
GitHub | |
| ICOS Data Portal | new_data_store("icosdp") |
GitHub | |
| Global Ecosystem Dynamics Investigation (GEDI) | new_data_store("gedi") |
GitHub | |
| Sentinel Hub | new_data_store("sentinelhub") |
GitHub | |
| SpatioTemporal Asset Catalog (STAC) | new_data_store("stac") |
GitHub | |
| 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:
- See the Setup Configuration YAML example
- Explore the Python API documentation