Question

Building routes

  • 17 December 2013
  • 2 replies
  • 5 views

Hello!

 

I have three feature classes.

 

The first is point (city block centroids) with value of  waste accumulation. 

 

The second is also point (recycling plants) with limite value of waste processing.

 

And the third is road network with length and time attributes.

 

 

The task is to build shortest routes from city block centroids to the recycling plants using two parameters: length/time and value of waste accumulation. But sum of waste accumulation can't be more than limite value of waste processing for each plant.

 

 


2 replies

Userlevel 3
Badge +13
Hi,

 

 

Interesting...., and I guess you need assistance with that?

 

Have you had a look at the ShortestPathFinder?

 

 

Itay
Thank you, I just recently started working with FME and still do not know all the details. 

Reply