Victor Verhaert
Victor Verhaert
Right now asset metadata like band names are loaded from the nested items in a collection. Getting them directly from item_assets could improve performance. This would also serve as a...
When the arguments of e.g. `apply_datacube` to not match, the error states "No UDF found." This could be made clearer and more specific to point a user in the right...
While running long jobs using the JobManager, it crashes while trying to download results. ``` Traceback (most recent call last): File "/home/victor.verhaert/LCFM/lcfm-production/.conda/lib/python3.11/site-packages/urllib3/response.py", line 748, in _error_catcher yield File "/home/victor.verhaert/LCFM/lcfm-production/.conda/lib/python3.11/site-packages/urllib3/response.py", line...
When using load_stac, the python client tries to read metadata from the provided stac. The only metadata currently being read is bands, so no spatial or temporal metadata. When the...
Currently only the usage stats are included in the metadata overview, but not the cost.
this TODO: https://github.com/Open-EO/openeo-python-client/blob/0cf3bdd1a61fe44cec2733ff57e4a9cffa6ae494/openeo/rest/_testing.py#L28-L34 so users can use this for their own testing in a future proof manner CC @soxofaan
Currently this can be achieved by creating a super class of the job manager and overwriting the `on_job_done` function. With the increased usage of the `export_workspace` process, where users don't...
the __init__ file currently contains a lot of logic making it hard for new users to figure out how it works. One way of cleaning this file is moving job...
related code: https://github.com/Open-EO/openeo-python-client/blob/77c3e87e44a199949306d230339a92863c96de40/openeo/rest/datacube.py#L2210-L2224 Currently if one or both of the cubes have missing band data the resulting metadata is set to None. Suggested approaches: 1. cube1 has bands and cube2...