Join Slack
News
Blog
ReadMe
To use GoCenter:
export GOPROXY=https://gocenter.io
SET ME UP
Search for a Go module
a4.io/rawgeo
Building block for geohash based spatial indexes
April 1st 2017
Last Modified
1
Stars
MIT
License
8
Downloads
Versions (0)
Loading...
Latest
ReadMe
Mod File
GoDocs
New
Security
Dependencies (0)
Used By (0)
Metrics
Versions
RawGeo
Building block for building geospatial indexes using geohashes.
Features
Use the Geohash algorithm to index and search data.
Index (
lat
,
lng
,
ID
) data in a
kv
file.
Find nearest neighbors from
lag
,
lng
within a given
radius
sorted by distance.
Don’t designed to store data (should be handled by another component).