openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

load_stac: get asset metadata from "item_assets" in collection instead of from items

Open VictorVerhaert opened this issue 10 months ago • 3 comments

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

VictorVerhaert avatar Mar 26 '24 14:03 VictorVerhaert