Open-EO / openeo-python-driver

Common parts of a Python driver implementation for OpenEO
Apache License 2.0
11 stars 5 forks source link

Support new STAC "bands" construct #298

Open soxofaan opened 2 months ago

soxofaan commented 2 months ago

see

We currently support "eo:bands" and "raster:bands" metadata in a couple of places in python driver, and we should prepare now to add this future "bands" construct too

soxofaan commented 2 months ago

On related note: in the python client there is also a growing body of STAC metadata handling logic, and I think we should avoid this kind of duplication between python client and driver, e.g. to more easily support future STAC features

JeroenVerstraelen commented 1 month ago

https://github.com/Open-EO/openeo-geopyspark-driver/issues/762