Skip to content

add generic StacResource.process #742

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

Open
soxofaan opened this issue Feb 26, 2025 · 0 comments
Open

add generic StacResource.process #742

soxofaan opened this issue Feb 26, 2025 · 0 comments
Assignees
Labels

Comments

@soxofaan
Copy link
Member

Users that wanted to use export_workspace before version 0.39 had to do something like this:

saved = cube.save_result(...)
res = saved.process("export_workspace", arguments=...)

Since 0.39.0, this fails because res does not have a process method. Before 0.39, res was a DataCube, which made little sense, but at least it has the generic process method.

Quickfix would be to add a generic process to StacResource too

related to #720 #402 #725

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

No branches or pull requests

1 participant