From 55cbf65df79dfa2616aeb337aafcc95afa73273a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 23 Feb 2019 15:50:30 +0100 Subject: Doc: add minimal doumentation for misrsom projection --- docs/source/operations/projections/index.rst | 1 + docs/source/operations/projections/misrsom.rst | 36 ++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 docs/source/operations/projections/misrsom.rst (limited to 'docs/source') 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= + + 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 -- cgit v1.2.3