Skip to content

Laravel 8 helper methods to return the distance between two pairs of Latitude/Longitude points on a great circle with the Haversine and Vincenty formulae

Notifications You must be signed in to change notification settings

matttevans/great-circle-distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Great Circle Distance

Laravel 8 implementation includes 'helper' methods to return the distance between two pairs of Latitude/Longitude points on a great circle with the Haversine and Vincenty formulae.

The distance unit returned will be the same unit as the planetary body radius given. Default: meters.

Also contains helper methods to calculate the azimuth and distance between two poles.

About

Laravel 8 helper methods to return the distance between two pairs of Latitude/Longitude points on a great circle with the Haversine and Vincenty formulae

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages