You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most resources (processes, file formats, service types, runtimes, ...) can be flagged as experimental, but that's not possible with collections apparently.
Not sure if this is intended for some reason (STAC compatibility?) or an accidental oversight
But most of these tickets are non-public, so hard to discover.
Most of the discussion was also in the context of openEO Platform, while the value of this flag has a larger scope than that.
The 'experimental' flag from https://stac-extensions.github.io/version/v1.1.0/schema.json needs to be set on experimental collections. A collection can be experimental either because there are issues with the actual data or catalog, or because of backend specific issues that make the use of the collection unstable. A collection marked as experimental does not need to comply with further requirements
So in conclusion, the "experimental" flag can already be added through the "version" STAC extension, so the need to explicitly add it in the openEO API spec too is pretty low.
Counter-point: the "deprecated" flag is also part of the "version" STAC extension, while it is also explicitly listed in the openEO API spec, so there is a bit of asymmetry here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Most resources (processes, file formats, service types, runtimes, ...) can be flagged as experimental, but that's not possible with collections apparently.
Not sure if this is intended for some reason (STAC compatibility?) or an accidental oversight
This PR tries to fix that