Skip to content

Commit 916d93a

Browse files
authored
Add reference
1 parent d561ed0 commit 916d93a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ geodesic [-i file] [-o file] [-k precision] [-p problem] [-f projection] [-s] [-
2525
`-f [sphere|ellipsoid|block]` Select projection for evaluating the azimuths and distances.
2626
* Sphere projection employs the haversine algorithm and spherical triangle formula. Error is higher (error ~0.5%).
2727
* Ellipsoid projection employs the Vincenty's algorithm with modifications by Charles Karney. It is more resource-intensive (2x sphere projection).
28-
* Block projection means following parallels of latitude and meridians of longitude. For meridian arcs Bessel's series is implemented. All inputted coordinates should follow meridians of longitude and parallels of latitude.
28+
* Block projection means following parallels of latitude and meridians of longitude, assuming the Earth is an ellipsoid. For meridian arcs Bessel's series is implemented. All inputted coordinates should follow meridians of longitude and parallels of latitude.
2929

3030
`-s` Different computations for different problems.
3131
* Distance between coordinates for inverse problems.
@@ -159,3 +159,4 @@ Where
159159
4. [Determination of areas on the plane, sphere and ellipsoid](https://www.tandfonline.com/doi/abs/10.1179/sre.2006.38.301.583?journalCode=ysre20)
160160
5. [Geodesics on an ellipsoid of revolution](https://arxiv.org/pdf/1102.1215.pdf)
161161
6. [Meridian arc @ Wikipedia](https://en.wikipedia.org/wiki/Meridian_arc)
162+
7. [Longitude @ Wikipedia](https://en.wikipedia.org/wiki/Longitude#Length_of_a_degree_of_longitude)

0 commit comments

Comments
 (0)