public
Description: A collection of Erlang utilities to encode and decode geohashes.
Homepage:
Clone URL: git://github.com/ngerakines/erlang_geohash.git
Click here to lend your support to: erlang_geohash and make a donation at www.pledgie.com !
erlang_geohash / README
100644 6 lines (3 sloc) 0.235 kb
1
2
3
4
5
6
erlang_geohash -- A collection of utilities used on geohashes.
 
* geohash.erl - This module provides basic encode/decode functionality on geohash tokens. A number of tests are provided and eunit is required.
 
Patches are encouraged :)