We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1522c58 commit 439800bCopy full SHA for 439800b
xarray_sentinel/eopf_product.py
@@ -51,7 +51,7 @@ def open_datatree(
51
)
52
dt[f"{eopf_product_name}"] = product_ds
53
measurement_ds.attrs.clear()
54
- dt[f"{eopf_product_name}/measurement"] = measurement_ds
+ dt[f"{eopf_product_name}/measurements"] = measurement_ds
55
elif dataset in {"orbit", "attitude", "dc_estimate", "gcp"}:
56
ds = sentinel1.open_sentinel1_dataset(
57
product_urlpath,
0 commit comments