Finding dangles

624
1
09-08-2023 05:22 AM
stewart
New Contributor II

I have a large feature class vector dataset where my initial interest is the road centerlines which are identifiable by an attribute value. There are other lines in the dataset within the feature class, but I do not wish to view them initially in the Data Reviewer "Find Dangles". Is there a way to create an expression for "ignoring" them? Or do I need to create a subset of the desired roads before plugging them into data reviewer and running find dangles?

The challenge is finding all road endings, as they do not necessarily stop in a logical place or are a bit too close other.

Additionally, I want to flag all roads that undershoot or overshoot the rest of the road network. Realizing this might be challenging to complete. 

 

Using the ArcGIS Pro (v 3.0.4) Data Reviewer.

Tags (2)
1 Reply
JayCary
Esri Contributor

You might want to investigate the use of an input filter on this check.

Filters can be applied to the Find Dangles check to only evaluate those features within a specific geodatabase subtype (Subtype parameter) and/or features that match a SQL WHERE clause (Attribute parameter).

0 Kudos