Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 355 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 355 Bytes

This contains demos of an application built @Ideophone to help people better understand geohash system.

  1. Web App: Geohash Explorer
  2. Python Tutorial for better understanding python-geohash library

To run python-geohash tutorial Simply run python code.py encode //To see encode/decode functions python code.py neighbors //Neighbors Related functions