-
Notifications
You must be signed in to change notification settings - Fork 17
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, Collection and Workspace handling in openEO #485
Conversation
`save_results` returns the STAC resource instead of boolean `true` Open-EO/openeo-api#376
So for my use case of storing metadata of jobs in an existing STAC collection, I would use export_collection? |
export_collection would automatically expose this through the openEO API (i.e.
Yes, by default this is only accessible after authentication from the user that created the collection.
No, I'd like to generally target sharing in a common manner across all openEO resource types. We pretty much have defined the behavior for making resources public (happy to adopt the public flag as implemented by VITO and signed URLs as documented in batch job results). We don't have anything more specific for users or groups. Both will need separate work items (a smaller one for public sharing, and a larger one for user/group based sharing). Unfortunately, there's currently no funding foreseen for this in any project afaik. |
Any further reviews? @soxofaan @jdries @GeraldIr @clausmichele @dthiex |
Comments added, thanks for tagging me and my twin @clausmichele for a double review |
Co-authored-by: Matthias Mohr <[email protected]>
@bossie you implemented export_workspace, did we have any remarks on the process description? |
Here's a next step in how I plan to use this to export openEO results directly into a stac api:
For this to work, the openeo service needs to have permission to write into the referenced stac collection, or a presigned url with write permission needs to be provided. (A presigned url mechanism for writing is not part of the stac spec afaik,...) |
Related
Changelog
export_collection
export_workspace
stac_modify
save_results
: Returns the STAC resource instead of booleantrue