get_projection¶
-
StaticMap.
get_projection
(proj, **kwargs)¶ Get the map projection.
Given the name of the projection, return an instance of that projection.
- Parameters
proj (str) – Name of the projection (see https://scitools.org.uk/cartopy/docs/latest/crs/projections.html )
**kwargs – Extra arguments for the projection.
- Returns
The projection object
- Return type
object