Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load_stac band detection with STAC 1.1 collection #699

Open
soxofaan opened this issue Jan 6, 2025 · 1 comment
Open

load_stac band detection with STAC 1.1 collection #699

soxofaan opened this issue Jan 6, 2025 · 1 comment

Comments

@soxofaan
Copy link
Member

soxofaan commented Jan 6, 2025

band detection of https://stac.dataspace.copernicus.eu/v1/collections/sentinel-2-l2a does not work well at the moment:

import openeo.metadata
metadata = openeo.metadata.metadata_from_stac(
    "https://stac.dataspace.copernicus.eu/v1/collections/sentinel-2-l2a",
)
print(metadata.band_names)
# shows: []

band info is in document, but client is not picking that up:

@soxofaan
Copy link
Member Author

soxofaan commented Jan 6, 2025

related to (or maybe even duplicate of) #692

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant