[pdal] Fwd: Filtering PCD file with PDAL

Jim Klassen klassen.js at gmail.com
Thu Sep 5 11:41:24 PDT 2019


The \ isn't needed.  Use single quotes (or you need to escape the !)

pdal translate $file $(file%.pcd).csv range --filters.range.limits='X![0:0]'


On 9/5/19 1:20 PM, Ashikur Rahman wrote:
> Hi,
>
> I am trying to filter the rows where a certain column contains value 0 with the following command
>
> for file in *.pcd
> > do
> > pdal translate $file $(file%.pcd).csv range \ --filters.range.limits="x![0:0]"
>
>
> But it's giving me an error like " bash: ! [0: event not found
>
> Herewith,I have also attached the pcd file. Can anyone please guide me where I am making mistake ?
>
> Thanks
> Ashik
>
> _______________________________________________
> pdal mailing list
> pdal at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pdal

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20190905/07ae57ac/attachment.html>


More information about the pdal mailing list