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

`metadata_from_stac` can't handle STAC API ItemCollection #573

Closed VincentVerelst closed 5 months ago

VincentVerelst commented 5 months ago

When trying to read metadata from a STAC API (e.g. https://stac.openeo.vito.be/collections/agera5_daily), metadata_from_stac is not able to read metadata from a STAC API ItemCollection (https://github.com/radiantearth/stac-api-spec/blob/release/v1.0.0/fragments/itemcollection/README.md)

soxofaan commented 5 months ago

client now parses band info from https://stac.openeo.vito.be/collections/agera5_daily (item_assets field)

I think I'll close this one. Feel free to reopen or start a new ticket for other cases