Select to view content in your preferred language

Trying to consolidate points with different attributes

390
1
08-28-2023 09:26 AM
AnthonyPaganini
New Contributor

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!😀

0 Kudos
1 Reply
DavidPike
MVP Frequent Contributor

What's not working with Dissolve?  Would think just setting the confidence field as the statistics field "MAX" would do it.

0 Kudos