Extract street intersections.
Arguments
- x
a
sf
object withLINESTRING
geometries representing street networks.- threshold
integer; the minimum number of intersecting roads needed to count as an intersection. Default = 2.
Examples
intersections <- st_extract_intersections(bangalore_highways)
plot(intersections)