summaryrefslogtreecommitdiffstats
path: root/gis/Geohash/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2016-04-18 06:33:02 +0200
committer Willy Sudiarto Raharjo2016-04-19 17:47:42 +0200
commit664d8f4fc2f73aec70ea2b76428979fe71a6f20c (patch)
treeb3d540b09a81d6f17f31d5f49f5367285f9b6bf5 /gis/Geohash/README
parentdc782b4fecc603e16d3043738a551d2eb1da17d2 (diff)
downloadslackbuilds-664d8f4fc2f73aec70ea2b76428979fe71a6f20c.tar.gz
gis/Geohash: Added (Python module to decode/encode Geohashes).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/Geohash/README')
-rw-r--r--gis/Geohash/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/gis/Geohash/README b/gis/Geohash/README
new file mode 100644
index 0000000000..f0438606d7
--- /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.