@@ -421,7 +421,7 @@ soon.
421421### ESA Climate Data Centre ` cciodp ` , ` ccizarr ` , ` esa-cci-kc `
422422
423423Three data stores are provided by the xcube plugin [ xcube-cci] .
424- You can install it using ` conda install -c conda-forge xcube-cci ` .
424+ You can install the plugin using ` conda install -c conda-forge xcube-cci ` .
425425
426426#### ` cciodp `
427427
@@ -568,32 +568,34 @@ You can install it using `conda install -c conda-forge xcube-stac.`
568568#### ` stac `
569569The data store ` stac ` provides datasets from a user-defined STAC API.
570570
571- The general parameters for the data store are the same as those used for ` https `
572- and ` s3 ` stores. The STAC catalog of interest determines whether data is accessed
573- via ` https ` or ` s3 ` . Specific parameters for this store are:
571+ Specific parameters for this store are:
574572* ` url: str ` - URL to STAC catalog. Required.
575573* ` stack_mode: bool ` - Stacking of STAC items. Transforms data into analysis-ready
576574 format. Defaults to ` False ` .
575+ * ` **store_params ` : Store parameters to configure the store used to access the data,
576+ which are the same as those used for ` https ` and ` s3 ` stores. The hrefs in the
577+ STAC assets determines whether data is accessed via ` https ` or ` s3 ` .
577578
578579#### ` stac-xcube `
579580The data store ` stac-xcube ` connects to STAC catalogs published on a ` xcube ` Server.
580581
581- The general parameters for the data store are the same as those used for ` https `
582- and ` s3 ` stores. The STAC catalog of interest determines whether data is accessed
583- via ` https ` or ` s3 ` . Specific parameters for this store are:
582+ Specific parameters for this store are:
584583* ` url: str ` - URL to STAC catalog. Required.
585584* ` stack_mode: bool ` - Stacking of STAC items. Transforms data into analysis-ready
586585 format. Defaults to ` False ` .
586+ * ` **store_params ` : Store parameters to configure the ` s3 ` store used to access
587+ the data.
587588
588589#### ` stac-cdse `
589- The data store ` stac-cdse ` provides direct access to Sentinel data using the
590+ The data store ` stac-cdse ` provides direct access datasets published by the
590591CSDE STAC API.
591592
592- The general parameters for the data store are the same as those used for ` https `
593- and ` s3 ` stores. The STAC catalog of interest determines whether data is accessed
594- via ` https ` or ` s3 ` . Specific parameters for this store are:
595593* ` stack_mode: bool ` - Stacking of STAC items. Transforms data into analysis-ready
596594 format. Defaults to ` False ` .
595+ * ` key: str ` - S3 key credential for CDSE data access
596+ * ` secret: str ` - S3 secret credential for CDSE data access
597+ In order to access [ EO data via S3 from CDSE] ( https://documentation.dataspace.copernicus.eu/APIs/S3.html )
598+ one needs to [ generate S3 credentials] ( https://documentation.dataspace.copernicus.eu/APIs/S3.html#generate-secrets ) .
597599
598600
599601There are no common parameters for opening datasets with the three stores.
0 commit comments