diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-08 23:02:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 23:02:07 +0100 |
| commit | d68ba7bc1a7e09704a4ad63fc27bf44e58d26ae1 (patch) | |
| tree | 58d3f30d4fbc4ce8f1224f838dd6352df9fc2aa6 /docs/source | |
| parent | bccb57ec045b6b1e66e776baebeebeb2837c7efc (diff) | |
| parent | 23c4c69b3a790c13c898568c4370179ad003d792 (diff) | |
| download | PROJ-d68ba7bc1a7e09704a4ad63fc27bf44e58d26ae1.tar.gz PROJ-d68ba7bc1a7e09704a4ad63fc27bf44e58d26ae1.zip | |
Merge pull request #2478 from jzmiller1/patch-1
Update isea.rst to clarify defaults for ISEA.
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/projections/isea.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/operations/projections/isea.rst b/docs/source/operations/projections/isea.rst index adb703a1..73f0af7a 100644 --- a/docs/source/operations/projections/isea.rst +++ b/docs/source/operations/projections/isea.rst @@ -43,7 +43,9 @@ Parameters .. option:: +orient=<string> - Can be set to either ``isea`` or ``pole``. + Can be set to either ``isea`` or ``pole``. See Snyder's Figure 12 for pole orientation :cite:`Snyder1992`. + + *Defaults to isea* .. option:: +azi=<value> @@ -62,6 +64,8 @@ Parameters .. option:: +mode=<string> Can be either ``plane``, ``di``, ``dd`` or ``hex``. + + *Defaults to plane* .. include:: ../options/lon_0.rst |
