Maps.get_crs#
- Maps.get_crs(crs='plot')#
Get the pyproj CRS instance of a given crs specification.
- Parameters:
crs ("in", "out" or a crs definition) –
the crs to return
if “in” : the crs defined in m.data_specs.crs
if “out” or “plot” : the crs used for plotting
- Returns:
crs – the pyproj CRS instance
- Return type:
pyproj.CRS