aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-02-23 15:50:30 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-02-23 15:50:30 +0100
commit55cbf65df79dfa2616aeb337aafcc95afa73273a (patch)
treea07ef5bf6d9c344e085cc5f606d39c6833846ff4 /docs/source/operations
parent25564ae152bfe06e765a49a7d5666645037ad0a5 (diff)
downloadPROJ-55cbf65df79dfa2616aeb337aafcc95afa73273a.tar.gz
PROJ-55cbf65df79dfa2616aeb337aafcc95afa73273a.zip
Doc: add minimal doumentation for misrsom projection
Diffstat (limited to 'docs/source/operations')
-rw-r--r--docs/source/operations/projections/index.rst1
-rw-r--r--docs/source/operations/projections/misrsom.rst36
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