Skip to main content
Solved

Is there a way to establish parent child relationships between line segments?

  • April 14, 2023
  • 4 replies
  • 28 views

wlangejans
Contributor
Forum|alt.badge.img

I am working with conductor line segments and need to establish a parent child relationship between these lines. For example I would like to assign conductor "2" a parent value of "1" and a child value of "3". Has anyone accomplished this task or have an idea of how to go about this?

Best answer by DanAtSafe

Hi @wlangejans​ Try the StreamOrderCalculator or TopologyBuilder?

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.

4 replies

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • April 14, 2023

What will be the output format of your data?

 


wlangejans
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • 6 replies
  • April 14, 2023

I am working with a shapefile and will be writing to a shapefile.


DanAtSafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 344 replies
  • Best Answer
  • April 14, 2023

Hi @wlangejans​ Try the StreamOrderCalculator or TopologyBuilder?


wlangejans
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • 6 replies
  • April 17, 2023

Hi @wlangejans​ Try the StreamOrderCalculator or TopologyBuilder?

Thanks for your answer Dan! The TopologyBuilder did the trick.