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

Rearrange encoding to increase numbers of bits available as index #32

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

simonpoole
Copy link
Owner

Fixes #30

@simonpoole simonpoole force-pushed the increase_extended_tile_list_max_size branch from eb77b64 to b4eaf0a Compare March 15, 2022 21:27
@simonpoole
Copy link
Owner Author

simonpoole commented Mar 19, 2022

With the changes in this PR I was able to split an extract for Europe (30GB) on a 172GB machine. The 1st pass processing took less than two hours (and that is without a number of performance fixes that have been made here), however serializing and writing the tiles out is very slow as we can't hold enough buffers for the tiles in memory on such a machine and need to revert to multiple passes.

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.

Increase ~16'million extended tile lists limit
1 participant