Skip to main content

Hello ,

i have many lines and many points .

i have used anchored snapper then topology builder then edge output as in input network for shortest pathfinder

and I used every point connector transformer for points to get lines to use it as input for from to shortest path finder .

 

my question : i need to find all routes that possible .

shortest path finder has found many paths

but there are still too many no paths .

How could I find all routes between points ?then extract ids from each route .

i hope there is a good idea let me know .

i have spent much time but no success .

fme 2021

The ShortestPathFinder will find, as the name implies, the shortest path. It doesn't find other paths.

 

Perhaps the NetworkTopologyCalculator does what you want?


The ShortestPathFinder will find, as the name implies, the shortest path. It doesn't find other paths.

 

Perhaps the NetworkTopologyCalculator does what you want?

network topology did not help me in my case .

i have read in previous posts ,that there is inline querie can use to find all routes but I did not get the idea ? Do u have sample workspace about using inline quierie to find all possible routes ?

or will be possible to use more than one shortest pathfinder to find the rest of paths ?

anf how should I know that the transformer has found all possible routes ?


Reply