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