We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1233274 + cad05b0 commit f5170edCopy full SHA for f5170ed
examples/projections/azim/azim_lambert.py
@@ -2,6 +2,11 @@
2
Lambert Azimuthal Equal Area
3
============================
4
5
+This projection was developed by Johann Heinrich Lambert in 1772 and is typically used
6
+for mapping large regions like continents and hemispheres. It is an azimuthal,
7
+equal-area projection, but is not perspective. Distortion is zero at the center of the
8
+projection, and increases radially away from this point.
9
+
10
``Alon0/lat0[/horizon]/width``: ``lon0`` and ``lat0`` specifies the projection center.
11
``horizon`` specifies the max distance from projection center (in degrees, <= 180,
12
default 90).
0 commit comments