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
- Host: GitHub
- URL: https://github.com/dimchansky/h3-go
- Owner: dimchansky
- License: apache-2.0
- Created: 2019-11-05T21:16:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T08:43:50.000Z (over 6 years ago)
- Last Synced: 2025-02-09T12:31:06.524Z (over 1 year ago)
- Topics: geospatial, go, golang, h3, hexagon, spatial-indexing, uber
- Language: Go
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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