aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/eqearth.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/eqearth.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/eqearth.rst')
-rw-r--r--docs/source/operations/projections/eqearth.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/operations/projections/eqearth.rst b/docs/source/operations/projections/eqearth.rst
index 80bfd411..bb6d22ce 100644
--- a/docs/source/operations/projections/eqearth.rst
+++ b/docs/source/operations/projections/eqearth.rst
@@ -32,7 +32,7 @@ Equal Earth
proj-string: ``+proj=eqearth``
-The Equal Earth projection is intended for making world maps. Equal Earth is a
+The Equal Earth projection is intended for making world maps. Equal Earth is a
projection inspired by the Robinson projection, but unlike
the Robinson projection retains the relative size of areas. The projection
was designed in 2018 by Bojan Savric, Tom Patterson and Bernhard Jenny :cite:`Savric2018`.
@@ -45,7 +45,7 @@ The Equal Earth projection has no special options. Here is
an example of an forward projection on a sphere with a radius of 1 m::
$ echo 122 47 | src/proj +proj=eqearth +R=1
- 1.55 0.89
+ 1.55 0.89
Parameters
################################################################################