diff options
| author | Brendan Jurd <direvus@gmail.com> | 2021-11-20 18:58:13 +1100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-11-20 07:58:48 +0000 |
| commit | f93250223349d8e31c7f78fe9db8010fd8cfd64b (patch) | |
| tree | e081c677fcf7a7cbd5b6546b857e7859958a7249 /src | |
| parent | 0510077777f6f04d6e8207b4a67f362fc1cc803e (diff) | |
| download | PROJ-f93250223349d8e31c7f78fe9db8010fd8cfd64b.tar.gz PROJ-f93250223349d8e31c7f78fe9db8010fd8cfd64b.zip | |
Docs: Add new Ellipsoids page to explain ellipsoidal parameters (#2922)
Co-authored-by: Rohit <rohitpingale103@gmail.com>
Co-authored-by: Brendan Jurd <brendan.jurd@geoplex.com.au>
Co-authored-by: Mike Taves <mwtoews@gmail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/ell_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ell_set.cpp b/src/ell_set.cpp index f6599b9e..f86bf65a 100644 --- a/src/ell_set.cpp +++ b/src/ell_set.cpp @@ -51,7 +51,7 @@ int pj_ellipsoid (PJ *P) { Spherification parameters supported are: R_A, which gives a sphere with the same surface area as the ellipsoid - R_A, which gives a sphere with the same volume as the ellipsoid + R_V, which gives a sphere with the same volume as the ellipsoid R_a, which gives a sphere with R = (a + b)/2 (arithmetic mean) R_g, which gives a sphere with R = sqrt(a*b) (geometric mean) |
