File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Overall the software is in the **alpha** phase and the usual caveats apply.
25
25
- reads uncompressed and compressed SAFE data products on the local computer or
26
26
on a network via [ * fsspec* ] ( https://filesystem-spec.readthedocs.io ) - * dependes on rasterio>=1.3a3*
27
27
- 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 ) /
29
29
[ * rasterio* ] ( https://rasterio.readthedocs.io ) / [ * GDAL* ] ( https://gdal.org )
30
30
31
31
## Install
@@ -394,7 +394,7 @@ Attributes: ...
394
394
As an exmaple of remote access you can open a product directly from a GitHub repo with:
395
395
396
396
``` 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
398
398
<xarray.Dataset>
399
399
Dimensions: (pixel: 21632, line: 13509)
400
400
Coordinates:
@@ -432,7 +432,7 @@ zip file off a GitHub repo and cache the file locally with:
432
432
... storage_options={
433
433
... "simplecache": {"cache_storage": "/tmp/zipfiles/"},
434
434
... },
435
- ... )
435
+ ... ) # doctest: +SKIP
436
436
<xarray.Dataset>
437
437
Dimensions: (pixel: 21632, line: 13509)
438
438
Coordinates:
You can’t perform that action at this time.
0 commit comments