2024-07-06 14:57:17 +01:00
|
|
|
# -*- mode: org; coding: utf-8; -*-
|
|
|
|
|
|
|
|
#+TITLE: README for Guile Geohash
|
|
|
|
|
2024-07-06 15:20:07 +01:00
|
|
|
An implementation of the [[https://en.wikipedia.org/wiki/Geohash][geohash]] encoding system for [[https://www.gnu.org/software/guile/][Guile]].
|
|
|
|
|
|
|
|
This is a port of the Javascript implementation by Chris Veness that was released
|
|
|
|
under an MIT License, see https://www.movable-type.co.uk/scripts/geohash.html.
|