openeo-python-client
openeo-python-client copied to clipboard
Python client API for OpenEO
To solve still: - [x] how to detect authentication settings - [ ] use aggregate api -> won't do, that api is still on dev and not clear if it...
Support a job manager that automatically creates jobs based on the schema of a UDP. Prototype is already available here, with some valid comments that should be taken into account:...
The job manager needs to keep the cluster busy as good as possible, to ensure that X jobs finish within estimated time. Currently, we see that it can take a...
refs - https://github.com/Open-EO/openeo-python-driver/pull/314#issuecomment-2374301581 - https://github.com/Open-EO/openeo-python-client/pull/631 - https://github.com/Open-EO/openeo-geopyspark-driver/issues/881 - https://github.com/Open-EO/openeo-geopyspark-driver/pull/882
Hi, I made a quick description on how to use the "inspect" function to print within the UDFs. moreover, I tried to give a brief explanation on how users can...
Spin-off from PR #614: how to have a clean API to initialize the job database (`_normalize_df`: add necessary columns)?
This is an epic to list tickets, todo's and ideas on further finetuning of auth related docs - https://github.com/Open-EO/openeo-python-client/issues/235 - https://github.com/Open-EO/openeo-python-client/issues/154 and related PR https://github.com/Open-EO/openeo-python-client/pull/253 - https://github.com/Open-EO/openeo-python-client/issues/290 - more discussion...
related to - https://github.com/Open-EO/openeo-python-client/issues/520 - https://github.com/Open-EO/openeo-python-client/pull/617 take this UDF context handling use case: ```python udf = openeo.UDF( "...", context={"from_parameter": "context"}, ) cube = cube.apply(udf, context={"factor": 12.34}) ``` This is an...
`Connection.load_stac_from_job` currently uses the canonical (signed URL) link automatically if it can find it and falls back on the standard (non-signed) job result URL. I think it makes sense to...
The job manager crashed on some ApiResponseError: The error: ```Traceback (most recent call last): File "/data/users/Private/joris.c/lcfm-production/notebooks/sentinel1-jm.py", line 92, in job_manager.run_jobs( File "/home/joris.c/mambaforge/envs/lcfm-production/lib/python3.11/site-packages/openeo/extra/job_management.py", line 365, in run_jobs self._launch_job(start_job, df, i, backend_name)...