An Albers Equal Area projection
This projection is conic and equal-area, and is commonly used for maps of the conterminous United States.
Kwargs:
central_longitude - The central longitude. Defaults to 0.
central_latitude - The central latitude. Defaults to 0.
Defaults to 0.
Defaults to 0.
Defaults to (20, 50).
If omitted, a default globe is created.
An Azimuthal Equidistant projection
This projection provides accurate angles about and distances through the central position. Other angles, distances, or areas may be distorted.
Kwargs:
degrees. Defaults to 0.
degrees. Defaults to 0.
Defaults to 0.
Defaults to 0.
default globe is created.
A Lambert Conformal conic projection.
Kwargs:
central_longitude - The central longitude. Defaults to 0.
central_latitude - The central latitude. Defaults to 0.
Defaults to 0.
Defaults to 0.
Defaults to (33, 45).
If omitted, a default globe is created.
The map extends to infinity opposite the central pole so we must cut off the map drawing before then. A value of 0 will draw half the globe. Defaults to -30.
A Mercator projection.
Kwargs:
central_longitude - the central longitude. Defaults to 0.
Defaults to -80 degrees.
Defaults to 84 degrees.
If omitted, a default globe is created.
A Transverse Mercator projection.
Kwargs:
degrees. Defaults to 0.
degrees. Defaults to 0.
Defaults to 0.
Defaults to 0.
to 1.
default globe is created.
Universal Transverse Mercator projection.
Kwargs:
zone - the numeric zone of the UTM required.
default globe is created.
hemisphere, defaults to False.
Defines a rotated latitude/longitude projected coordinate system with cylindrical topology and projected distance.
Coordinates are measured in projection metres.
Create a RotatedPole CRS.
The class uses proj4 to perform an ob_tran operation, using the pole_longitude to set a lon_0 then performing two rotations based on pole_latitude and central_rotated_longitude. This is equivalent to setting the new pole to a location defined by the pole_latitude and pole_longitude values in the GeogCRS defined by globe, then rotating this new CRS about it’s pole using the central_rotated_longitude value.
Args:
pole_longitude - Pole longitude position, in unrotated degrees.
pole_latitude - Pole latitude position, in unrotated degrees.
- central_rotated_longitude - Longitude rotation about the new
pole, in degrees.
Kwargs:
- globe - An optional cartopy.crs.Globe.
Defaults to a “WGS84” datum.
UTM Zone 32 projection for EuroPP domain.
Ellipsoid is International 1924, Datum is ED50.