clip_and_filter | R Documentation |
Lines that intersect the river and that cross the corridor from side to side are considered valid segment edges. We group valid segment edges that cross the river in nearby locations, and select the shortest line per cluster. From these candidate segment edges, we select the ultimate set of non-intersecting lines by dropping the longest segments with most intersections.
clip_and_filter(lines, corridor, river)
lines |
Candidate segment edges as a simple feature geometry |
corridor |
The river corridor as a simple feature geometry |
river |
The river centerline as a simple feature geometry |
Candidate segment edges as a simple feature geometry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.