Open-EO / Open-EO/openeo-python-client

add generic `StacResource.process`

Open
#742 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.