~mro/geohash

6c9381e28c4836e92c71544d55f30370c96f7799 — Marcus Rohrmoser 1 year, 5 months ago 65a27b2
CSP friendly
4 files changed, 5 insertions(+), 13 deletions(-)

M Change.txt
M dune-project
M geohash.opam
M geohash_bin.opam
M Change.txt => Change.txt +2 -10
@@ 1,13 1,5 @@

v0.1 2023-05-05 'Couscous'
v0.2 
--------------------------

* compute Geohash[1] character hash from wgs84[2] lat/lon
* compute wgs84 lat/lon/delta_lat/delta_lon from geohash character hash
* a RFC3875 CGI producing GPX[3]
* have a DOAP[4] rdf self-description

[1] https://en.wikipedia.org/wiki/Geohash
[2] https://en.wikipedia.org/wiki/WGS84
[3] http://www.topografix.com/gpx.asp
[4] https://en.wikipedia.org/wiki/DOAP
* CSP friendly

M dune-project => dune-project +1 -1
@@ 2,7 2,7 @@
; https://dune.readthedocs.io/en/latest/opam.html#generating-opam-files

(name geohash)
(version 0.1)
(version 0.2)

(subst disabled)
(implicit_transitive_deps true)

M geohash.opam => geohash.opam +1 -1
@@ 1,6 1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis: "#🌐 geohash converter 🐫 library"
description: """
Convert WGS84 lat/lon pairs to [Gustavo Niemeyer](http://niemeyer.net/)s

M geohash_bin.opam => geohash_bin.opam +1 -1
@@ 1,6 1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
version: "0.2"
synopsis:
  "#🌐 geohash converter 🐫. Commandline and CGI. Zero-config, single-file"
description: """