Skip to content

Commit 9d503fc

Browse files
authored
Clarify note on using haversine_distance.py
Updated the note to clarify the use of haversine_distance.py.
1 parent fa54ec8 commit 9d503fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

geodesy/lamberts_ellipsoidal_distance.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ def lamberts_ellipsoidal_distance(
1515
two points on the surface of Earth given longitudes and latitudes
1616
https://en.wikipedia.org/wiki/Geographical_distance#Lambert's_formula_for_long_lines
1717
18-
NOTE: This algorithm uses geodesy/haversine_distance.py to compute the central angle,
19-
sigma
18+
NOTE: Uses geodesy/haversine_distance.py to compute the central angle, sigma.
2019
2120
Representing the Earth as an ellipsoid allows us to approximate distances between
2221
points on the surface much better than a sphere. Ellipsoidal formulas treat the

0 commit comments

Comments
 (0)