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

Support unordered band collection in BandDimension #575

Open
soxofaan opened this issue Jun 17, 2024 · 0 comments
Open

Support unordered band collection in BandDimension #575

soxofaan opened this issue Jun 17, 2024 · 0 comments

Comments

@soxofaan
Copy link
Member

In some situations (e.g. load_stac usage with certain STAC resources), the band names of the STAC resource can be extracted, but not their order (because of mappings instead of arrays in the STAC metadata).

Currently, an arbitrary order is enforced client side by blindly casting the bands in BandDimension to be a list, but we should not do that and allow it to be just a unordered set to avoid wrong assumptions

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