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

About hexadecimal geocodes? #19

Open
ppKrauss opened this issue Sep 25, 2022 · 0 comments
Open

About hexadecimal geocodes? #19

ppKrauss opened this issue Sep 25, 2022 · 0 comments

Comments

@ppKrauss
Copy link

Suggestion to use base16h to represent your grid-cells in a hierarchical geocode...


See illustration here (it runs only on desktop Firefox or Chorme).

It is possible to use positional notation for hierarchical entities. Instead to use base4, base8 or base16 (hexadecimal) you must to use base4h, base8h or base16h.

image

You can apply it in Hilbert (U) or Morton (Z) space-filling curves.
For example on Hilbert with base16h:

image
image
image
image
image

The first (1 digit) and the lest (2 digits) are pure hexadecimal representations. The other are intermediary and half levels... All preserving predixes and its location.

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