Skip to content

sstm2/geohashlib

Repository files navigation

geohashlib

Library of frequently used functions related to geohashes. Convert shapes to geohashes, geohashes back to shapes, and whatever else. This library relies on the python-geohash package by Hiroaki Kawai from here

Installing

pip install git+https://github.com/sstm2/geohashlib.git

Getting Started

In[1]: import geohashlib as g
In[2]: g.neighbors('dr5rustf')
Out[2]:
['dr5rust9',
 'dr5rustd',
 'dr5ruste',
 'dr5rustc',
 'dr5rustg',
 'dr5rusw1',
 'dr5rusw4',
 'dr5rusw5']

Contributing

About

Library of geohashing functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors