Aitoff

class Aitoff(central_longitude=0, globe=None, false_easting=None, false_northing=None)[source]

Bases: cartopy.crs._WarpedRectangularProjection

The Aitoff projection.

Parameters
  • central_longitude (float, optional) – The longitude of the central meridian in degrees. Default is 0.

  • false_easting (float, optional) – X offset from planar origin in metres. Defaults to 0.

  • false_northing (float, optional) – Y offset from planar origin in metres. Defaults to 0.

  • globe (Globe, optional) – If omitted, a default globe is created.

Attributes Summary

name

Registered projection name.

threshold

Projection resolution.