Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

No metadata for datacube loaded with `load_stac` #527

Closed VincentVerelst closed 8 months ago

VincentVerelst commented 10 months ago

Datacubes that are loaded from a STAC catalog using load_stac don't contain any metadata.

soxofaan commented 10 months ago

related to https://github.com/Open-EO/openeo-python-client/issues/464 and https://github.com/Open-EO/openeo-python-client/issues/425

jdries commented 10 months ago

This is also a duplicate of: https://github.com/Open-EO/openeo-python-client/issues/368 We'll probably just want to clearly deprecate load_result, so that we only have to fix this one.

soxofaan commented 10 months ago

FYI: load_result is a non-experimental process in openeo-processes 1.0.0 (it moved to "proposals" in 1.1.0), so strictly speaking we can not easily deprecate it in general. But I agree that we probably should not bother (bug)fixing it.

VincentVerelst commented 8 months ago

TODO: add unit testing