NorthPolarGnomonic

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

Bases: cartopy.crs.Gnomonic

Analogous to SouthPolarStereo.

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.