From 74fcb73e20cb66a64ce7c0b8602847540097a1aa Mon Sep 17 00:00:00 2001 From: Ferdinando Villa Date: Mon, 15 May 2023 16:57:45 +0200 Subject: [PATCH] Fix OpenEO and STAC resource parameters --- .../src/main/resources/ogc/prototypes/openeo.kdl | 13 +++---------- .../src/main/resources/ogc/prototypes/stac.kdl | 5 +++-- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/adapters/klab.ogc/src/main/resources/ogc/prototypes/openeo.kdl b/adapters/klab.ogc/src/main/resources/ogc/prototypes/openeo.kdl index a3412e6c4..d0a029704 100644 --- a/adapters/klab.ogc/src/main/resources/ogc/prototypes/openeo.kdl +++ b/adapters/klab.ogc/src/main/resources/ogc/prototypes/openeo.kdl @@ -2,20 +2,13 @@ * Parameters accepted in a raster resource */ annotation openeo // TODO - "The WCS adapter is used to create WCS (Web Coverage Service) spatial coverages, supporting servers implementing version 2.0.1 of the WCS standard." - label "WCS protocol adapter (OGC v2.0.1)" + "The OpenEO adapter wraps an OpenEO process definition in an imported process.json file." + label "OpenEO User Process adapter" { final text 'serviceUrl' "The URL of the service providing the data." - - final text 'wcsIdentifier' - "The identifier of the WCS layer, including the namespace if the WCS server needs it." - - final text 'wcsVersion' - "The WCS version for the requests. Currently only 2.0.1 is supported as previous versions do not communicate enough information." - default "2.0.1" - + optional number band "The band for a multi-band raster. Default is 0." default 0 diff --git a/adapters/klab.ogc/src/main/resources/ogc/prototypes/stac.kdl b/adapters/klab.ogc/src/main/resources/ogc/prototypes/stac.kdl index ccfe5f573..897adf7f5 100644 --- a/adapters/klab.ogc/src/main/resources/ogc/prototypes/stac.kdl +++ b/adapters/klab.ogc/src/main/resources/ogc/prototypes/stac.kdl @@ -2,8 +2,9 @@ * Parameters accepted in a raster resource */ annotation stac // TODO - "The WCS adapter is used to create WCS (Web Coverage Service) spatial coverages, supporting servers implementing version 2.0.1 of the WCS standard." - label "WCS protocol adapter (OGC v2.0.1)" + "The STAC adapter names a collection in a STAC catalog and manages import in k.LAB, including aggregation of multiple timepoints if + context requires it." + label "STAC collection adapter" { final text 'catalogUrl'