Is there a way to incorporate an "exclude by attributes" clause in the NeighborPairFinder?
I have a project where I am averaging the distance between a number of parallel(ish) lines. The distance between these lines varies (hence the need to capture the "average/mean" distance.
The NeighborPairFinder is 99% of what I need. The problem is that the only way to take a number of points (rather than just the closest on the line) is to densify and then chop the line. Next, I compare those points back to the line feature.
Again, this works great but I am only able to capture the 2nd nearest feature as the first nearest is itself.
I've seen other attributes that have included this feature and would love if someone knew a workaround to this problem.
Thanks
Matt