I'm trying to decimated a point shapefile to remove points close to each other. If you look at the example below, you can see points are 30cm apart, but other are closer. I just need to remove duplicate and keep just 1 point in the cluster using a distance threshold
Using Geodesic Point Decimate in SHAPE pluging, I cannot find the the correct Minimum Distance Between Points to use, likely because I cannot compute a geodesic value that make sense with my projection. How can I do that ?
I also tried this tool (SAGA Point thinning) but I keep running into an error (.LAS output are not supported) and cannot find a way around it -- eventhough I'm using SHP
point thinning/point selection based on distance threshold in QGIS/GRASS

