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

Avoid redundant reads of pixel-interleaved files #380

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

jcphill
Copy link
Contributor

@jcphill jcphill commented Aug 2, 2023

Uses the same block data for all bands. Fixes #376.

Uses the same block data for all bands.  Fixes geotiffjs#376.
@constantinius
Copy link
Member

Thanks @jcphill for providing this fix. I was under the assumption that the internal tile cache would have handled that, but that does not seem to have been the case.

@constantinius constantinius merged commit 475d91e into geotiffjs:master Aug 2, 2023
1 check passed
jcphill added a commit to jcphill/georaster that referenced this pull request Aug 3, 2023
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

Successfully merging this pull request may close these issues.

_readRaster on pixel-interleaved file uses memory proportional to square of band count
2 participants