Proj

Proj(name, basemap=False, **kwargs)[source]

Returns a Basemap or cartopy.crs.Projection instance, used to interpret the proj and proj_kw arguments when passed to subplots.

Parameters
Returns

  • proj (Basemap or Projection) – The projection instance.

  • aspect (float) – The map projection aspect ratio. This may change if user zooms into a projection, but returning an initial guess helps avoid unnecessarily calculations down the line.

See also

GeoAxes, BasemapAxes