processing_tool

Split Lines By Points

How To

First download and load example package from here

Example package

After load you have points, line and buffers layer

example_package

Note:
due to rounding of the decimals resulting from the calculation it could generate pseudo nodes.
In other words the segments could are very close but not perfectly coincident.

Use without option: simple buffer from line

Split line with points at distance max 20 meters

split_20

Use without option: simple buffer from line

Split line with points at distance max 20 meters

overlay_within_20

Use with ring buffer

Split with point from 20 to 30 meters from line

split_20_30

Result with ring buffer

Split line with points within 20 meters and 30 meters, the highlighted point is a little beyond 20 m

overlay_within_20_30

Linear buffer for point exclusion

Split line with points within 30 meters and distance between them greater than 10 meters

split_30_10_linear

Result with linear buffer for point exclusion

overlay_within_30_10_linear.png