aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/aea.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/aea.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/aea.rst')
-rw-r--r--docs/source/operations/projections/aea.rst33
1 files changed, 26 insertions, 7 deletions
diff --git a/docs/source/operations/projections/aea.rst b/docs/source/operations/projections/aea.rst
index d4a4c1de..4fcd3cac 100644
--- a/docs/source/operations/projections/aea.rst
+++ b/docs/source/operations/projections/aea.rst
@@ -4,23 +4,42 @@
Albers Equal Area
********************************************************************************
+---------------------+----------------------------------------------------------+
-| **Classification** | Conic. |
+| **Classification** | Conic |
+---------------------+----------------------------------------------------------+
-| **Available forms** | Forward and inverse, spherical and elliptical projection.|
+| **Available forms** | Forward and inverse, spherical and elliptical projection |
+---------------------+----------------------------------------------------------+
-| **Defined area** | Global. |
+| **Defined area** | Global |
+---------------------+----------------------------------------------------------+
+| **Alias** | aea |
+---------------------+----------------------------------------------------------+
-| **Options** |
+| **Domain** | 2D |
+---------------------+----------------------------------------------------------+
-| `+lat_1` | First standard parallel. Defaults to 0.0. |
+| **Input type** | Geodetic coordinates |
+---------------------+----------------------------------------------------------+
-| `+lat_2` | Second standard parallel. Can not be equal to `lat_1`. |
-| | Defaults to 0.0. |
+| **Output type** | Projected coordinates |
+---------------------+----------------------------------------------------------+
+
.. image:: ./images/aea.png
:scale: 50%
:alt: Albers Equal Area
+Options
+################################################################################
+
+.. note:: All options are optional for the Albers Equal Area projection.
+
+.. include:: ../options/lat_1.rst
+
+.. include:: ../options/lat_2.rst
+
+.. include:: ../options/lon_0.rst
+
+.. include:: ../options/ellps.rst
+
+.. include:: ../options/R.rst
+
+.. include:: ../options/x_0.rst
+
+.. include:: ../options/y_0.rst