Select to view content in your preferred language

Identify lines that do not join to others

174
4
2 weeks ago
Labels (2)
CMcDonald
Frequent Contributor

Hello,

I would like to identify lines in a feature class that are dangling and not connected. Image below with red circles shows the issues.

CMcDonald_0-1761144903735.png

I have an ArcGIS Pro Standard licence.

Thanks

0 Kudos
4 Replies
Robert_LeClair
Esri Esteemed Contributor

There's a couple ways to do this:

1.  If you have the Data Reviewer extension, there is a Find Dangles GP tool that identifies dangling nodes.
2.  Likely the easier way is to create a geodatabase topology with the Must not Dangle Topology rule.

CMcDonald
Frequent Contributor

Thank you @Robert_LeClair I am new to Topology so have been learning how to use this and found it very useful for future use also.

The issue I have with "Must not Dangle" is that it has generated around 450 point errors in my Line dataset. Looks like intersections are being detected also? The image below is not 4 separate lines, I have used the Pairwise Dissolve tool to create lines for each route rather than lots of individual segments as that is what I am required to output.

CMcDonald_0-1761302819640.png

Any ideas?

Thanks

 

0 Kudos
Robert_LeClair
Esri Esteemed Contributor

Reading the rule - "the end of a line must touch any part of one other line or any part of itself within a feature class" - I "think" what may be happening is there may be coincident lines on or near the yellow symbol.  You could zoom in and do an interactive select to see if there is one or more selected features.  Not sure but just a guess.

The Planarize tool will find and delete coincident features.

0 Kudos
JenniferCadkin
Esri Contributor