Skip to main content
Solved

Processing one feature at a time to network calculation

  • August 1, 2018
  • 3 replies
  • 28 views

I have a dataset of bridges and I have a road network. I want to create reroutes for each bridge. So I want to clip the bridge part out of the roads to use the shortestPathfinder to get the new route . But I want to send the bridges one by one to this process. I got the workspace working as I want as long as I use just one feature but I need the to do the calculations on all the bridges, but one at a time. I´m really stuck on this one...

Best answer by jneujens

Consider using this workspace in a 'master workspace', where you change a parameter and call the workspace above using a WorkspaceRunner. So each run, a parameter changes so you have an additional bridge for each new run. Without knowing your data, I think that is the way to go.

 

If this is not clear enough, let me know!
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.

3 replies

jneujens
Forum|alt.badge.img
  • 189 replies
  • Best Answer
  • August 1, 2018

Consider using this workspace in a 'master workspace', where you change a parameter and call the workspace above using a WorkspaceRunner. So each run, a parameter changes so you have an additional bridge for each new run. Without knowing your data, I think that is the way to go.

 

If this is not clear enough, let me know!

Consider using this workspace in a 'master workspace', where you change a parameter and call the workspace above using a WorkspaceRunner. So each run, a parameter changes so you have an additional bridge for each new run. Without knowing your data, I think that is the way to go.

 

If this is not clear enough, let me know!
Thank you for your quick reply! I haven´t used the workspace runner before and it seems like I have misundertood the usage of it. I thought you could only use it for batch processing files but I was very wrong. This is the way to go for me.

 

Thank you so much for you help!

 

 

 


jneujens
Forum|alt.badge.img
  • 189 replies
  • August 1, 2018
Thank you for your quick reply! I haven´t used the workspace runner before and it seems like I have misundertood the usage of it. I thought you could only use it for batch processing files but I was very wrong. This is the way to go for me.

 

Thank you so much for you help!

 

 

 

Glad I could help!