project_geometry

Equi7Grid_projection.project_geometry(geometry, src_crs=None)

Project the given geometry into this projection.

Parameters:
  • geometry – The geometry to (re-)project.

  • src_crs (optional) –

    The source CRS. Defaults to None.

    If src_crs is None, the source CRS is assumed to be a geodetic version of the target CRS.

Returns:

The projected result (a shapely geometry).

Return type:

geometry