wmorin / geohashit

Geohash'it is a simple API server to help you get geohashed shapes. It could be country, city, polygon or whatever geometry you would like in a simplified fashion. It helps you create efficient geo index that can map massive data to geo zones in a breath.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geohash'it Build Status codecov

Geohash'it is a simple API server to help you get geohashed shapes. It could be countries, cities or whatever geometry you would like in a simplified fashion. It helps you create efficient geo index.

For example, starting from a geopoint, you can end up with a geohashed city.

Paris city geohash polygons

Installation

pip install -r requirements.txt

Launch API server

./start

Server is now listening for calls on http://127.0.0.1:5000/

About

Geohash'it is a simple API server to help you get geohashed shapes. It could be country, city, polygon or whatever geometry you would like in a simplified fashion. It helps you create efficient geo index that can map massive data to geo zones in a breath.


Languages

Language:Python 99.3%Language:Shell 0.7%