All ERA5 datasets have been migrated to Zarr v3 with improved chunking. Previous dataset versions are still available, but we recommend using the new ones.
Future updates will only apply to Zarr v3 datasets, including ERA5 monthly updates.

Copernicus DEM Global 30m resampled on a 20m grid on UTM 42S

Copernicus Digital Elevation Global 30m resampled on a 20m grid on UTM 42S

How to download the data

This Python snippet includes the token directly in the URL.

1import xarray as xr
2
3xr.open_dataset(
4    "https://edh:<your API key>@data.earthdatahub.destine.eu/copernicus-dem-utm/GLO-30-UTM-v0/42S",
5    chunks={},
6    engine="zarr",
7    decode_coords="all",
8)

Variables

Short NameUnitsDescription
dem
m

height above geoid

DestinE platform