Popular recipes by Bartek Górny http://code.activestate.com/recipes/users/4170491/2009-05-28T04:19:30-07:00ActiveState Code RecipesCalculating distance between two geographic points (Python)
2009-05-28T04:19:30-07:00Bartek Górnyhttp://code.activestate.com/recipes/users/4170491/http://code.activestate.com/recipes/576779-calculating-distance-between-two-geographic-points/
<p style="color: grey">
Python
recipe 576779
by <a href="/recipes/users/4170491/">Bartek Górny</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>, <a href="/recipes/tags/geocoding/">geocoding</a>, <a href="/recipes/tags/math/">math</a>).
Revision 2.
</p>
<p>Implementation of Haversine formula for calculating distance between points on a sphere. Given geographic coordinates, returns distance in kilometers.</p>