aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/nsper.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-30 22:42:59 +0200
committerKristian Evers <kristianevers@gmail.com>2018-04-30 22:57:05 +0200
commit970d708ff9d796f7d9ec00b22023e835fbdc7f2d (patch)
treecbee11737ed36f20e51ba19c9e8faa757e79ac0d /docs/source/operations/projections/nsper.rst
parentcd23e5f1b2630ee07567bd361373ba725774061b (diff)
downloadPROJ-970d708ff9d796f7d9ec00b22023e835fbdc7f2d.tar.gz
PROJ-970d708ff9d796f7d9ec00b22023e835fbdc7f2d.zip
Refactor operation doc pages
Extended the use of the :option: directive to all currently written operation doc pages. In the process several more default parameters were added for easy inclusion in other doc pages. Expanded the info tables for each operation with "domain", "alias", "input type" and "output type". Corrected various errors along the way. Mainly formatting errors and references to invalid parameters such as +sym in hatano.
Diffstat (limited to 'docs/source/operations/projections/nsper.rst')
-rw-r--r--docs/source/operations/projections/nsper.rst49
1 files changed, 33 insertions, 16 deletions
diff --git a/docs/source/operations/projections/nsper.rst b/docs/source/operations/projections/nsper.rst
index d204305b..d7611587 100644
--- a/docs/source/operations/projections/nsper.rst
+++ b/docs/source/operations/projections/nsper.rst
@@ -7,25 +7,42 @@ Near-sided perspective
The near-sided perspective projection simulates a view from a height
:math:`h` similar to how a satellite in orbit would see it.
-+---------------------+-------------------------------------------------------------+
-| **Classification** | Azimuthal. Neither conformal nor equal area. |
-+---------------------+-------------------------------------------------------------+
-| **Available forms** | Forward and inverse spherical projection |
-+---------------------+-------------------------------------------------------------+
-| **Defined area** | Global, although for one hemisphere at a time. |
-+---------------------+-------------------------------------------------------------+
-| **Options** |
-+---------------------+-------------------------------------------------------------+
-| `+h` | Height of the view point above the Earth and must be in |
-| | the same units as the radius of the sphere. Required. |
-+---------------------+-------------------------------------------------------------+
-| `+lat_0` | Latitude (in degrees) of the view position. Defaults to 0. |
-+---------------------+-------------------------------------------------------------+
-| `+lon_0` | Longitude (in degrees) of the view position. Defaults to 0. |
-+---------------------+-------------------------------------------------------------+
++---------------------+----------------------------------------------------------+
+| **Classification** | Azimuthal. Neither conformal nor equal area. |
++---------------------+----------------------------------------------------------+
+| **Available forms** | Forward and inverse spherical projection |
++---------------------+----------------------------------------------------------+
+| **Defined area** | Global, although for one hemisphere at a time. |
++---------------------+----------------------------------------------------------+
+| **Alias** | nsper |
++---------------------+----------------------------------------------------------+
+| **Domain** | 2D |
++---------------------+----------------------------------------------------------+
+| **Input type** | Geodetic coordinates |
++---------------------+----------------------------------------------------------+
+| **Output type** | Projected coordinates |
++---------------------+----------------------------------------------------------+
.. image:: ./images/nsper.png
:scale: 50%
:alt: Near-sided perspective
+Parameters
+################################################################################
+
+Required
+-------------------------------------------------------------------------------
+
+.. include:: ../options/h.rst
+
+Optional
+-------------------------------------------------------------------------------
+
+.. include:: ../options/lon_0.rst
+
+.. include:: ../options/R.rst
+
+.. include:: ../options/x_0.rst
+
+.. include:: ../options/y_0.rst