Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsileo/rawgeo
Building block for geohash based spatial indexes
https://github.com/tsileo/rawgeo
database geohash geospatial go rawgeo
Last synced: 3 months ago
JSON representation
Building block for geohash based spatial indexes
- Host: GitHub
- URL: https://github.com/tsileo/rawgeo
- Owner: tsileo
- License: mit
- Created: 2016-03-28T16:14:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T16:16:28.000Z (almost 8 years ago)
- Last Synced: 2024-06-21T18:47:56.841Z (7 months ago)
- Topics: database, geohash, geospatial, go, rawgeo
- Language: Go
- Homepage: https://a4.io/rawgeo
- Size: 18.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RawGeo
[![Build Status](https://travis-ci.org/tsileo/rawgeo.svg?branch=master)](https://travis-ci.org/tsileo/rawgeo)
[![Godoc Reference](https://godoc.org/a4.io/rawgeo?status.svg)](https://godoc.org/a4.io/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](https://github.com/cznic/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).