pandza
pandza
Regarding void label, there is a problem with color map cmap definition in demo.ipynb when doing visual inspection, which makes label void look blue instead white. Here's the fix: ```...
Hi, I was wondering is it possible to assign specific names to jobs (and thus output files) while using MultiBackendJobManager and not get some generic "job_j-2508150854344c8a86f9c6de635cc887" or "openEO.nc" (e.g. I...
Hi @jdries and thanks for answering, I'll check it out. I also found workaround by defining the `title` in `return result.create_job(title=f"Job_{row['id']}")` and then using `connection.list_jobs()` where all job titles and...