An open API service indexing awesome lists of open source software.

https://github.com/dimchansky/h3-go

Hexagonal hierarchical geospatial indexing system in pure Go
https://github.com/dimchansky/h3-go

geospatial go golang h3 hexagon spatial-indexing uber

Last synced: about 1 year ago
JSON representation

Hexagonal hierarchical geospatial indexing system in pure Go

Awesome Lists containing this project

README

          

# h3-go (WIP)

Hexagonal hierarchical geospatial indexing system in pure Go. Porting all functionality from [H3 core, commit ac7bf47f2c85df59ff1b7a3494eb82a03d4c1924](https://github.com/uber/h3/tree/ac7bf47f2c85df59ff1b7a3494eb82a03d4c1924).

## Implementation progress
- [ ] Initial transpiling
- [X] constants
- [X] mathExtensions
- [X] vec2d
- [X] vec3d
- [X] geoCoord
- [X] coordijk
- [X] baseCells
- [ ] h3index
- [ ] faceijk
- [ ] Tests