WinkelTripel

class WinkelTripel(central_longitude=0, globe=None)[source]

Bases: cartopy.crs._WarpedRectangularProjection

The Winkel tripel (Winkel III) projection.

Parameters
  • proj4_params (iterable of key-value pairs) – The proj4 parameters required to define the desired CRS. The parameters should not describe the desired elliptic model, instead create an appropriate Globe instance. The proj4_params parameters will override any parameters that the Globe defines.

  • globe (Globe instance, optional) – If omitted, the default Globe instance will be created. See Globe for details.

Attributes Summary

name

Registered projection name.

threshold

Projection resolution.