Open-EO / Open-EO/openeo-python-client
add generic `StacResource.process`
Open
@soxofaan is already working on this.
Since Feb 26, 2025.
bug
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.