diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 15:50:30 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 15:50:30 +0100 |
| commit | 55cbf65df79dfa2616aeb337aafcc95afa73273a (patch) | |
| tree | a07ef5bf6d9c344e085cc5f606d39c6833846ff4 /docs/source | |
| parent | 25564ae152bfe06e765a49a7d5666645037ad0a5 (diff) | |
| download | PROJ-55cbf65df79dfa2616aeb337aafcc95afa73273a.tar.gz PROJ-55cbf65df79dfa2616aeb337aafcc95afa73273a.zip | |
Doc: add minimal doumentation for misrsom projection
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/projections/index.rst | 1 | ||||
| -rw-r--r-- | docs/source/operations/projections/misrsom.rst | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/docs/source/operations/projections/index.rst b/docs/source/operations/projections/index.rst index 6ad4c3ff..c5b249c9 100644 --- a/docs/source/operations/projections/index.rst +++ b/docs/source/operations/projections/index.rst @@ -84,6 +84,7 @@ Projections map the spherical 3D space to a flat 2D space. merc mil_os mill + misrsom moll murd1 murd2 diff --git a/docs/source/operations/projections/misrsom.rst b/docs/source/operations/projections/misrsom.rst new file mode 100644 index 00000000..bb738fa0 --- /dev/null +++ b/docs/source/operations/projections/misrsom.rst @@ -0,0 +1,36 @@ +.. _misrsom: + +******************************************************************************** +Space oblique for MISR +******************************************************************************** + +.. figure:: ./images/misrsom.png + :width: 500 px + :align: center + :alt: Space oblique for MISR + + proj-string: ``+proj=misrsom +path=1`` + +Parameters +################################################################################ + +Required +-------------------------------------------------------------------------------- + +.. option:: +path=<value> + + Selected path of satellite. Value between 1 and 233. + + +Optional +-------------------------------------------------------------------------------- + +.. include:: ../options/lon_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst |
