From cf3066e1967d54148756c65a813abd0e935f7ba9 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sun, 11 Mar 2018 21:19:35 +0100 Subject: Add doc page for Albers Equal Area --- docs/source/operations/projections/aea.rst | 26 ++++++++++++++++++++++++++ docs/source/operations/projections/index.rst | 1 + 2 files changed, 27 insertions(+) create mode 100644 docs/source/operations/projections/aea.rst (limited to 'docs/source') diff --git a/docs/source/operations/projections/aea.rst b/docs/source/operations/projections/aea.rst new file mode 100644 index 00000000..d4a4c1de --- /dev/null +++ b/docs/source/operations/projections/aea.rst @@ -0,0 +1,26 @@ +.. _aea: + +******************************************************************************** +Albers Equal Area +******************************************************************************** ++---------------------+----------------------------------------------------------+ +| **Classification** | Conic. | ++---------------------+----------------------------------------------------------+ +| **Available forms** | Forward and inverse, spherical and elliptical projection.| ++---------------------+----------------------------------------------------------+ +| **Defined area** | Global. | ++---------------------+----------------------------------------------------------+ ++---------------------+----------------------------------------------------------+ +| **Options** | ++---------------------+----------------------------------------------------------+ +| `+lat_1` | First standard parallel. Defaults to 0.0. | ++---------------------+----------------------------------------------------------+ +| `+lat_2` | Second standard parallel. Can not be equal to `lat_1`. | +| | Defaults to 0.0. | ++---------------------+----------------------------------------------------------+ + +.. image:: ./images/aea.png + :scale: 50% + :alt: Albers Equal Area + + diff --git a/docs/source/operations/projections/index.rst b/docs/source/operations/projections/index.rst index 904dc9e6..9255d9fd 100644 --- a/docs/source/operations/projections/index.rst +++ b/docs/source/operations/projections/index.rst @@ -12,6 +12,7 @@ Projections map the spherical 3D space to a flat 2D space. .. toctree:: :maxdepth: 1 + aea aeqd airy aitoff -- cgit v1.2.3