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...