We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
item_assets
bands
The text was updated successfully, but these errors were encountered:
related to (or maybe even duplicate of) #692
Sorry, something went wrong.
soxofaan
No branches or pull requests
band detection of https://stac.dataspace.copernicus.eu/v1/collections/sentinel-2-l2a does not work well at the moment:
band info is in document, but client is not picking that up:
item_assets
field: client only supports that if "item_assets" extension is enabled, but that is not necessary anymore since STAC 1.1.0: https://github.com/stac-extensions/item-assets?tab=readme-ov-file#item-assets-definition-extension-specificationbands
is part of common metadata: https://github.com/radiantearth/stac-spec/blob/master/commons/common-metadata.md#bands but client does not support that at the momentThe text was updated successfully, but these errors were encountered: