From 664d8f4fc2f73aec70ea2b76428979fe71a6f20c Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 17 Apr 2016 21:33:02 -0700 Subject: gis/Geohash: Added (Python module to decode/encode Geohashes). Signed-off-by: Benjamin Trigona-Harany --- gis/Geohash/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gis/Geohash/README (limited to 'gis/Geohash/README') diff --git a/gis/Geohash/README b/gis/Geohash/README new file mode 100644 index 0000000000000..f0438606d70e6 --- /dev/null +++ b/gis/Geohash/README @@ -0,0 +1,2 @@ +Geohash is a Python module that provides functions for decoding and encoding +geohashes to and from latitude and longitude coordinates. -- cgit v1.2.3