I am working with 2 point datasets. My objective is to add two extra fields to the attribute table of the first set of points (red), containing the angle in degrees between this point and both it's two neighboring points (green).
Each set of red and green points within the white constrainment share a unique Object-code so it is possible to use "group by".
I have tried LineBuilder but I haven't succeeded in drawing 2 seperate lines from each red point to both green points. I have only been able to draw a line that starts at the red point and travels through green point 1, and the green point 2.
I have tried Neigborfinder but i can't seem to get the correct information about the angle of the neighbors in relation to the base point.
Regards Kilian