Hi,
I have a road network (polyline) having some dangled nodes and looped roads. I want to extract those looped roads(marked inside blue color). Is there any possibility to do that. Thanku in advance.
(:[ATTACH=CONFIG]30622[/ATTACH]
Hey,
Thank you so much for the instant help.
I have been working on it. Here, a problem is arrived that all the values are coming in 0's and 1's. There are no single values with 2's
or 3's, even the roads with curves.
Regards (:
Hi,
I used the same formula in python-
!Shp_lngth! / math.pow(math.pow( !X_Start! - !X_End! , 2 ) + math.pow( !Y_Start! - !Y_End!, 2 ), 0.5) > 2
I used Projected Coordinate System, Added a new field in double and used the above formula in python.
The outputs are only displaying in 0s & 1s. I cannot understand on what basis it has calculated the values. Some lines with curves
are 1, some are 0 and vice-versa. I have entered values in meters and the output is also coming in meters. The problem is that the values are only in 0s and 1s 😞
Hey rfairhur24,
Thank you so much. That was just amazing !!! (:
All the non-terminating (looped) roads with one node have been extracted using sinuosity formula. Gracias
But yes the roads with more than one node are not extracted. I will do something for that. But yes, Thank you so much 🙂 (y)