Proj

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

Return a cartopy.crs.Projection or Basemap instance.

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.

See also

mpl_toolkits.basemap.Basemap, cartopy.crs.Projection, proplot.ui.subplots, proplot.axes.GeoAxes, proplot.axes.CartopyAxes, proplot.axes.BasemapAxes

References

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