I have 2 files. One is a linear file that represents a transit line. The other is a point file that represents stations on that line.
I want to split the line into multiple segments using the point locations. Each segment would represent a section between stations on the transit line.
How can I accomplish this? Please let me know. I’d appreciate it.