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

Add a flag in CoverageView to declare bands are aligned #275

Open
aaime opened this issue Nov 6, 2017 · 0 comments
Open

Add a flag in CoverageView to declare bands are aligned #275

aaime opened this issue Nov 6, 2017 · 0 comments
Assignees

Comments

@aaime
Copy link
Member

aaime commented Nov 6, 2017

Right now CoverageView StructuredCoverage interfaces report outputs based on the granules found. For example, if there is one product made of 13 granules, you will get 13 as the count, not 1.
This is because the view is currently operating without really knowing if the granules are aligned or not, for the way it works, it's really just building N mosaics, zero filling the missing granules if any, and then band merging the results.
We should add a flag to tell the view bits are really aligned and should be considered a "unit" (at which point, we can run all structured info queries on the first band, ignoring the others... downside, there will not be anymore a way to locate all granules on disk via "location" like today)

@aaime aaime self-assigned this Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant