<div dir="ltr"><div>Hello,</div><div>Thanks for the new release of PDAL.</div><div>I used the new segmentation filter <i><b>filters.lloydkmeans</b></i> but it does not seem to work, for me at least. The command starts processing a LiDAR file (LAS) but it takes a while until it throws an error message (memory)</div><div>Question, is this filter available in Python-PDAL?</div><div>What would be the best practice to use this segmentation filter?</div><div><br></div><div>My best regards,</div><div><br></div><div>Miguel</div><div> </div><pre style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"JetBrains Mono",monospace;font-size:9.8pt"><span style="color:rgb(106,135,89)">  "pipeline":[<br></span><span style="color:rgb(106,135,89)">    {<br></span><span style="color:rgb(106,135,89)">        "type":"filters.lloydkmeans",<br></span><span style="color:rgb(106,135,89)">        "k":10,<br></span><span style="color:rgb(106,135,89)">        "maxiters":20,<br></span><span style="color:rgb(106,135,89)">        "dimensions":"X,Y,Z"<br></span><span style="color:rgb(106,135,89)">    },<br></span><span style="color:rgb(106,135,89)">    {<br></span><span style="color:rgb(106,135,89)">        "type":"filters.ferry",<br></span><span style="color:rgb(106,135,89)">        "dimensions":"ClusterID => PointSourceId"<br></span><span style="color:rgb(106,135,89)">    },<br></span><span style="color:rgb(106,135,89)">    {<br></span><span style="color:rgb(106,135,89)">        "type":"writers.las",<br></span><span style="color:rgb(106,135,89)">        "filename":"%s"<br></span><span style="color:rgb(106,135,89)">    }</span></pre><br><div><br></div></div>