Hello, I am new to this community, so I hope my Question ist placed in the right postion:
Due to one of my companie's projects, I have to calculate routes between two points. No problem if I have two points and two feature classes. But I have one feature class with just one point and another with multiple points. So now I have to calculate the route from the single point to each of the other points seperately, using a Python script.
Any idea to solve this?