salem.Map.transform

Map.transform(crs=<pyproj.Proj object>, ax=None)[source]

Get a matplotlib transform object for a given reference system

Parameters:
crs : coordinate reference system

a Grid or a Proj, basically. If a grid is given, the grid’s proj will be used.

Returns:
a matplotlib.transforms.Transform instance