<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Howard,<div class=""><br class=""></div><div class="">I’m writing the pipeline in python as I’m going to use the multiprocessing module to parallelize pdal pipelines. I’m in the early stages of testing this. I’d like to be able to avoid using Fusion to derive gridded point cloud metrics and also be able to work directly on the points using PCL.</div><div class=""><br class=""></div><div class="">Right now however, its not really working:</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class="">In [5]: import pdal<br class=""><br class="">In [6]: pString = unicode(makePlots(1112))<br class=""><br class="">In [7]: pString<br class="">Out[7]:<br class="">u'{"pipeline": ["./pgc_input/chug_lidar/Kenai/Points/Ken_00403.las", {"distance": 46.330202145018255, "type": "filters.crop", "point": "POINT(671977.149785037 6621359.13979493)"}, "./pgc_input/plot_las/plot1112.las"]}'<br class=""><br class="">In [8]: pipe = pdal.Pipeline(pString)<br class=""><br class="">In [9]: pipe.validate()<br class="">Warning 1: Cannot find pcs.csv<br class="">Out[9]:<br class="">True<br class=""><br class="">In [10]: pipe.loglevel = 9<br class=""><br class="">In [11]: count =pipe.execute()<br class=""><br class="">Process Python killed<br class=""><br class=""></blockquote><br class=""></div><div class="">Thanks for your interest and for PDAL..</div><div class=""><br class=""></div><div class="">Peter</div><div class=""><br class=""></div><div class="">  <br class=""><div><blockquote type="cite" class=""><div class="">On Mar 2, 2017, at 10:41 AM, Howard Butler <<a href="mailto:howard@hobu.co" class="">howard@hobu.co</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Peter,<div class=""><br class=""></div><div class="">I'm curious how you're using the Python bindings, whether or not they fit your workflow, and whether the approach is viable for you to make it easy to use PDAL with your existing workflows.</div><div class=""><br class=""></div><div class="">I had one thing I wanted to do with it, and I thought it might be useful for others. How does it work for you?</div><div class=""><br class=""></div><div class="">Howard</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Mar 2, 2017, at 11:48 AM, Andrew Bell <<a href="mailto:andrew.bell.ia@gmail.com" class="">andrew.bell.ia@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 2, 2017 at 11:24 AM, Peter Tittmann <span dir="ltr" class=""><<a href="mailto:ptittmann@gmail.com" target="_blank" class="">ptittmann@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br class="">
<br class="">
Using: pdal 1.4.0 (git-version: Release)<br class="">
<br class="">
I’m developing a pipeline in python which produces the following JSON:<br class="">
<br class="">
> pipeString ='{"pipeline": ["./pgc_input/chug_lidar/<wbr class="">Kenai/Points/Ken_00403.las", {"radius": 46.330202145018255, "type": "filters.crop", "point": "POINT(671977.\<br class="">
> 149785037 6621359.13979493)"}]}’<br class="">
<br class="">
<br class="">
PDAL doesn’t seem to understand radius using `filters.crop`:<br class=""></blockquote><div class=""><br class=""></div><div class="">Somehow the docs got out of sync with the code.  Not sure how this happened but I will fix.  The correct name of the option is "distance" rather than "radius".  You can use "pdal --options filters.crop" at the command line to get an up-to-date list of the options for the crop filter.</div><div class=""><br class=""></div><div class="">Hope that helps.</div><div class=""><br class=""></div><div class="">-- <br class=""></div></div><div class="gmail_signature" data-smartmail="gmail_signature">Andrew Bell<br class=""><a href="mailto:andrew.bell.ia@gmail.com" target="_blank" class="">andrew.bell.ia@gmail.com</a></div>
</div></div>
_______________________________________________<br class="">pdal mailing list<br class=""><a href="mailto:pdal@lists.osgeo.org" class="">pdal@lists.osgeo.org</a><br class=""><a href="https://lists.osgeo.org/mailman/listinfo/pdal" class="">https://lists.osgeo.org/mailman/listinfo/pdal</a></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>