aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/hatano.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/hatano.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/hatano.rst')
-rw-r--r--docs/source/operations/projections/hatano.rst32
1 files changed, 22 insertions, 10 deletions
diff --git a/docs/source/operations/projections/hatano.rst b/docs/source/operations/projections/hatano.rst
index 5d0c63b7..99e9ac3d 100644
--- a/docs/source/operations/projections/hatano.rst
+++ b/docs/source/operations/projections/hatano.rst
@@ -12,25 +12,37 @@ Hatano Asymmetrical Equal Area
+---------------------+----------------------------------------------------------+
| **Available forms** | Forward and inverse, spherical projection |
+---------------------+----------------------------------------------------------+
-| **Defined area** | Global, but best between standard parallels |
+| **Defined area** | Global |
+---------------------+----------------------------------------------------------+
-| **Implemented by** | Gerald I. Evenden |
+| **Alias** | hatano |
+---------------------+----------------------------------------------------------+
-| **Options** |
+| **Domain** | 2D |
+---------------------+----------------------------------------------------------+
-| `+lat_1` | Standard Parallel 1 |
+| **Input type** | Geodetic coordinates |
+---------------------+----------------------------------------------------------+
-| `+lat_2` | Standard Parallel 2 |
-+---------------------+----------------------------------------------------------+
-| `+sym` | Symmetric form used instead of asymmetric |
+| **Output type** | Projected coordinates |
+---------------------+----------------------------------------------------------+
+
.. image:: ./images/hatano.png
:scale: 50%
:alt: Hatano Asymmetrical Equal Area
+Parameters
+################################################################################
+
+.. note:: All parameters for the projection are optional.
+
+.. include:: ../options/lon_0.rst
+
+.. include:: ../options/R.rst
+
+.. include:: ../options/x_0.rst
+
+.. include:: ../options/y_0.rst
+
Mathematical Definition
--------------------------------------------------------------------------------
@@ -52,10 +64,10 @@ Forward
==================================== ================== ===================
-Condition :math:`C_p` :math:`C_p`
+Condition :math:`C_y` :math:`C_p`
==================================== ================== ===================
-if ``+sym`` or :math:`\phi > 0` 1.75859 2.67595
-if not ``+sym`` and :math:`\phi < 0` 1.93052 2.43763
+For :math:`\phi > 0` 1.75859 2.67595
+For :math:`\phi < 0` 1.93052 2.43763
==================================== ================== ===================
For :math:`\phi = 0`, :math:`y \leftarrow 0`, and :math:`x \leftarrow 0.85\lambda`.