Skip to content

Commit

Permalink
apex: added new data catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Jan 23, 2025
1 parent dd30e83 commit bfc8e1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions themes/apex/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ module.exports = {
"url": "https://cds.climate.copernicus.eu/api/catalogue/v1/",
"title": "Climate Data Store",
"summary": "The CADS catalogue API is a STAC compliant API to access the CADS catalogues.The 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.",
},
{
"id": 5,
"url": "https://app-reverse-proxy.osc.earthcode.eox.at/open-science-catalog-metadata/catalog.json",
"title": "ESA Open Science Catalog",
"summary": "A catalog of publicly available geoscience products, datasets and resources developed in the frame of scientific research Projects funded by ESA EO (Earth Observation)"
}
],
allowExternalAccess: true, // Must be true if catalogUrl is not given
Expand Down Expand Up @@ -53,10 +59,7 @@ module.exports = {
apiCatalogPriority: null,
useTileLayerAsFallback: true,
displayGeoTiffByDefault: false,
buildTileUrlTemplate: ({
href,
asset
}) => "https://tiles.rdnt.io/tiles/{z}/{x}/{y}@2x?url=" + encodeURIComponent(asset.href.startsWith("/vsi") ? asset.href : href),
buildTileUrlTemplate: ({href, asset}) => "https://tiles.rdnt.io/tiles/{z}/{x}/{y}@2x?url=" + encodeURIComponent(asset.href.startsWith("/vsi") ? asset.href : href),
stacProxyUrl: null,
pathPrefix: "/",
historyMode: "history",
Expand All @@ -73,6 +76,7 @@ module.exports = {
crossOriginMedia: null,
requestHeaders: {},
requestQueryParameters: {},
socialSharing: ['email', 'bsky', 'mastodon', 'x'],
preprocessSTAC: null,
authConfig: {
type: 'openIdConnect',
Expand Down
2 changes: 1 addition & 1 deletion themes/apex/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1

0 comments on commit bfc8e1c

Please sign in to comment.