loader image
Skip to main content

7. Clip a LAZ file with a polygon layer

The LAZ file can be clipped with pdal_wrench clip command. Yes, that's the same one we've used for the VPC.

1. At the terminal prompt type the following command and press <Enter>:

pdal_wrench clip --input=merged.laz --polygon=boundary.shp --output=clipped.laz


2. Check the result in QGIS.