https://github.com/ngerakines/erlang_geohash
A collection of Erlang utilities to encode and decode geohashes.
https://github.com/ngerakines/erlang_geohash
Last synced: 14 days ago
JSON representation
A collection of Erlang utilities to encode and decode geohashes.
- Host: GitHub
- URL: https://github.com/ngerakines/erlang_geohash
- Owner: ngerakines
- Created: 2008-06-02T05:15:43.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T15:17:13.000Z (over 7 years ago)
- Last Synced: 2025-03-31T11:02:55.156Z (about 1 month ago)
- Language: Erlang
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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 :)