summaryrefslogtreecommitdiffstats
path: root/gis/Geohash/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2016-04-17 21:33:02 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-04-19 22:47:42 +0700
commit664d8f4fc2f73aec70ea2b76428979fe71a6f20c (patch)
treeb3d540b09a81d6f17f31d5f49f5367285f9b6bf5 /gis/Geohash/README
parentdc782b4fecc603e16d3043738a551d2eb1da17d2 (diff)
downloadslackbuilds-664d8f4fc2f73aec70ea2b76428979fe71a6f20c.tar.gz
slackbuilds-664d8f4fc2f73aec70ea2b76428979fe71a6f20c.tar.xz
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.