Support for STAC metadata #103
Labels
feature/collection
Issues related to Collection inputs/outputs and their resolution.
process/OAP-Part3: Workflows
OGC API - Processes - Part 3: Workflows/Chaining
project/DACCS
Related to DACCS project (https://github.com/orgs/DACCS-Climate)
project/OGC
Related to OGC testbeds or relavant projects.
triage/enhancement
New feature or request
triage/experimental
Something related to experimental features and/or package version
triage/feature
New requested feature.
Description
The STAC format has been proposed to handle the differences of metadata/reference files formats across EO inputs. It should be considered as a supported format to simplify (or offer more leverage over) Application Package creation.
STAC allows handling the following issues (not necessarily exhaustive) :
Concerns
application/x-stac
application/stac+json
application/geo+json; application=stac; profile=item
application/json; application=stac; profile=catalog
application/json; application=stac; profile=collection
application/json
as this could well be a valid input type that doesn't represent a STAC definition/schema.application/json
could be allowed if thestac_version
field is located in it.EMS
receives AOI/TOI/CollectionID inputs (which in turns produces OpenSearch requests), the results obtained will have to be parsed in order to formulate the appropriate STAC definition and forward them to theADES
.collection
from other JSON structures used forComplex
(file) and/or free-form OAS object withschema
([Feature] Support I/Oschema
field definition #245).References
Specifications
collection
input structure in OGC-API:stac-input
in CWL EO Apps Best Practices: https://docs.ogc.org/bp/20-089r1.html#req-app-stac-input(requires support of
Directory
type, with STAC items located in it based oncatalog.json
file)(see specifically 8.4.1. Staging Input and Output EO Products in https://docs.ogc.org/bp/20-089r1.html#toc28 for example CWL and corresponding STAC files targeting the
Directory
)Subtle differences in property naming between DCAT and Records opengeospatial/ogcapi-records#158 (comment)
Accept-Language
https://www.rfc-editor.org/rfc/rfc3282#section-3, https://www.rfc-editor.org/rfc/rfc7231#section-5.3.5Implementation
The text was updated successfully, but these errors were encountered: