Vincenty Inverse Calculator

Compute the precise geodesic distance and azimuths between two geographic coordinates on the WGS-84 ellipsoid using the Vincenty inverse formula.

Two-Point Coordinates

Enter two coordinates and click Calculate Geodesic.

Copied!

Summary

Compute the precise geodesic distance and azimuths between two geographic coordinates on the WGS-84 ellipsoid using the Vincenty inverse formula.

How it works

  1. Enter the latitude and longitude of Point 1 in decimal degrees (negative for South/West).
  2. Enter the latitude and longitude of Point 2 in decimal degrees.
  3. Click Calculate to apply the Vincenty inverse formula on WGS-84 (a = 6 378 137 m, f = 1/298.257 223 563).
  4. The tool iterates on the reduced latitude until convergence to better than 0.01 mm accuracy.
  5. Results include distance in km, miles, and nautical miles, plus forward and reverse azimuths.
  6. A Haversine distance is computed in parallel for direct comparison with the ellipsoidal result.

Use cases

  • Survey and geodesy: compute precise distances between benchmarks on the WGS-84 ellipsoid.
  • Aviation and maritime navigation: determine exact great-circle courses between airports or ports.
  • GIS analysis: measure accurate distances between geographic features.
  • Verify GPS device output against a reference ellipsoidal distance calculation.
  • Educational comparison of spherical (Haversine) vs. ellipsoidal (Vincenty) distance models.
  • Seismic and geophysical research requiring sub-meter distance accuracy over long baselines.

Frequently Asked Questions

Last updated: 2026-06-24 · Reviewed by Nham Vu