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).
623
+
*`crs: str` - Coordinate reference system (e.g. `"EPSG:4326"`).
624
+
595
625
*`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)
626
+
*`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)
598
627
one needs to [generate S3 credentials](https://documentation.dataspace.copernicus.eu/APIs/S3.html#generate-secrets).
599
628
600
629
601
630
There are no common parameters for opening datasets with the three stores.
602
631
As the available datasets are varying across a wide spectrum of datatypes
603
632
no specific opening parameters can be named here. The stores delegate to the
604
-
general xcube Data Opener which offers a variety of parameters depending on the
633
+
general xcube DataOpener which offers a variety of parameters depending on the
605
634
datatype of the dataset.
606
635
607
636
Use the following function to access the parameters fitting for the dataset of interest:
@@ -640,7 +669,7 @@ The preload parameters are:
640
669
There are no common parameters for opening datasets with the `xcube-zenodo` store.
641
670
As the datasets uploaded on Zenodo are varying across a wide spectrum of datatypes
642
671
no specific opening parameters can be named here. `xcube-zenodo` delegates to the
643
-
general xcube Data Opener which offers a variety of open parameters depending on the
672
+
general xcube DataOpener which offers a variety of open parameters depending on the
644
673
datatype of the dataset.
645
674
646
675
Use the following function to access the parameters fitting for the dataset of interest:
0 commit comments