diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-05-04 09:05:06 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 09:05:06 +1200 |
| commit | ea3f53746c859c73c775bf11d17f8471d0fb59f2 (patch) | |
| tree | 53e3ea1cf0a5f22786f0b7805bc638e41151500b /docs/source/operations/projections/gall.rst | |
| parent | 371bc3c5e7472d4f2fdffad0b39e7c9d27abf234 (diff) | |
| download | PROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.tar.gz PROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.zip | |
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)
Diffstat (limited to 'docs/source/operations/projections/gall.rst')
| -rw-r--r-- | docs/source/operations/projections/gall.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/operations/projections/gall.rst b/docs/source/operations/projections/gall.rst index c5f05478..8114815a 100644 --- a/docs/source/operations/projections/gall.rst +++ b/docs/source/operations/projections/gall.rst @@ -43,12 +43,12 @@ The Gall projection is neither conformal nor equal-area, but has a blend of vari Unlike the Mercator, the Gall shows the poles as lines running across the top and bottom of the map. -Example using Gall Stereographical :: +Example using Gall Stereographic :: $ echo 9 51 | proj +proj=gall +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +units=m 708432.90 5193386.36 -Example using Gall Stereographical (Central meridian 90°W) :: +Example using Gall Stereographic (Central meridian 90°W) :: $ echo 9 51 | proj +proj=gall +lon_0=90w +x_0=0 +y_0=0 +ellps=WGS84 +units=m 7792761.91 5193386.36 @@ -72,7 +72,7 @@ Parameters Mathematical definition ####################### -The formulas describing the Gall Stereographical are all taken from :cite:`Snyder1993`. +The formulas describing the Gall Stereographic are all taken from :cite:`Snyder1993`. Spherical form ************** |
