<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="">That solved the problem! Thanks, Andrew.<br class=""><div><blockquote type="cite" class=""><div class="">On Mar 2, 2017, at 9: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>
</div></blockquote></div><br class=""></body></html>