Skip to content

Commit ce19df7

Browse files
committed
Try fix doctests
1 parent 8648bb4 commit ce19df7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Overall the software is in the **alpha** phase and the usual caveats apply.
2525
- reads uncompressed and compressed SAFE data products on the local computer or
2626
on a network via [*fsspec*](https://filesystem-spec.readthedocs.io) - *dependes on rasterio>=1.3a3*
2727
- supports larger-than-memory and distributed data access via [*dask*](https://dask.org) and
28-
[*rioxarray*](https://corteva.github.io/rioxarray) /
28+
[*rioxarray*](https://corteva.github.io/rioxarray) /
2929
[*rasterio*](https://rasterio.readthedocs.io) / [*GDAL*](https://gdal.org)
3030

3131
## Install
@@ -394,7 +394,7 @@ Attributes: ...
394394
As an exmaple of remote access you can open a product directly from a GitHub repo with:
395395

396396
```python-repl
397-
>>> xr.open_dataset(f"github://bopen:xarray-sentinel@/{slc_iw_path}", group="IW1/VH", engine="sentinel-1")
397+
>>> xr.open_dataset(f"github://bopen:xarray-sentinel@/{slc_iw_path}", group="IW1/VH", engine="sentinel-1") # doctest: +SKIP
398398
<xarray.Dataset>
399399
Dimensions: (pixel: 21632, line: 13509)
400400
Coordinates:
@@ -432,7 +432,7 @@ zip file off a GitHub repo and cache the file locally with:
432432
... storage_options={
433433
... "simplecache": {"cache_storage": "/tmp/zipfiles/"},
434434
... },
435-
... )
435+
... ) # doctest: +SKIP
436436
<xarray.Dataset>
437437
Dimensions: (pixel: 21632, line: 13509)
438438
Coordinates:

0 commit comments

Comments
 (0)