Hello,
I have a set of pairs of points that each have a uniqueID_start and unique_end field. I am trying to extract all of the line segments between each pair of points. The tricky thing is that the pairs can be several line segments long, and have other pairs intersecting them:
There could also be several points on a single spot, but corresponding to different pair sets.
It’s a mess! Any help would be wonderful!