Copernicus DEM Global 30m resampled on a 20m grid on UTM 05S
Copernicus Digital Elevation Global 30m resampled on a 20m grid on UTM 05S
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/05S", 5 storage_options={"client_kwargs":{"trust_env":True}}, 6 chunks={}, 7 engine="zarr", 8 decode_coords="all", 9) 10
Variables
Short Name | Units | Description |
---|---|---|
dem | m | height above geoid |