-
Notifications
You must be signed in to change notification settings - Fork 5
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
support export_workspace
to static STAC
#606
Comments
export_collection
to static STACexport_workspace
to static STAC
I propose a kind of 'default' workspace that is just a subdirectory of the existing bucket for openEO data as first type of workspace. This requires minimal/no work. So then we need code that looks up the batch job results, copies data and merges metadata, and adjusts job result metadata accordingly. The user will have to configure a filename prefix to avoid filename overlap between jobs. EDIT: as there can be followup nodes, we would actually need to do the writing within the jobs. Current assumption is that the user running the job also owns the workspace, so granting write access is safe. |
Current implementation:
If it is mounted as a directory on disk, a bucket in object storage can also act as a workspace. |
See: Open-EO/openeo-processes#485
I would like for us to be able to define a (static) STAC collection that should receive the job metadata, as opposed to only storing it under batch job results.
One of the first use cases would be to build a catalog of reference data extractions.
The text was updated successfully, but these errors were encountered: