Skip to content

Commit 97410fb

Browse files
committed
update gedidb entry
1 parent de780d8 commit 97410fb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/source/dataaccess.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ 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 available data stores:
205205

206206
```python
207207
from xcube.core.store import list_data_store_ids
@@ -289,7 +289,7 @@ The following `storage_options` can be used for the `abfs` data store:
289289
The following `storage_options` can be used for the `ftp` data store:
290290

291291
* `host` - Remote server name/ip
292-
* `port` - FTP Port, min.: 0, max.: 65535,`default`: 21
292+
* `port` - FTP Port, min: 0, max: 65535,`default`: 21
293293
* `username` - User's identifier, if using
294294
* `password` - User's password, if using
295295

@@ -496,13 +496,13 @@ Common parameters for opening [xarray.Dataset] instances:
496496
* `res_level: int` - Spatial resolution level in the range 0 to 4. Zero refers to
497497
the max resolution of 0.0439453125 degrees.
498498

499-
### Global Ecosystem Dynamics Investigation `gedi`
499+
### Global Ecosystem Dynamics Investigation `gedidb`
500500

501501
A data store for [Global Ecosystem Dynamics Investigation] (GEDI) data is currently
502502
under development and will be released soon.
503503

504-
This data store is provided by the xcube plugin [xcube-gedi]. Once available, you will
505-
be able to install it using `conda install -c conda-forge xcube-gedi`.
504+
This data store is provided by the xcube plugin [xcube-gedidb]. Once available, you will
505+
be able to install it using `conda install -c conda-forge xcube-gedidb`.
506506

507507
### Sentinel Hub API
508508

@@ -557,7 +557,7 @@ Common parameters for opening [xarray.Dataset] instances:
557557

558558
### SpatioTemporal Asset Catalogs `stac`, `stac-xcube`, `stac-cdse`
559559

560-
The data stores `stac`, `stac-xcube`, and `stac-cdse` provide datasets of
560+
The data stores `stac`, `stac-xcube`, and `stac-cdse` provide access to datasets of
561561
the [SpatioTemporal Asset Catalogs].
562562

563563
The three data stores are provided by the xcube plugin [xcube-stac].
@@ -568,7 +568,7 @@ You can install it using `conda install -c conda-forge xcube-stac.`
568568
The data store `stac` provides datasets from a user-defined STAC API.
569569

570570
The general parameters for the data store are the same as those used for `https`
571-
and `s3` stores. The STAC collection of interest determines whether data is accessed
571+
and `s3` stores. The STAC catalog of interest determines whether data is accessed
572572
via `https` or `s3`. Specific parameters for this store are:
573573
* `url: str` - URL to STAC catalog. Required.
574574
* `stack_mode: bool` - Stacking of STAC items. Transforms data into analysis-ready
@@ -578,7 +578,7 @@ via `https` or `s3`. Specific parameters for this store are:
578578
The data store `stac-xcube` connects to STAC catalogs published on a `xcube` Server.
579579

580580
The general parameters for the data store are the same as those used for `https`
581-
and `s3` stores. The STAC collection of interest determines whether data is accessed
581+
and `s3` stores. The STAC catalog of interest determines whether data is accessed
582582
via `https` or `s3`. Specific parameters for this store are:
583583
* `url: str` - URL to STAC catalog. Required.
584584
* `stack_mode: bool` - Stacking of STAC items. Transforms data into analysis-ready
@@ -589,7 +589,7 @@ The data store `stac-cdse` provides direct access to Sentinel data using the
589589
CSDE STAC API.
590590

591591
The general parameters for the data store are the same as those used for `https`
592-
and `s3` stores. The STAC collection of interest determines whether data is accessed
592+
and `s3` stores. The STAC catalog of interest determines whether data is accessed
593593
via `https` or `s3`. Specific parameters for this store are:
594594
* `stack_mode: bool` - Stacking of STAC items. Transforms data into analysis-ready
595595
format. Defaults to `False`.

0 commit comments

Comments
 (0)