1
0
Ответвление 0
Найти файл
2024-07-15 09:28:47 +02:00
bin Merge branch 'ma' into dede 2023-07-26 13:02:51 +02:00
doc release prep 2023-05-05 18:15:32 +01:00
lib deg,min,sec++ 2023-07-26 13:34:54 +02:00
public release prep 2023-05-05 18:15:32 +01:00
res CSP friendly without unsafe-inline but separate files. 2022-01-04 11:11:59 +01:00
test deg,min,sec++ 2023-07-26 13:34:54 +02:00
.gitignore initial 2020-05-15 23:45:08 +02:00
Change.txt CSP friendly 2023-06-21 14:00:42 +02:00
Changelog.txt release prep 2023-05-05 18:15:32 +01:00
deploy.sh fiddle 2021-10-27 09:44:58 +02:00
doap.rdf update mirror list. 2024-07-15 09:28:47 +02:00
dune-project minimum compiler version also for the executable, not just the lib. https://github.com/ocaml/opam-repository/pull/23762#pullrequestreview-1492578187 2023-06-22 10:39:04 +02:00
geohash.opam thanks @mseri, this is the fix as suggested in https://github.com/ocaml/opam-repository/pull/23762#discussion_r1214005372 2023-06-21 14:05:03 +02:00
geohash_bin.opam minimum compiler version also for the executable, not just the lib. https://github.com/ocaml/opam-repository/pull/23762#pullrequestreview-1492578187 2023-06-22 10:39:04 +02:00
gpx.rnc Add a RelaxNG schema converted from https://www.topografix.com/GPX/1/1/gpx.xsd via http://debeissat.nicolas.free.fr/XSDtoRNG.php, manually cleaned and finally normalised via trang http://web.archive.org/web/20100314025346/http://jing-trang.googlecode.com/files/trang-20091111.zip. 2020-06-28 16:51:31 +02:00
gpx.rng Add a RelaxNG schema converted from https://www.topografix.com/GPX/1/1/gpx.xsd via http://debeissat.nicolas.free.fr/XSDtoRNG.php, manually cleaned and finally normalised via trang http://web.archive.org/web/20100314025346/http://jing-trang.googlecode.com/files/trang-20091111.zip. 2020-06-28 16:51:31 +02:00
LICENSE initial 2020-05-15 23:45:08 +02:00
Makefile - opam++, dune++, Makefile-- 2023-05-05 11:53:26 +02:00
README.md example.com, see https://news.ycombinator.com/item?id=26491851 2021-03-27 10:02:56 +01:00
release.txt release prep 2023-05-05 18:15:32 +01:00

geohash

Convert WGS84 lat/lon pairs to Gustavo Niemeyers Geohash and back. Web and commandline, 🐪, statically linked, single-file, zero-config.

See also

Install / Update

If the webserver is Apache (Linux 64 bit, set up and running, module cgi enabled):

  1. Download http://purl.mro.name/Linux-x86_64/geohash.cgi
  2. copy this single file to your webspace,
  3. set it's file permissions (chmod) to numeric 555 (readonly + executable for all),
  4. visit in your browser: http://example.com/subdir/geohash.cgi

done!

Design Goals

Quality very good good normal irrelevant
Functionality ×
Reliability ×
Usability ×
Efficiency ×
Changeability ×
Portability ×

Mirrors

see doap.rdf