Open-EO / openeo-processes-dask

Python implementations of many OpenEO processes, dask-friendly by default.
Apache License 2.0
19 stars 14 forks source link

Receive `asyncio - ERROR - Unclosed client session` when starting job #265

Closed soxofaan closed 2 months ago

soxofaan commented 2 months ago

See issue reported by @p-phung:

Unfortunately it seems I can not transfer that issue, so I'm just cross-linking it here as new ticket

ValentinaHutter commented 2 months ago

Prepared a PR to fix the issue in the example notebook: https://github.com/Open-EO/openeo-community-examples/pull/49

you can already retry to run the notebook, but since my colleague updated the stac collection with new asset names, you need to rename the requested band names from "flood_extent" to "ensemble_flood_extent" and from "refwater" to "reference_water_mask" - the example notebook will be updated soon, with this change.

p-phung commented 2 months ago

super, thanks @ValentinaHutter and the team. I'll test it!