Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haversine formula implementation? #2

Open
JSchwehn opened this issue Oct 27, 2015 · 0 comments
Open

Haversine formula implementation? #2

JSchwehn opened this issue Oct 27, 2015 · 0 comments
Assignees

Comments

@JSchwehn
Copy link
Owner

The haversine formula is an equation important in navigation, giving great-circle distances between two points on a sphere from their longitudes and latitudes. It is a special case of a more general formula in spherical trigonometry, the law of haversines, relating the sides and angles of spherical triangles.

  • Wikipedia

https://developers.google.com/maps/articles/phpsqlsearch_v3?csw=1#findnearsql

http://www.movable-type.co.uk/scripts/latlong.html

https://en.wikipedia.org/wiki/Haversine_formula

@JSchwehn JSchwehn self-assigned this Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant