Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have a point shape (10.000 Points). Before interpolating theses points I need to filter them with a statistical background. Is there a tool or something I could use? Is it possible to select / filter those points that doesnt make sense (in comparison with the neighbour points)?

Thanx!

share|improve this question
Closely related: gis.stackexchange.com/questions/31014/…. – whuber Nov 6 '12 at 15:37
did you tried OGRSpatialFilter gdal.org/ogr/… – rashad Nov 6 '12 at 16:43

1 Answer

SAGA gis has several tools for working with point clouds:

First import Point Cloud from Shape File or xyz-textfile

Then look at if you can use one these or use any tool that works with point shapefile. They will also work with point clouds.

You can export again to shape or txt or interpolate your results in saga.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.