Hi Martin,
Replying to an old post here.
Spikes and dips (birds, multi path, etc.) appear in most lidar point clouds.
These points need to be removed from the point cloud prior to ground filtering, and can't always be removed by drop_below or drop_above functions, because these functions use absolute values and most projects cover an area with quite a large variation in height. Although some of these points can be isolated by classification by low intensity, it's not ideal because when removing those low intensity noise points there is a chance I am also removing/classifying valid low intensity returns.
It would be nice if there was functionality in one of the lastools (or a new tool) which can remove/classify these spikes and dips, eg. by comparing each point with other points in a certain radius around the point to determine if the point is significantly lower or higher than the other points, or if a group of points is lower than it's neighbours, or if the elevation of one point or a group of points significantly contributes to a larger standard deviation of the z for a specific area or search radius? Just some thoughts on how to achieve this.
What's your thought on this? The next blue moon is years away ...
Edgar
--
You can download LAStools at
http://www.cs.unc.edu/~isenburg/lastools/
You can visit the LAStools group at
http://groups.google.com/group/lastools/
You can be social with LAStools at
http://www.facebook.com/LAStools
http://www.twitter.com/LAStools