Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/erlang_geohash
A collection of Erlang utilities to encode and decode geohashes.
https://github.com/ngerakines/erlang_geohash
Last synced: about 1 month 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 (over 16 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T15:17:13.000Z (about 7 years ago)
- Last Synced: 2024-05-01T13:43:23.372Z (8 months ago)
- Language: Erlang
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 4
- 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 :)