Skip to main content
Question

Find segments in a network

  • August 14, 2018
  • 1 reply
  • 15 views

I'm looking for a way to find linesegments in a network behind a selected segment. In this case the red line is the selected segment.The result is the line marked with 2-45.9. In this case resulting in 1 line but there can be more segments. My question is similar with this issue: https://knowledge.safe.com/questions/56654/analyzing-water-network-connectivity.html Does anyone have an example with the NetworkFlowOrientor?

Thanks.

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.

1 reply

david_r
Celebrity
  • 8394 replies
  • August 14, 2018

If you use the TopologyBuilder, you can use the resulting relationships between the nodes and the edges to traverse the network segments in the order they're connected.

If your data is already topologically correct, make sure to set Assume clean data = Yes.