Skip to content

Commit

Permalink
Fix OpenEO and STAC resource parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
fvilla committed May 15, 2023
1 parent 3a9110e commit 74fcb73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
13 changes: 3 additions & 10 deletions adapters/klab.ogc/src/main/resources/ogc/prototypes/openeo.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions adapters/klab.ogc/src/main/resources/ogc/prototypes/stac.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 74fcb73

Please sign in to comment.