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 overview mode with missing level 1 #74

Open
lucianpls opened this issue Jul 24, 2022 · 0 comments
Open

Add overview mode with missing level 1 #74

lucianpls opened this issue Jul 24, 2022 · 0 comments

Comments

@lucianpls
Copy link
Member

Skipping level 1 (or every other level) would save significant space without incurring much of a performance penalty when used within gdal. Implementing this feature across all supported tile formats would save a significant amount of space.

  • Add a new overview mode
  • Modify tile read to read 4 tiles from lower level and downsample to generate a top tile, using avg or nnb mode
  • Modify CreateOverviews to build overviews

For best performance, tiles should be stored in 2x2 groups, including the base level

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