Open Data Cube provides an open-source framework for managing, analysing, and sharing petabytes of Earth Observation data. Used by governments and research institutions in over 20 countries.
The Open Data Cube (ODC) is an open-source geospatial data management and analysis software project that helps harness the power of satellite data. It provides a common analytical framework for storing, managing, and analysing Earth Observation data.
import datacube # Connect to the datacube dc = datacube.Datacube() # Load Landsat 8 surface reflectance data = dc.load( product='ls8_nbart_geomedian_annual', lat=(-35.3, -35.2), lon=(149.0, 149.2), time=('2020', '2023') ) # Compute NDVI from satellite bands ndvi = (data.nir - data.red) / \ (data.nir + data.red)
From individual research projects to national satellite data programs, ODC provides the tools to turn raw imagery into actionable insights.
Process Landsat and Sentinel-2 archives spanning entire continents and decades of observation.
Detect changes over time โ deforestation, urban growth, water extent, and vegetation trends.
Native support for COG, Zarr, and STAC. Deploy on AWS, GCP, Azure, or on-premises infrastructure.
Catalogue millions of satellite scenes with rich metadata. Track lineage and provenance across your archive.
Works seamlessly with Jupyter, xarray, Dask, NumPy, and the entire scientific Python stack.
Supported by CEOS, Geoscience Australia, and deployed in 20+ countries for national programs.
ODC enables analysis of satellite-derived products used for environmental monitoring, disaster response, and sustainable development.
Governments and institutions rely on Open Data Cube to power their satellite data infrastructure.
Free, analysis-ready satellite data for the entire African continent โ supporting food security, water resources, and environmental monitoring for 55 nations.
Geoscience Australia's platform delivering analysis-ready Landsat and Sentinel-2 data for the entire Australian continent since 1986.
Switzerland's national data cube for environmental monitoring, land use analysis, and climate change research using multi-decadal satellite observations.
Supporting Vietnam's national programs for forest monitoring, agricultural assessment, and disaster management using satellite-derived insights.
Whether you're a government agency, research institution, or independent developer โ Open Data Cube is free and ready for you.