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

ImageMosaic eager raster computation slows down overlapping image mosaic computation #151

Open
aaime opened this issue Apr 12, 2017 · 0 comments

Comments

@aaime
Copy link
Member

aaime commented Apr 12, 2017

The current code finds all input images intersecting the tile requested in GetTile and extracts Raster for that area. However, in an overlapping case, it may be that the first image fully covers the tile, or more in general, that one of the inputs is actually never used for a given tile.

These calculation should be deferred to the first actual need of a input to avoid un-necessary processing.

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

2 participants