Question

Route Calculator / Definer

  • 24 November 2014
  • 2 replies
  • 2 views

Hi all,

 

I am have a point table of schools and a polyline table of roads (network).

 

I need to highlight all routes that are within 5km of a school.

 

Any advice much appreciated.

 

Thank you.

2 replies

Badge
Hi,

 

You may find the answer here somewhat useful:

 

http://gis.stackexchange.com/questions/30518/fme-calculate-distance-of-point-along-a-line

 

 

Beyond that, I don't believe FME does "real" route planning, at least not easily with a stand-alone transformer. NetworkTopologyCalculator is probably the closest thing for that.

 

Cheers,

 

Jonathan
Badge +3
use neighbourfinder to insert a vertex on the roadlines.

 

Create a netwerk with the topologybuilder.

 

Create a from to set. This can be done by unconditionaly merging and removing duplicates.

 

 

Then you use shortestpathfinder and select those that are 5km or less. (assuming your network has direction attribute)

 

 

Reply