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

Out of core #43

Open
ErixenCruz opened this issue Mar 1, 2021 · 0 comments
Open

Out of core #43

ErixenCruz opened this issue Mar 1, 2021 · 0 comments

Comments

@ErixenCruz
Copy link
Contributor

All tiles are stored in memory in a tileset object before being written to JSON. This is not feasible for geocells that go down to level 23 (potentially terrabytes).

Instead, making the b3dms and gltfs should be separate from writing the tileset jsons. This can be multithreaded.

After the content files are written, availability buffers for subtrees can be written to disk. A process would parse the b3dms and know which buffer to write to. All the buffers aren't kept in memory but rather opened and written to one at a time in this way.

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