Skip to content

Instantly share code, notes, and snippets.

@MiloszD
Last active November 24, 2020 14:05
Show Gist options
  • Save MiloszD/63be679fdb3947901359e18dbf738e85 to your computer and use it in GitHub Desktop.
Save MiloszD/63be679fdb3947901359e18dbf738e85 to your computer and use it in GitHub Desktop.
golang spatial data

https://github.com/paulmach/go.geo

Geometry/geography library in Go


https://github.com/paulsmith/gogeos

gogeos - Go library for spatial data operations and geometric algorithms


https://github.com/hailocab/go-geoindex

Go native library for fast point tracking and K-Nearest queries

https://sudo.hailoapp.com/services/2015/02/18/geoindex/


https://github.com/golang/geo

The S2 Geometry Library is a spherical geometry library, useful for manipulating regions on the sphere (commonly on Earth) and indexing geographic data.

https://godoc.org/github.com/golang/geo/s2


https://github.com/dhconnelly/rtreego

https://github.com/tidwall/tile38


https://medium.com/@buckhx/unwinding-uber-s-most-efficient-service-406413c5871d#.sioqk6hu0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment