Skip to content

Align collection "license" with STAC #593

Closed
soxofaan wants to merge 1 commit into
Open-EO:draftfrom
soxofaan:issue592-license-other
Closed

Align collection "license" with STAC #593
soxofaan wants to merge 1 commit into
Open-EO:draftfrom
soxofaan:issue592-license-other

Conversation

@soxofaan

@soxofaan soxofaan commented Jun 3, 2026

Copy link
Copy Markdown
Member

Proposal to fix #592

@m-mohr

m-mohr commented Jun 12, 2026

Copy link
Copy Markdown
Member

Isn't the whole API specification still pretty much on STAC v1.0? We probably would want to go through all parts of the spec that are STAC related and make it 1.0 and 1.1 compliant.

@m-mohr m-mohr added this to the 1.4.0 milestone Jun 12, 2026
@soxofaan

Copy link
Copy Markdown
Member Author

good point

Isn't the whole API specification still pretty much on STAC v1.0?

I'm not sure it's clear that the whole API specification is on STAC v1.0.
For example, the example value for stac_version is 1.1.0

openeo-api/openapi.yaml

Lines 4584 to 4592 in 1881dae

stac_version:
type: string
description: >-
The [version of the STAC specification](https://github.com/radiantearth/stac-spec/releases),
which MAY not be equal to the [STAC API version](#tag/EO-Data-Discovery/STAC).
The openEO API allows for the STAC versions 1.x.x (RECOMMENDED) and 0.9.x (DEPRECATED).
pattern: '^(0\.9.\d+|1\.\d+.\d+)'
example: 1.1.0

And the generic "EO Data Discovery" section keeps it generic to 1.x.x

openeo-api/openapi.yaml

Lines 523 to 525 in 1881dae

The openEO API allows for the
- STAC versions 1.x.x (RECOMMENDED) and 0.9.x (DEPRECATED), and
- STAC API versions 1.x.x (RECOMMENDED) and 0.9.x (DEPRECATED).

But indeed, /collections and /collections/{collection_id} indeed explicitly refer to STAC API 1.0.0

This endpoint is compatible with [STAC API 1.0.0 and later](https://stacspec.org) and

side-question: does "STAC API" here actually means what is now referred to as "STAC API", or does it mean just static "STAC"?

@soxofaan soxofaan closed this Jun 15, 2026
@m-mohr m-mohr linked an issue Jun 15, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Further align with STAC 1.1

2 participants