[pdal] Request for Kind Assistance with the fusion of awk and pcd

Ashikur Rahman ashikurrahman2009 at gmail.com
Wed Sep 4 18:02:56 PDT 2019


Hi,

Is it possible to run the awk and pcd translate command in the same loop in
bash ?

I am trying to remove the rows where my first column contains a value of
zero and they converting those files into csv file with the following
command

for file in *.pcd
> do
> awk '$1!=0'
> pdal translate $file $(file%.pcd).csv
> done

Can anyone please help me whether this kind of command works in the pdal
environment ?

Thanks
Ashik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20190904/f42e434d/attachment.html>


More information about the pdal mailing list