Sentinel-1 ARD for relative orbit 117 on UTM 32N

Sentinel-1 ARD for relative orbit 117 on UTM 32N. The dataset is formatted as a NetCDF / Zarr archive optimised for time analysis.

How to download the data

It's required to before running the code snippet below.
1import xarray as xr
2
3xr.open_dataset(
4    "https://data.earthdatahub.destine.eu/sentinel-1-ard/IW-UTM-RO-italy-v0/Z32N/O117",
5    storage_options={"client_kwargs":{"trust_env":True}},
6    chunks={},
7    engine="zarr",
8    decode_coords="all",
9)
10

Variables

Short NameUnitsDescription
nrb
m2 m-2

normalised radar backscatter

simulation
m2 m-2

simulated beta nought

DestinE platform