[postgis-users] Evenly distributing a point set
Dave Barter
dave at phased.co.uk
Sun Jan 25 03:54:15 PST 2015
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:dave at phased.co.uk
Twitter:@Citizenfishy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20150125/1b23d2f0/attachment.html>
More information about the postgis-users
mailing list