|
23 | 23 | [xcube-cds]: https://github.com/dcs4cop/xcube-cds |
24 | 24 | [xcube-clms]: https://github.com/xcube-dev/xcube-clms |
25 | 25 | [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 |
27 | 27 | [xcube-sh]: https://github.com/dcs4cop/xcube-sh |
28 | 28 | [xcube-smos]: https://github.com/dcs4cop/xcube-smos |
29 | 29 | [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 |
201 | 201 | demonstrates its specific usage in |
202 | 202 | [examples/notebooks/datastores](https://github.com/dcs4cop/xcube/tree/main/examples/notebooks/datastores). |
203 | 203 |
|
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. |
205 | 206 |
|
206 | 207 | ```python |
207 | 208 | from xcube.core.store import list_data_store_ids |
@@ -414,10 +415,10 @@ as for the filesystem-based data stores described above. |
414 | 415 |
|
415 | 416 | ### EOPF Sample Service |
416 | 417 |
|
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 |
418 | 419 | soon. |
419 | 420 |
|
420 | | -### ESA Climate Data Centre `cciodp`, `ccizar`, `esa-cci-kc` |
| 421 | +### ESA Climate Data Centre `cciodp`, `ccizarr`, `esa-cci-kc` |
421 | 422 |
|
422 | 423 | Three data stores are provided by the xcube plugin [xcube-cci]. |
423 | 424 | You can install it using `conda install -c conda-forge xcube-cci`. |
|
0 commit comments