<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 2, 2017 at 11:24 AM, Peter Tittmann <span dir="ltr"><<a href="mailto:ptittmann@gmail.com" target="_blank">ptittmann@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Using: pdal 1.4.0 (git-version: Release)<br>
<br>
I’m developing a pipeline in python which produces the following JSON:<br>
<br>
> pipeString ='{"pipeline": ["./pgc_input/chug_lidar/<wbr>Kenai/Points/Ken_00403.las", {"radius": 46.330202145018255, "type": "filters.crop", "point": "POINT(671977.\<br>
> 149785037 6621359.13979493)"}]}’<br>
<br>
<br>
PDAL doesn’t seem to understand radius using `filters.crop`:<br></blockquote><div><br></div><div>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><br></div><div>Hope that helps.</div><div><br></div><div>-- <br></div></div><div class="gmail_signature" data-smartmail="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</div></div>