Proj

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

Return a cartopy.crs.Projection or Basemap instance. Used to interpret the proj and proj_kw arguments when passed to subplots.

Parameters
Other Parameters

**kwargs – Passed to the Basemap or cartopy Projection class. For cartopy axes, ProPlot translates lon_0 and lat_0 to central_longitude and central_latitude.

Returns

proj (Basemap or Projection) – The projection instance.

References

For more information on map projections, see the wikipedia page and the PROJ documentation.