[pdal] Removing dimensions

Andrew Bell andrew.bell.ia at gmail.com
Tue Aug 16 03:47:05 PDT 2022


You should review the LAS specification and learn about the point formats.
The dimensions are predetermined by the point format, though you can add
extra dimensions to the base set.

On Tue, Aug 16, 2022, 2:44 AM Micha Silver <tsvibar at gmail.com> wrote:

> Is there a possibility to run a pdal pipeline to remove certain
> (unnecessary/unused) dimensions?
>
> This works fine:
>
> pdal translate -i HavatEden_2_pointcloud.las -o pointcloud.laz
>
>
> but:
>
> pdal translate -i HavatEden_2_pointcloud.las -o pointcloud.laz --dims
> intensity,return_number,number_of_returns,classification
> PDAL: kernels.translate: Unexpected argument 'dims'.
>
>
> I also tried a few options in a json pipeline file but nothing was
> recognized. Is there a filter type that recognizes the "dimensions"
> argument?
>
>
> Thanks
>
> --
> Micha Silver
> Ben Gurion Univ.
> Sde Boker, Remote Sensing Lab
> cell: +972-523-665918
>
> _______________________________________________
> 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/20220816/5928af02/attachment.htm>


More information about the pdal mailing list