Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).