Skip to main content
Question

Enumerate lines sequence using points enumeration

  • October 1, 2025
  • 1 reply
  • 20 views

siriosus
Contributor
Forum|alt.badge.img+4

Hi all,

I’ve successfully solved one issue of enumerating points along the lines (to define flow direction) using this post - Line to connect in order. | Community. Is it possible to enumerate segments of the line the same way using enumeration of points?

1 reply

crutledge
Influencer
Forum|alt.badge.img+43
  • Influencer
  • October 1, 2025

Hi ​@siriosus You might be able to get away with it very simply by using count and sort for you line features. Hope that helps.