Skip to main content

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?

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.