No description
Find a file
2024-07-06 17:01:03 +01:00
build-aux Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
doc Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
geohash Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
tests Change default precision to 9 characters (approx 5m square) 2024-07-06 15:11:53 +01:00
.gitignore Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
AUTHORS Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
ChangeLog Fix link to commit log. 2024-07-06 15:24:43 +01:00
configure.ac Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
COPYING Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
geohash.scm Change default precision to 9 characters (approx 5m square) 2024-07-06 15:11:53 +01:00
guix.scm Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
HACKING Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
hall.scm Bugfix guix build 2024-07-06 17:01:03 +01:00
Makefile.am Bugfix guix build 2024-07-06 17:01:03 +01:00
NEWS Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
pre-inst-env.in Generate build infrastructure with hall, add tests 2024-07-06 14:57:17 +01:00
README Update README 2024-07-06 15:22:12 +01:00

# -*- mode: org; coding: utf-8; -*-

#+TITLE: README for Guile Geohash

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.