Skip to content

anchal00/pygeohash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PyGeoHash 🌎🐍

A simple tool written in Python for GeoHashing coordinates

Usage

usage: ./pygeo.py [-h] [-e Longitude Latitude] [-p precision] [-d geohash]

optional arguments:
  -h, --help            show this help message and exit
  -e Longitude Latitude
                        Encodes given Longitude and Latitude to a Geohash with provided precision (default precision is 12)
  -p precision          Precision value (Integer between 1-12) for encoding Longitude and Latitude to a Geohash.
  -d geohash            Decodes given Geohash to Longitude and Latitude

About

Python implementation for Geohashing 🌎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages