geo_bearing
Version, currently 0.1.01 version
- 0.1.0latestMar 29, 2024
github.com/geocrystal/geo_bearing
Calculates initial and final bearings between two points using great-circle distance formulas
4 stars
1 dependent
License: MIT
Installation
# Add this to your shard.yml
dependencies:
geo_bearing:
github: geocrystal/geo_bearing
version: ~> 0.1.0Then run:
shards installshard.yml
- Crystal
>= 1.0.0- License
- MIT
- Author
- Anton Maminov
Dependencies
This version declares no dependencies.
README
geo_bearing
Crystal implementation of calculating initial and final bearings between two points using great-circle distance formulas.
Installation
-
Add the dependency to your
shard.yml:dependencies: geo_bearing: github: geocrystal/geo_bearing -
Run
shards install
Usage
require "geo_bearing"
lat1, lng1 = {48.8566, 2.3522} # Paris
lat2, lng2 = {40.7128, -74.0060} # New York
Geo::Bearing.bearing(lat1, lng1, lat2, lng2)
# => 291.7938627483058
Geo::Bearing.bearing(lat1, lng1, lat2, lng2, true)
# => 233.70448129781204

Contributing
- Fork it (https://github.com/geocrystal/geo_bearing/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Anton Maminov - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Mar 29, 2024
- Commit
6229514418c8- Crystal
>= 1.0.0- Indexed
- yes
Dependents
Repository
github.com/geocrystal/geo_bearing
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 23, 2026
- Synced
- Sep 23, 2026
- Versions
- 1