Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 478 Bytes

h3-go (WIP)

Hexagonal hierarchical geospatial indexing system in pure Go. Porting all functionality from H3 core, commit ac7bf47f2c85df59ff1b7a3494eb82a03d4c1924.

Implementation progress

  • Initial transpiling
    • constants
    • mathExtensions
    • vec2d
    • vec3d
    • geoCoord
    • coordijk
    • baseCells
    • h3index
    • faceijk
  • Tests