<html><head></head><body><div class="ydp2045bc4cyahoo-style-wrap" style="font-family:courier new, courier, monaco, monospace, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false"><div>Hello.</div><div><br></div><div>I don't know if this is the right place to ask this query. The thing is that I am using PDAL for the first time in the context of an application written in C++. I am trying to create a pipeline with two stages: a reader that reads a LAS and a Chipper filter that splits it into chunks. The code (summarized) is as follows:</div><div><br></div></div><div dir="ltr" data-setdir="false"><div><div dir="ltr" data-setdir="false">        pdal::PipelineManager pipeline.</div><div><br></div><div>        pipeline.makeReader(<br></div><div>            src, // const std::string& inputFile,</div><div>            std::string());</div><div><br></div><div>        pipeline->makeFilter("filters.chipper");</div><div><br></div><div>        pipeline->execute();<br></div><div><br></div></div><span>As I understand it, after execute() pipeline-views() should return a set of PointViews, each of which should have about 5000 points. Unfortunately, pipeline-views().size() returns one, a single PointView with about 400,000 points. What am I doing wrong?</span><br></div><div dir="ltr" data-setdir="false"><span><br></span></div><div dir="ltr" data-setdir="false"><span>Thanks in advance!</span></div><div><br></div><div class="ydp2045bc4csignature"><div style="font-family:courier, monaco, monospace, sans-serif;font-size:13px;"><div style="font-weight:bold;">José Antonio Carmena Flores</div><div style="font-weight:bold;"><br><br></div></div></div></div></body></html>