openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

Python client API for OpenEO

Results 148 openeo-python-client issues
Sort by recently updated
recently updated
newest added

Feature request: add option to `execute_batch()`, `start_and_wait()` and friends to automatically cancel a job that takes too long (e.g. to avoid excessive costs)

feature request
collect feedback

Currently only the usage stats are included in the metadata overview, but not the cost.

good first issue
feature request
low hanging fruit
nice-to-have
job manager

Python 3.7 reached end-of-life almost a year ago ([2023-06-27](https://devguide.python.org/versions/#unsupported-versions)) This ticket is to collect reasons for dropping support for it.

clean up
collect feedback

see https://github.com/Open-EO/openeo-api/issues/540 We should introduce the term "process definition" or "remote process definition" in place of some usage of "UDP" to be more generic and future-proof

documentation

For CARD4L compliance of downloaded jobs, the client needs to also store the STAC files. As far as I can see that is not the case yet. Also, it doesnt't...

https://github.com/Open-EO/openeo-python-client/blob/db046f1339e23a4c470babfe21ecf1073ad37f7c/openeo/rest/job.py#L234-L238 The naming of method `BatchJob.run_synchronous` is quite confusing: this is not about running a batch job in synchronous mode (which is not a thing yet, but we've been thinking...

usability
documentation

brainstorm PR for #635 to have cleaner job db initialization

job manager

reported by Joris C: > Not sure whether it's due to a change in the job manager, or whether it was there already, but I'm getting a warning on the...

bug
job manager

Users can only start a job manager thread, and stop it, but they also might want to inspect the state: is it still running? and do something with that. e.g....

feature request
usability
job manager