Skip to content

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.

Notifications You must be signed in to change notification settings

wmorin/geohashit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published