If I had a table of points which are irregularly distributed and wanted to 
evenly distribute them what would be the best strategy and query?

These points were created from a GPX file along a road journey so they crudely 
map to a line string.

I was thinking compute the KNN distance for each point and remove those that 
have a KNN < a threshold (say 100 metres)

Is that the best way to go about it?

-- 
Dave Barter

Web: http://www.phased.co.uk
Email:d...@phased.co.uk
Twitter:@Citizenfishy
_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

Reply via email to