Skip to main content
Question

Building routes

  • December 17, 2013
  • 2 replies
  • 33 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.

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • December 17, 2013
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.