How to Install python-geohash in Ubuntu 18.04



Install python-geohash by entering the following commands in the terminal:

sudo apt update
sudo apt install python-geohash

Description:

fast, accurate Python geohashing library

python-geohash provides fast and accurate geohash encoding and decoding functionality. Geohash is a latitude/longitude geocode system (a string representation of two dimensional geometric coordinates). In addition to geohash, this module also supports the quadtree, jpgrid (JIS X 0410) and jpiarea grid codes.

Homepage: http://code.google.com/p/python-geohash/

Version: 0.8.3-1.1

Section: universe/python