jord.shapely_utilities.projection#

Functions

project_point_to_object(point, geometry)

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

project_point_to_line(point, line_start, ...)

Find the nearest point on a straight line, measured from given point.

nearest_geometry(geometries, point)

Find the nearest geometry among a list, measured from fixed point.