Skip to content

Commit 8351d57

Browse files
committed
config: added Climate Data Store
1 parent a064bc4 commit 8351d57

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

themes/apex/config.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@ module.exports = {
99
"summary": "This openEO service runs on the [Copernicus Data Space Ecosystem](https://dataspace.copernicus.eu/)\nand offers data access and processing on full archives of Copernicus data, such as the Sentinels.",
1010
},
1111
{
12-
"id": 4,
12+
"id": 2,
1313
"url": "https://openeocloud.vito.be/openeo/1.0.0/",
1414
"title": "openEO Platform",
1515
"summary": "openEO platform provides intuitive programming libraries to process a wide variety of earth observation datasets. This large-scale data access and processing is performed on multiple infrastructures, which all support the openEO and STAC API.",
1616
},
1717
{
18-
"id": 5,
18+
"id": 3,
1919
"url": "https://eoresults.esa.int/stac",
2020
"title": "ESA Project Results Repository",
2121
"summary": "ESA Project Results Repository (PRR) hosting the results of the ESA Scientific Projects",
22+
},
23+
{
24+
"id": 4,
25+
"url": "https://cds.climate.copernicus.eu/api/catalogue/v1/",
26+
"title": "Climate Data Store",
27+
"summary": "The CADS catalogue API is a STAC compliant API to access the CADS catalogues.\\n\\nThe implementation is based on [Standalone Collections](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#standalone-collections) while a custom extension is present to provide datasets search capabilities.",
2228
}
2329
],
2430
allowExternalAccess: true, // Must be true if catalogUrl is not given

themes/apex/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.6
1+
2.0.7

0 commit comments

Comments
 (0)