Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
91 stars 11 forks source link

STAC API for batch job results? #398

Open m-mohr opened 3 years ago

m-mohr commented 3 years ago

It could in some use cases (very large results exported as COGs and visualized via a web browser client) be useful to expose an actual STAC API for job results instead of just the "static" STAC Item or Collection.

jdries commented 1 year ago

@LukeWeidenwalker @christophreimer linked to 'user collection' concept?

m-mohr commented 1 year ago

It is actually not really possible in a standards compliant and non-breaking way:

Moving to 2.0.0.

Related: #376 Duplicate: #484

clausmichele commented 5 months ago

@m-mohr is it currently possible to return a STAC Collection, which is also exposed in a STAC API? Maybe the "self" link could point to the Collection exposed at the API (i.e. the json that the API would return for that Collection).

m-mohr commented 5 months ago

That should be possible if the Collection lists all assets in the collection, too.

clausmichele commented 5 months ago

So, the Collection exposed via the API should be a copy of the one returned by openEO (i.e. conform to the openEO API with the assets also at Collection level). Should also all the Items be listed in the links or it's not necessary?

m-mohr commented 5 months ago

That is unspecified on openEO's side and depends on your needs.