<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">All—<div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class="">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?</div><div class=""><br class=""></div><div class="">I’m having success with:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">{</div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">"type": "filters.outlier",</div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">"method": "radius",</div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">"radius": 16.0,</div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">"min_k": 64</div></blockquote></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">}</div></blockquote><div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Andreas</div></body></html>