Proj

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

Return a cartopy.crs.Projection or Basemap instance.

Parameters
Other Parameters

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

Returns

proj (mpl_toolkits.basemap.Basemap or cartopy.crs.Projection) – A Basemap or Projection instance.

References

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