We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a08c0 commit d417aaaCopy full SHA for d417aaa
tests/test_20_sentinel1.py
@@ -354,3 +354,12 @@ def test_slant_range_time_to_ground_range() -> None:
354
)
355
356
assert isinstance(res, xr.DataArray)
357
+
358
359
+def test_do_override_product_files() -> None:
360
+ template = "{dirname}/{prefix}{swath}-{polarization}{ext}"
361
+ _, product_files = esa_safe.parse_manifest_sentinel1(SLC_S3 / "manifest.safe")
362
363
+ res = sentinel1.do_override_product_files(template, product_files)
364
365
+ assert "./annotation/s3-vv.xml" in res
0 commit comments