<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Sep 25, 2017 at 10:44 AM, Giuseppe Falcone <span dir="ltr"><<a href="mailto:falcone.giuseppe@gmail.com" target="_blank">falcone.giuseppe@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi to all!<div><br></div><div>I'm new on pdal (in python pdal) and I have two question for us.</div><div><br></div><div>It is possibile to build a pipeline that return in memory output (I want that output are not stored on file system but is in a variable for other analysis )?</div></div></blockquote><div><br></div><div>Yes.  In python or C++.  You can write code to access the data once it has been read.  You need to be specific about what you're trying to accomplish.</div><div><br></div><div>Perhaps this is what you're looking for: <a href="https://www.pdal.io/tutorial/python-filtering.html">https://www.pdal.io/tutorial/python-filtering.html</a></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>It is possible to build a pipeline that return only some statistical attribute of las input data?<br></div></div></blockquote><div><br></div><div>You don't need to build a thing.  You can run 'pdal info --stats'.  Or you can create a pipeline that runs the stats filter and does no other output.  You need to be more specific for us to be helpful.</div><div><br></div><div>-- <br></div></div><div class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</div></div>