We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7149487 commit 172e1adCopy full SHA for 172e1ad
README.md
@@ -364,7 +364,7 @@ For exmaple you can open a product directly from a Zip file with:
364
365
```python-repl
366
>>> slc_iw_zip_path = "tests/data/S1B_IW_SLC__1SDV_20210401T052622_20210401T052650_026269_032297_EFA4.zip"
367
->>> xr.open_dataset(f"zip://*/manifest.safe::{slc_iw_zip_path}", group="IW1/VH", engine="sentinel-1")
+>>> xr.open_dataset(f"zip://*/manifest.safe::{slc_iw_zip_path}", group="IW1/VH", engine="sentinel-1") # doctest: +SKIP
368
<xarray.Dataset>
369
Dimensions: (pixel: 21632, line: 13509)
370
Coordinates:
0 commit comments