AlbersConicEqualArea
Luo_Suppe2026-08-15
gma.crs.ProjMethods.AlbersConicEqualArea
class AlbersConicEqualArea(longitude_of_center = 0, latitude_of_center = 0, false_easting = 0, false_northing = 0, standard_parallel_1 = 25, standard_parallel_2 = 47):
Albers Conic Equal Area projection method.
Optional:
longitude_of_center = float. Default 0.
The central longitude.
latitude_of_center = float. Default 0.
The central latitude.
false_easting = float. Default 0.
X offset from planar origin.
false_northing = float. Default 0.
Y offset from planar origin.
standard_parallel_1 = float. Default 25.
The first standard parallels latitude of correct scale.
standard_parallel_2 = float. Default 47.
The second standard parallels latitude of correct scale.