Skip to content

Commit 439800b

Browse files
committed
Fix name
1 parent 1522c58 commit 439800b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray_sentinel/eopf_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def open_datatree(
5151
)
5252
dt[f"{eopf_product_name}"] = product_ds
5353
measurement_ds.attrs.clear()
54-
dt[f"{eopf_product_name}/measurement"] = measurement_ds
54+
dt[f"{eopf_product_name}/measurements"] = measurement_ds
5555
elif dataset in {"orbit", "attitude", "dc_estimate", "gcp"}:
5656
ds = sentinel1.open_sentinel1_dataset(
5757
product_urlpath,

0 commit comments

Comments
 (0)