Question

ShortestPathFinder doesn't work

  • 16 March 2022
  • 3 replies
  • 6 views

Hello,

 

I have a shape with points and a shape line. I want to create the shortest path between my points which have the same trip_id with the stop_seque field but the shortestPathFinder doesn't work.

I don't understand ?

Please do you know what is a problem ?

Thank you


3 replies

Badge +1

Hello, you will need to build a line input into the shortestpathfinder by connecting the points. Also it helps if you split the network where your points are with a PointOnLineOverlayer

Hello,

I create a topolgy builder before and i put my lines in the input ports Network and points in the From-to but i don't understand why it's necessary to have the transformer PointOnLineOverlayer ?

Thank you

Badge +1

Hello,

I create a topolgy builder before and i put my lines in the input ports Network and points in the From-to but i don't understand why it's necessary to have the transformer PointOnLineOverlayer ?

Thank you

The shortestpathfinder needs a line input for the from to, not points

Reply