Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
22 stars 8 forks source link

base32hex #29

Closed Rich2 closed 5 years ago

Rich2 commented 6 years ago

Consider extending hexadecimal to 32 values for succinct tile coordinate notation. Uses all the letters except i and o. 2 digits can encode 1024 vales instead of 100. 3 digits can encode 32768 values instead of a thousand.

0123456789ABCDEF //Hexadecimal

0123456789ABCDEFGHJKLMNPQRSTUVWXYZ

Rich2 commented 5 years ago

Documented.