<div dir="ltr"><div dir="ltr"><div>Silvia,<br></div><div><br></div><div>It has been a long time since I've worked with any of the PCL filters. If this isn't working as documented, we should take a closer look at both the code and the documentation. In the meantime, two things you could try.</div><div><br></div><div>1) Instead of passing in the filename of the PCL JSON pipeline, copy and paste the PCL pipeline you are trying to run into the PCL Block methods option. An example of this is shown at <a href="https://pdal.io/tutorial/pcl_spec.html?highlight=pcl#examples">https://pdal.io/tutorial/pcl_spec.html?highlight=pcl#examples</a>.</div><div><br></div><div>2) Don't use PCL if you don't have to. In modern PDAL, we can do almost all of the older PCL functions using built-in filters. For example, you can replace PCL's passthrough with PDAL's range filter. There are a few lingering PCL capabilities that are not replicated, but they should be few and far between.</div><div><br></div><div>Brad<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 3, 2019 at 7:59 AM adam steer <<a href="mailto:adam.d.steer@gmail.com">adam.d.steer@gmail.com</a>> wrote:<br></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 dir="ltr">Hi Silvia<div><br></div><div>to clarify - the ‘passthough.json’ file I’m referring to, which needs checking, is the one which is passed to ‘filters.pclblock’:</div><div><br></div><div><div class="gmail_default" style="color:rgb(80,0,80)"><span style="white-space:pre-wrap">    </span>{</div><div class="gmail_default" style="color:rgb(80,0,80)"><span style="white-space:pre-wrap">           </span>"type":"filters.pclblock",</div><div class="gmail_default" style="color:rgb(80,0,80)"><span style="white-space:pre-wrap">              </span>"filename":"passthrough.json"</div><div class="gmail_default" style="color:rgb(80,0,80)"><span style="white-space:pre-wrap">   </span>},</div></div><div><br></div><div>hope that helps</div><div><br></div><div>Adam</div><div><br></div></div></div>
_______________________________________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/pdal</a></blockquote></div>