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) > 2I 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. GraciasBut yes the roads with more than one node are not extracted. I will do something for that. But yes, Thank you so much 🙂 (y)
Hi,The roads(lines) with same start and end points (nodes) have been extracted. Also, its working till the spatial join. Now, the problem seems to be in the third point (Summary Statistics). I performed the summary statistics, but is doesn't seem to work according to my requirement.[ATTACH=CONFIG]30884[/ATTACH]
One big issue is that, all roads have different names, so it is not possible to work it out with Spatial Join (with the same road name). 😞
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.