I have a feature class with points, which is a result of an AI process. The result left multiple points (essentially duplicates) with different confidence scores in certain areas for the same object. I was able to spatially consolidate the points using pairwise integrate. Now I need to be able to either dissolve the two (or more) points into a single point retaining the highest confidence score, OR select the lowest confidence score and just delete it. So far I have not found a way to do either.
I have tried using a number of tools (merge, dissolve, intersect, etc.) Nothing seems to do what I need here. Any thoughts or suggestions appreciated! Thanks!😀
What's not working with Dissolve? Would think just setting the confidence field as the statistics field "MAX" would do it.