Data#
DeepESDL provides access to a broad range of Earth observation datasets through a unified, analysis-ready data cube framework. Whether you're working on climate research, land use monitoring, or marine studies, DeepESDL helps you access, integrate, and analyze diverse data sources—without the need for heavy local storage or complex preprocessing.
Data is accessed lazily using the powerful xcube library, which accesses data directly from remote services. This means you can work with massive datasets on-demand—saving time, storage, and effort.
In addition to public data sources, DeepESDL supports the integration of your own datasets into the same framework, enabling seamless joint analysis and visualization. For guidance on integrating your own data, see this guide.
Available Data Sources#
Data Source | Datasets / Collections | Tags | How to Access | |
---|---|---|---|---|
![]() |
Copernicus Climate Data Store (CDS) | ERA5, Climate Projections, Sectoral Indices | climate reanalysis forecast |
Example Notebook |
![]() |
Copernicus Marine Service (CMEMS) | Ocean physics, ocean color, forecasts | ocean marine forecast |
Example Notebook |
![]() |
Copernicus Land Monitoring Service (CLMS) | Dynamic Land Cover, CORINE | land use vegetation |
Coming soon |
![]() |
EOPF Sample Service | Sentinel datasets in Zarr format | sentinel sample zarr |
Coming soon |
![]() |
ESA Climate Data Centre (CCI) | Essential Climate Variables (ECVs) | climate ECVs environment |
Example Notebook |
![]() |
ESA SMOS | Soil Moisture & Ocean Salinity | soil-moisture salinity satellite |
Coming soon |
![]() |
Global Ecosystem Dynamics Investigation (GEDI) | Canopy height, biomass, elevation | canopy height biomass lidar |
Coming soon |
![]() |
Sentinel Hub | Sentinel‑1/2/3/5P, Landsat, MODIS | satellite optical radar multi-source |
Example Notebook |
![]() |
SpatioTemporal Asset Catalog (STAC) | Sentinel, Planet, PROBA‑V | catalog search satellite |
General Example Notebook, CDSE Example Notebook |
Zenodo | Scientific open data (various) | general open-data |
Example Notebook | |
![]() |
DeepESDL Public Data Cubes | Pre-packaged ESDL data cubes | analysis-ready multi-source |
Example Notebook |
Want to Use Your Own Data?#
DeepESDL supports seamless integration of your own datasets into the analysis-ready cube environment. This allows joint
processing and comparison with public Earth observation data.
👉 Learn how to integrate your own data