openeo-python-client
openeo-python-client copied to clipboard
load_stac: get asset metadata from "item_assets" in collection instead of from items
Right now asset metadata like band names are loaded from the nested items in a collection. Getting them directly from item_assets could improve performance.
This would also serve as a quick fix for https://github.com/Open-EO/openeo-geopyspark-driver/issues/460