loader image
Skip to main content

5. Interpolate point cloud with TIN

We can now interpolate the clipped VPC layer to a raster. We'll use the TIN method here.

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

pdal_wrench to_raster_tin --output=dsm.tif --resolution=1 --threads=16 --input=center.vpc

This is quite a calculation, so it will take some time. If it fails, try it with a smaller area.

2. Check the result in QGIS


In the next chapters, we'll use some commands with LAZ files instead of VPC files.