[pdal] Filtering atmospheric noise
Michael Smith
michael.smith.erdc at gmail.com
Wed Mar 9 14:16:06 PST 2022
Filters.dem is also a useful filter to removing some of this high noise https://pdal.io/stages/filters.dem.html
Mike
--
Michael Smith
US Army Corps / Remote Sensing GIS Center
From: pdal <pdal-bounces at lists.osgeo.org> on behalf of Andreas Yankopolus <andreas at yank.to>
Date: Wednesday, March 9, 2022 at 4:44 PM
To: PDAL mailing list <pdal at lists.osgeo.org>
Subject: [pdal] Filtering atmospheric noise
All—
I’m using USGS 3DEP point-clouds to generate surface-height rasters around Longmont, CO. The point-cloud files have spurious returns over many of the lakes/reservoirs in the area that are tagged other than 7 or 18. They’re streaks about 0.3 m long located 200+ m above the lake. In most cases the streak has 3–8 points, but I’ve found one with 34 points.
The outlier filter with statistical or radius methods doesn’t remove these longer streaks. Any recommendations on removing dense groups of points well separated from the main mass?
I’m having success with:
{
"type": "filters.outlier",
"method": "radius",
"radius": 16.0,
"min_k": 64
}
This seems to do the trick of removing isolated groups while leaving the main body of points alone, but I’m thinking these some other dimension that could be calculated and added to points then used to remove outlier groups later.
Cheers,
Andreas
_______________________________________________ pdal mailing list pdal at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/pdal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20220309/9cdbdbdf/attachment.html>
More information about the pdal
mailing list