Hello ,
i have many start node and several end nodes and network that I am using as input for shortest path finder .
My problem :
i have found the paths that I want from start to end .
- how could I remove the overlap parts of path ,because i have found that some paths uses the same network to reach different end nodes .
- there are intermediate points locates on the network ,so I would like to know the id of each point (from direction start node to end node ) .
as example , the next point after start node has id 389 then next 490 then next 999 then ……
i would like to know ( 389 connects to next 490
and 490 connects to 999 till reach the end of the path )
fme 2021
thanks for help .