HI
I have a point layer where multiple points overlap. For example, lets take 3 points at the same location. Each point has an attribute X with some number value (integer). What I want to do is, summarize that location. Meaning have only one point at that location instead of 3, and this one resulting point should get the maximum value of the 3 overlapping points.
thank you,