Skip to content

Commit f5170ed

Browse files
authored
Merge branch 'master' into colorbar-shading
2 parents 1233274 + cad05b0 commit f5170ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/projections/azim/azim_lambert.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Lambert Azimuthal Equal Area
33
============================
44
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+
510
``Alon0/lat0[/horizon]/width``: ``lon0`` and ``lat0`` specifies the projection center.
611
``horizon`` specifies the max distance from projection center (in degrees, <= 180,
712
default 90).

0 commit comments

Comments
 (0)