I have COGO point lists with points. Some of the points have the same coordinates (X and Y), but different heights (simply on several points). I would now like to filter this list and find out which points with the same coordinates have multiple heights and assign these different height values to a single point (filter with coordinates).
Is there a reasonably efficient approach to this in Dynamo?
Hello Eric
With pleasure. The points are entered in the Excel table. I would like to filter by coordiantes (yellow) and then be able to write the three heights to the coordiantes (in further columns on the right-hand side) (green).
I have already tried various things in Dynamo with Key Values, Unuiqe items and geometry intersect, but have not found anything useful…
Thank u very much and best regards from switzerland dynamoABS.xlsx (11.7 KB)
Hello, Z_Point.dyn (72.4 KB)
I believe I created something similar in Dynamo some time ago, but I’m not sure if it’s exactly what you need. I quickly modified the attached Dyn file—you can further modify it as needed. I hope this helps.
When you filter the points with the same coordinates, do you want them as one point or several? Because I don’t see the option for COGOpoints to have that.