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

Quadkey Cells #28

Open
daniel-j-h opened this issue Jul 25, 2021 · 0 comments
Open

Quadkey Cells #28

daniel-j-h opened this issue Jul 25, 2021 · 0 comments

Comments

@daniel-j-h
Copy link
Member

Quadkeys partition the globe, recursively.

The cells are then numbered following a z-order space filling curve (bit interleaving), with a base-4 representation.

We have a z-order space filling curve already in

https://github.com/tinygraph/tinygraph/blob/7047d80631c5b41244c9fcc6c7ee77aed80828a0/tinygraph-zorder.h

The quadkey hierarchy can then be stored efficiently e.g. in a succinct trie #23

See

daniel-j-h added a commit that referenced this issue Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant