I have a map with many duplicate points and I want to combine those points together into one, based on the name and geographical location (10 meters), is there a way to do this with QGIS, given that I tried the following method:
Aggregate > GROUP_BY= geom_to_wkb($geometry)
When doing this, the application merged the duplicate points in the exact same place and did not work within 10 meters
Is there a solution to do this on QGIS?


