Great-circle distance: Difference between revisions
Appearance
Content deleted Content added
JeremyCole (talk | contribs) No edit summary |
JeremyCole (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
The formula is: |
The formula is: |
||
:<math> |
:<math>\DELTA = \lambda' - \lambda</math> |
||
:<math>dlat = \delta' - \delta</math> |
:<math>dlat = \delta' - \delta</math> |
||
:<math>a = (\sin{(\frac{dlat}{2})})^2 + \cos{\delta} * \cos{\delta'} * (\sin{(\frac{dlon}{2})})^2</math> |
:<math>a = (\sin{(\frac{dlat}{2})})^2 + \cos{\delta} * \cos{\delta'} * (\sin{(\frac{dlon}{2})})^2</math> |
Revision as of 06:18, 26 November 2003
"Great circle distance" is the distance between any two points on a sphere.
It is commonly used to find the distance (e.g. in miles) between two coordinates (latitude/longitude pairs) on a map.
latitude is longitude is
The formula is:
- Failed to parse (unknown function "\DELTA"): {\displaystyle \DELTA = \lambda' - \lambda}