Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Access ARCEME Data

EarthCODE data access example

ESA

This notebook opens an ARCEME Zarr data cube directly from EarthCODE object storage and inspects its dataset structure.

import xarray as xr

# If you want to explore other cubes change the url, to the appropriate one, from the STAC items associated to the collection
url = 'https://s3.waw4-1.cloudferro.com/swift/v1/ARCEME-DC-DHP-GLOBAL/DC__101342_d__2022-11-12__2024-11-12.zarr'
xr.open_zarr(url)
Loading...