-
*Note: I have added this issue here instead of creating an `assert_equals` [process proposal](https://github.com/Open-EO/openeo-processes/tree/draft/proposals) because I think a more general agreement…
-
A user let us know that the following code does not pass the context to his UDF:
```
cube = cube.apply_neighborhood(
openeo.UDF.from_file("test_udf.py"),
size=[
{"dimension": "x",…
-
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/pyth…
-
The fix for https://github.com/Open-EO/openeo-geopyspark-driver/issues/350 automatically introduces a `polarization` filter towards SHub; this failing integration test makes a problem with the caching…
-
-
`MultiBackendJobManager.run_jobs` has a `start_job` callable to create a job and, as suggested by its name, to start it too.
However, blindly starting each job on creation is actually an anti-patter…
-
Starting on the 19th of October, epod-openeo-2 has generated ~150 GB of logs containing the message at the bottom of this description (217,840,650 items). At the same time epod-openeo-1 only generated…
-
At Eurac we are working on the improvements of the SAR2Cube project, where we are using openEO to process Sentinel-1 SLC complex data. @aljacob
I create this issue to collect ideas and feedbacks a…
-
In Part 1 I found the following sentence:
> The Core does not mandate the use of any specific process description to specify the interface of a process. Instead this standard defines and recommends…
-