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
Accessories, for example the thumbnail, get lost when converting to eo3.
>>> from odc.stac.eo3 import stac2ds >>> from pystac import Item >>> item = Item.from_file("https://earth-search.aws.element84.com/v1/collections/sentinel-2-c1-l2a/items/S2A_T01KAA_20240825T221936_L2A") >>> 'preview' in item.assets True
>>> dataset = next(stac2ds([item])) >>> 'accessories' in dataset.metadata_doc False >>> 'thumbnail' in dataset.metadata_doc['measurements'] False
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Accessories, for example the thumbnail, get lost when converting to eo3.
The text was updated successfully, but these errors were encountered: