Skip to content

Commit d90b679

Browse files
clarasbformankonstntokasTonioF
authored
Apply suggestions from code review
apply suggestions Co-authored-by: Norman Fomferra <[email protected]> Co-authored-by: Konstantin Ntokas <[email protected]> Co-authored-by: Tonio Fincke <[email protected]>
1 parent 97410fb commit d90b679

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/source/dataaccess.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[xcube-cds]: https://github.com/dcs4cop/xcube-cds
2424
[xcube-clms]: https://github.com/xcube-dev/xcube-clms
2525
[xcube-cmems]: https://github.com/dcs4cop/xcube-cmems
26-
[xcube-gedi]: https://github.com/xcube-dev/xcube-gedi
26+
[xcube-gedidb]: https://github.com/xcube-dev/xcube-gedidb
2727
[xcube-sh]: https://github.com/dcs4cop/xcube-sh
2828
[xcube-smos]: https://github.com/dcs4cop/xcube-smos
2929
[xcube-stac]: https://github.com/xcube-dev/xcube-stac
@@ -201,7 +201,8 @@ For every data store we also provide a dedicated example Notebook that
201201
demonstrates its specific usage in
202202
[examples/notebooks/datastores](https://github.com/dcs4cop/xcube/tree/main/examples/notebooks/datastores).
203203

204-
Use `list_data_store_ids()` to list all available data stores:
204+
Use `list_data_store_ids()` to list all data stores available in your current Python environment.
205+
The output depends on the installed xcube plugins.
205206

206207
```python
207208
from xcube.core.store import list_data_store_ids
@@ -414,10 +415,10 @@ as for the filesystem-based data stores described above.
414415

415416
### EOPF Sample Service
416417

417-
A data store for EOPF Sample Service is currently under development and will be released
418+
A data store for [EOPF Sentinel Zarr Samples](https://zarr.eopf.copernicus.eu/) is currently under development and will be released
418419
soon.
419420

420-
### ESA Climate Data Centre `cciodp`, `ccizar`, `esa-cci-kc`
421+
### ESA Climate Data Centre `cciodp`, `ccizarr`, `esa-cci-kc`
421422

422423
Three data stores are provided by the xcube plugin [xcube-cci].
423424
You can install it using `conda install -c conda-forge xcube-cci`.

0 commit comments

Comments
 (0)