<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 29, 2017, at 11:48 AM, Paul Schrum <<a href="mailto:paul.schrum@gmail.com" class="">paul.schrum@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class="">Hi.  I am the GSoC 2017 student working on integrating PDAL into GRASS.<br class=""><br class=""></div>Howard Butler recommended to me a few weeks back that I use the Pipeline Executor class in my work.  I have been looking over <a href="http://www.pdal.io/" class="">www.pdal.io</a> seeking examples of how to call pdal from third party code, but I am having trouble finding anything.  I also looked at <a href="https://github.com/PDAL/PDAL/tree/master/examples" class="">https://github.com/PDAL/PDAL/tree/master/examples</a> , but I don't see anything as basic as what I need.<br class=""></div></div></div></div></div></blockquote><div><br class=""></div><div><br class=""></div><div>The Python extension is a good example to follow. </div><div><br class=""></div><div><a href="https://github.com/PDAL/PDAL/blob/master/pdal/PipelineExecutor.hpp" class="">https://github.com/PDAL/PDAL/blob/master/pdal/PipelineExecutor.hpp</a></div><div><br class=""></div><div><a href="https://github.com/PDAL/PDAL/blob/master/python/pdal/PyPipeline.cpp" class="">https://github.com/PDAL/PDAL/blob/master/python/pdal/PyPipeline.cpp</a></div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">Can someone help me find such a page that I can use as a go-by?</div></div></div></div></div></blockquote><div><br class=""></div><div>You have to dig in the code.</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class="">He also mentioned one-at-a-time mode, but I also don't see the documentation on that.  Is it by some other name at <a href="https://www.pdal.io/api/index.html" class="">https://www.pdal.io/api/index.html</a> ?</div></div></div></div></blockquote></div><br class=""><div class="">Let's get bulk read working first before we work through processOne and streaming...</div><div class=""><br class=""></div></body></html>