Hi @elinbr,
You can use the transformer NeighborFinder.
This transformer generate the attributes:
Thanks,
Danilo
Here's a good walk-through of the ShortestPathFinder and how to use it:
https://knowledge.safe.com/articles/28065/shortest-route-calculations.html
Here's an older video for FME 2013, but I think most of it still applies:
https://www.youtube.com/watch?v=5BzxKw_LONE
Let us know if you have specfic questions.
Hi!
Thanks! However, I need the equvalence of v.net.distance in QGIS. Is that not possible in FME?
Hi!
Thanks! However, I need the equvalence of v.net.distance in QGIS. Is that not possible in FME?
Hi again! Okay I see, I need to first create lines between my from-Points and my to-Point. Thanks again!
Assuming you have a network (maybe road centerlines). You create points on the network by for instance neighborfinder or buffering and overlayers.
Create a from to by merging all from's to to's (unconditionaly merging
many points to your one destination)
Then use the shortest pathfinder.