-
Notifications
You must be signed in to change notification settings - Fork 5
StacApiWorkspace: use latest part of merge argument as collection id #1074
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
Comments
As an alternative, and perhaps better, solution a new argument to export_workspace could be added with the collection_id. This would allow for the full freedom of the merge argument as we had before. |
I don't have a lot of practical
Note that if this solution would be picked, we have to move the discussion to https://github.com/Open-EO/openeo-processes to push it properly into the appropriate specs. This might be a lot more effort than just going for the convention to use the |
I think we can do both The reason we could need this long term solution is that projects often want to save their results grouped e.g. per year as subfolders within a collection |
the current implementation takes the
merge
argument ofexport_workspace
as the collection id. This has however the implication that themerge
argument can no longer contain slashes/
as these are not allowed in collection id's.This limitation disallows users to use the
export_workspace
process to export to different sub-folders of a workspace.My proposed solution is to split the
merge
argument on/
and take the last value as the collection id.example:
The text was updated successfully, but these errors were encountered: