diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-11 21:19:35 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-03-11 21:19:35 +0100 |
| commit | cf3066e1967d54148756c65a813abd0e935f7ba9 (patch) | |
| tree | 9378ecafdd6e286e9cc55eae6c3042e9695ee4ad /docs/source/operations | |
| parent | e91a6cd24a370b61c3b5f3c8fabc469439e94377 (diff) | |
| download | PROJ-cf3066e1967d54148756c65a813abd0e935f7ba9.tar.gz PROJ-cf3066e1967d54148756c65a813abd0e935f7ba9.zip | |
Add doc page for Albers Equal Area
Diffstat (limited to 'docs/source/operations')
| -rw-r--r-- | docs/source/operations/projections/aea.rst | 26 | ||||
| -rw-r--r-- | docs/source/operations/projections/index.rst | 1 |
2 files changed, 27 insertions, 0 deletions
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 |
