[pdal] Request for Kind Assistance with Data Filtering (PCD)
Andrew Bell
andrew.bell.ia at gmail.com
Tue Sep 3 04:14:03 PDT 2019
Single command line? Why not just loop through the files? In bash:
for (file in *.pcd)
do
pdal translate $file ${file##*.}csv
done
On Mon, Sep 2, 2019 at 10:48 PM Ashikur Rahman <ashikurrahman2009 at gmail.com>
wrote:
> Hi,
>
> I have multiple numbers of PCD files in my folder. If I use the pdal
> translate file.pcd file.csv, I need to run this command for every single
> time when I want to convert a pcd file.But I need to create individual csv
> file for every single pcd file using a single command line. Is it possible
> to perform this action via PDAL? If so, any help will be very appreciated
>
> Thank you very much for your valuable time. I will wait for your kind
> feedback.
>
> Bets
> Ashik
> _______________________________________________
> pdal mailing list
> pdal at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pdal
--
Andrew Bell
andrew.bell.ia at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20190903/4fc23ba0/attachment.html>
More information about the pdal
mailing list