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.

Sentinel-1 ARD for relative orbit 44 on UTM 33N

Sentinel-1 ARD for relative orbit 44 on UTM 33N. The dataset is formatted as a Zarr archive optimised for time analysis.

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/sentinel-1-ard/IW-UTM-RO-italy-v0/Z33N/O44",
5    chunks={},
6    engine="zarr",
7    decode_coords="all",
8)

Variables

Short NameUnitsDescription
nrb
m2 m-2

normalised radar backscatter

simulation
m2 m-2

simulated beta nought

DestinE platform