<div dir="ltr"><div dir="ltr"><div>Alison,</div><div><br></div><div>Sorry to hear you are having trouble. PDAL hasn't built the PCL VoxelGrid filter for some time now. It would be helpful to know which version of PDAL you are using and also how it is you have built the VoxelGrid filter (e.g., did you download from <a href="https://github.com/PDAL/unsuppported-plugins?">https://github.com/PDAL/unsuppported-plugins?</a>).</div><div><br></div><div>You'll notice that the referenced repository is marked as unsupported, and none of the filters are guaranteed to work with PDAL's most recent releases. PDAL has added quite a few VoxelGrid alternatives, which you'll find in the documentation. Hopefully one of these suits your needs.</div><div><br></div><div>Brad<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 2, 2020 at 12:22 PM alison.cramer3 <<a href="mailto:alisoncramer@nevada.unr.edu">alisoncramer@nevada.unr.edu</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">Hi all.  So I am having trouble getting PDAL to find my PCL plugin.  The<br>
filters are listed and showing in the bin folder in my PDAL environment.  I<br>
have tried to set driver path to the bin folder, but PDAL drivers still does<br>
not show the pcl voxelgrid, which is what I am looking to use.  I don't<br>
understand why this is so hard?!<br>
<br>
Here's my code:<br>
<br>
PDAL translate ./Desktop/anaconda3/envs/PDAL/lib/N18_merged.laz<br>
./Desktop/anaconda3/envs/PDAL/N18mergedvgrid.laz<br>
./Desktop/anaconda3/envs/PDAL/bin/pcl_voxel_grid<br>
filters.voxelgrid.leaf_x=0.1 —filters.voxelgrid.leaf_y=0.1<br>
--filters.voxelgrid.leaf_z=0.1<br>
<br>
PDAL: Couldn't create filter stage of type<br>
'filters../Desktop/anaconda3/envs/PDAL/bin/pcl_voxel_grid'.<br>
You probably have a version of PDAL that didn't come with a plugin<br>
you're trying to load.  Please see the FAQ at <a href="https://pdal.io/faq" rel="noreferrer" target="_blank">https://pdal.io/faq</a><br>
<br>
<br>
I have also tried: <br>
<br>
PDAL translate ./Desktop/anaconda3/envs/PDAL/lib/N18_merged.laz<br>
./Desktop/anaconda3/envs/PDAL/N18mergedvgrid.laz volexgrid /<br>
filters.voxelgrid.leaf_x=0.1 —filters.voxelgrid.leaf_y=0.1<br>
--filters.voxelgrid.leaf_z=0.1<br>
<br>
PDAL: Couldn't create filter stage of type 'filters.volexgrid'.<br>
You probably have a version of PDAL that didn't come with a plugin<br>
you're trying to load.  Please see the FAQ at <a href="https://pdal.io/faq" rel="noreferrer" target="_blank">https://pdal.io/faq</a><br>
<br>
Here's my file location: <br>
<br>
/Users/alisoncramer/Desktop/anaconda3/envs/PDAL/bin/pcl_voxel_grid<br>
<br>
Thanks in advance if you can help me fix this problem!  <br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/PDAL-f4600080.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/PDAL-f4600080.html</a><br>
_______________________________________________<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>