Hi, I am looking for a solution to detect a feature in one FC that crosses a "sinlge" feature from another FC more than once. ie. A feature is valid if it crosses once and invalid if crossing the same feature more than once. the feature is also valid if i

214
1
11-15-2017 03:25 PM
ScottFitzsimmons
New Contributor

Hi, I am looking for a solution to detect a feature in one FC that crosses a "single" feature from another FC more than once. ie. A feature is valid if it crosses once and invalid if crossing the same feature more than once. the feature is also valid if it crosses multiple features as long an single feature is only crossed once.

0 Kudos
1 Reply
JoeBorgione
MVP Emeritus

Not a python solution, but a gp suggestion:  Take a look at intersection tool.  If I recall correctly, you can set the out put to a point and those points will carry identifying attributes of the features intersected.  You might be able to then summarize them in a way that denotes your [in] validation.

That should just about do it....
0 Kudos