aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/gall.rst
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2020-10-14 14:40:42 -0500
committerGitHub <noreply@github.com>2020-10-14 14:40:42 -0500
commita762daddb54be6e697375f8ed347cdf0aeaf4477 (patch)
treeae7e720c8512c02490a10448f12f264cea49b678 /docs/source/operations/projections/gall.rst
parentbb7dde0752bfb35389b536b2ee6cd37f94f0a511 (diff)
downloadPROJ-a762daddb54be6e697375f8ed347cdf0aeaf4477.tar.gz
PROJ-a762daddb54be6e697375f8ed347cdf0aeaf4477.zip
Plot building Github Action (#2377)
* implement conda package building * paths * need libtool * PLATFORM check * point to my PROJ feedstock for now * point to PROJ repos * plot building and artifact upload * syntax * add proj conda package for plotting * retab * no doxygen * syntax * update docs Makefile * doc building * needs * consolidate doc/plots * plot updates * put updated plot output into docs * register spelling module * use v2 download-artifact * artifact upload
Diffstat (limited to 'docs/source/operations/projections/gall.rst')
-rw-r--r--docs/source/operations/projections/gall.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/operations/projections/gall.rst b/docs/source/operations/projections/gall.rst
index ba7de8e3..c5f05478 100644
--- a/docs/source/operations/projections/gall.rst
+++ b/docs/source/operations/projections/gall.rst
@@ -46,12 +46,12 @@ Unlike the Mercator, the Gall shows the poles as lines running across the top an
Example using Gall Stereographical ::
$ echo 9 51 | proj +proj=gall +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +units=m
- 708432.90 5193386.36
+ 708432.90 5193386.36
Example using Gall Stereographical (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
+ 7792761.91 5193386.36
Parameters
################################################################################