There was an error while loading. Please reload this page.
1 parent fa54ec8 commit 9d503fcCopy full SHA for 9d503fc
1 file changed
geodesy/lamberts_ellipsoidal_distance.py
@@ -15,8 +15,7 @@ def lamberts_ellipsoidal_distance(
15
two points on the surface of Earth given longitudes and latitudes
16
https://en.wikipedia.org/wiki/Geographical_distance#Lambert's_formula_for_long_lines
17
18
- NOTE: This algorithm uses geodesy/haversine_distance.py to compute the central angle,
19
- sigma
+ NOTE: Uses geodesy/haversine_distance.py to compute the central angle, sigma.
20
21
Representing the Earth as an ellipsoid allows us to approximate distances between
22
points on the surface much better than a sphere. Ellipsoidal formulas treat the
0 commit comments