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