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

`load_stac`: possible improvements #235

Open clausmichele opened 6 months ago

clausmichele commented 6 months ago

Currently load_stac relies on the stackstac library, which works fine until we try to load more complex types of STAC objects.

As far as I am aware, current limitations of stackstac are:

This limits the functionality of the implemented process. I will investigate the possible switch to either:

WIP here: https://github.com/clausmichele/openeo-processes-dask/tree/feature/load_stac_odc