Hello
i am using a local network. For the VRP i followed the instructions of the video and downloads "Performing Transportation Network Analysis with Python" by Melinda and Max and built it in ArcGIS Pro 2.8.1 in jupyter notebook. so far it works. Only the curb approach seems to be ignored.
The «Orders» are placed on the centerlines. Some of them have to be approached on the right side, some on the left side of the road. This is marked in the input feature class in the attribute "SideOfEdge" according to the direction of the digitization. "CurbApproach" attribute is for both cases on the right side (right-hand traffic).
Two orders which are geometrically at the same place, but one is to be approached on the right and one the left of the road axis, will be picked up at the same time. Expected is that first the one on the right side is picked up, then (in this example) the one at the end where the vehicle is turning and only then the one on the left side. See the screen shot attached; black numbers indicate the sequence of the solver. However, the sequence should be like the red numbers.
I have tested "CurbApproach" on "No U-Turn", the result is the same.
How can I make sure that SideOfEdge is kept?
Your help and suggestions are greatly appreciated.