How This Tool Works
Calculating the shortest distance between two points (A and B) on the surface of a sphere, like Earth, requires specialized spherical trigonometry—this is what Great Circle Distance does. Unlike simple planar measurements, which assume flat space, our tool uses the Haversine formula or equivalent great circle methods to account for the Earth's curvature.
You simply input two sets of geographic coordinates: Latitude (lat) and Longitude (lon). For example, if you enter New York City's coordinates (approx. 40.71° N, 74.00° W) and London's (51.50° N, 0.12° W), the tool calculates the angular separation between them.
The output provides the distance in kilometers or miles, representing the true shortest path along the surface of the globe, which is crucial for accurate navigation and logistics planning.