jord.shapely_utilities.projection.project_point_to_object#

jord.shapely_utilities.projection.project_point_to_object(point: Point, geometry: BaseGeometry) Point[source]#

Find the nearest point in geometry, measured from given point.

Parameters:
  • point – a shapely Point

  • geometry – a shapely geometry object (LineString, Polygon)

Returns:

a shapely Point that lies on geometry closest to point