NorthPolarAzimuthalEquidistant

class NorthPolarAzimuthalEquidistant(central_longitude=0.0, globe=None)[source]

Bases: cartopy.crs.AzimuthalEquidistant

Analogous to NorthPolarStereo.

Parameters
  • central_longitude (optional) – The true longitude of the central meridian in degrees. Defaults to 0.

  • central_latitude (optional) – The true latitude of the planar origin in degrees. Defaults to 0.

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

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

  • globe (optional) – An instance of cartopy.crs.Globe. If omitted, a default globe is created.