You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`spatial_res: int | float` - Spatial resolution in meter of degree (depending on the CRS).
652
-
*`crs: str` - Coordinate reference system (e.g. `"EPSG:4326"`).
639
+
The `stac-cdse` and `stac-cdse-ardc` data stores provide direct access to datasets
640
+
published by the [CDSE STAC API].
653
641
642
+
To [access EO data via S3 from CDSE](https://documentation.dataspace.copernicus.eu/APIs/S3.html),
643
+
you must [generate S3 credentials](https://documentation.dataspace.copernicus.eu/APIs/S3.html#generate-secrets).
644
+
These credentials are required during store initialization:
654
645
*`key: str`- S3 key credential for CDSE data access
655
-
*`secret: str`- S3 secret credential for CDSE data access. In order to access [EO data via S3 from CDSE](https://documentation.dataspace.copernicus.eu/APIs/S3.html)
656
-
one needs to [generate S3 credentials](https://documentation.dataspace.copernicus.eu/APIs/S3.html#generate-secrets).
646
+
*`secret: str`- S3 secret credential for CDSE data access.
657
647
648
+
Differences between the two stores:
649
+
*`stac-cdse`: Generates a unified dataset from a single CDSE STAC item
650
+
(observational tile) with tailored data processing. Only items from the
651
+
collections listed below are supported.
652
+
*`stac-cdse-ardc`: Generates **3D spatiotemporal analysis-ready data cubes
653
+
(ARDCs)** from multiple STAC items for the supported CDSE collections listed below.
658
654
659
-
There are no common parameters for opening datasets with the three stores.
660
-
As the available datasets are varying across a wide spectrum of datatypes
661
-
no specific opening parameters can be named here. The stores delegate to the
662
-
general xcube DataOpener which offers a variety of parameters depending on the
663
-
datatype of the dataset.
664
655
665
-
Use the following function to access the parameters fitting for the dataset of interest:
0 commit comments