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 Name | Units | Description |
|---|---|---|
dem | m | height above geoid |