Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STAC API for batch job results? #398

Open
m-mohr opened this issue Jun 2, 2021 · 6 comments
Open

STAC API for batch job results? #398

m-mohr opened this issue Jun 2, 2021 · 6 comments

Comments

@m-mohr
Copy link
Member

m-mohr commented Jun 2, 2021

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.

@m-mohr m-mohr changed the title (Full) STAC API for results? STAC API for batch job results? Jun 2, 2021
@m-mohr m-mohr added this to the future milestone Jun 2, 2021
@m-mohr m-mohr modified the milestones: future, 2.0.0 Oct 29, 2021
@jdries
Copy link

jdries commented Mar 14, 2023

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

@m-mohr
Copy link
Member Author

m-mohr commented Aug 18, 2023

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

  • openEO allows a Collection or Item at GET /jobs/{job_id}/results
  • STAC API requires the landing page to be a Catalog

Moving to 2.0.0.

Related: #376
Duplicate: #484

@clausmichele
Copy link
Member

clausmichele commented Mar 19, 2024

@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
Copy link
Member Author

m-mohr commented Mar 19, 2024

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

@clausmichele
Copy link
Member

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
Copy link
Member Author

m-mohr commented Mar 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants