Hello,
I need to find those two pair of points that correspond to the following rule:
1. Corresponding points share the same MAIN_ID
2. The absolute value of the difference of attribute value WINKEL of the two corresponding points is exactly 3.14 (pi)
3. The points are within a certain distance to each other
In the following Image you see 4 points that share the same MAIN_ID. However, it could be many more points. All points have an attrribute WINKEL, the values are labelled in red. The green ellipses mark the pair of points that belong together.
Any clue how to achieve this without using python?