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 creation of tiles for no-data areas #2

Open
ThomasHalwax opened this issue Mar 7, 2020 · 1 comment
Open

avoid creation of tiles for no-data areas #2

ThomasHalwax opened this issue Mar 7, 2020 · 1 comment

Comments

@ThomasHalwax
Copy link
Member

ThomasHalwax commented Mar 7, 2020

A huge amount of tiles do not contain any data. In order to speed up the process of tile creation and to save lots of space we should skip all areas that do not contain any elevation data.

@ThomasHalwax
Copy link
Member Author

The current version of gdal2tiles allows

  • making tiles with No Data transparent (-a <NODATA>, --srcnodata=<NODATA>)
  • excluding transparent tiles from the tileset (-x, --exclude)

This will not speed up the process of creation but at least save space.

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