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

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

How to access

It's required to before running the code snippet below.
1import xarray as xr
2
3xr.open_dataset(
4    "https://data.earthdatahub.destine.eu/copernicus-dem-utm/GLO-30-UTM-v0/53S",
5    storage_options={"client_kwargs":{"trust_env":True}},
6    chunks={},
7    engine="zarr",
8    decode_coords="all",
9)
10

Variables

Short NameUnitsDescription
dem
m

height above geoid

DestinE platform