-
This came up while looking into #610:
https://github.com/Open-EO/openeo-python-client/blob/35b5fc7b0cc844bf5f02b0e437f683f501ffe5ff/openeo/capabilities.py#L8-L12
in python client we have `openeo…
-
We have an old spec of `load_ml_model` in openeo-python-driver:
https://github.com/Open-EO/openeo-python-driver/blob/22f89cfaa30306115f5479bdfc8b9ea8ebd0f04e/openeo_driver/specs/openeo-processes/ex…
-
The process graph building logic in Python client quite heavily works from assumption about the equivalence
> "end node" = "result node" = "save_result"
which works for most use cases, but that…
-
Tasks:
- check aggregate_spatial definition https://processes.openeo.org/#aggregate_spatial: does it accept vector cubes with a different CRS than the raster cube? -> https://github.com/Open-EO/opene…
-
As of OpenEO Python client version 0.32.0 `MultiBackendJobManager._update_statuses()` requires an instance of `JobDatabaseInterface` instead of a `pd.DataFrame` as an argument.
Since the GFMAPJobMan…
-
see Open-EO/openeo-python-client#159: openeo-python-client depended on openeo-udf (e.g. for "DataCube", "UdfData" and related)
In Open-EO/openeo-python-client#190 this dependency was eliminated by co…
-
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…
-
For some cases it might be good to have specific media types for openEO responses or links, e.g. when combining openEO and OGC API - Processes.
I'd propose to use something like `application/vnd.op…
-
I tried to run open-science-catalog-validation against an openEO batch job result (STAC collection) and got this result:
```
./node_modules/.bin/open-science-catalog-validation path/to/job-results.…
-
> What is the definition meant to return? The process? (e.g. CWL or openEO UDP?)
>
> We include that directly in GET /jobs/:id - I guess that's fine and we can add an additional endpoint, but mayb…