blob: d4a4c1dea8a5eee69c3ca74db920585a1e4adfac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
|