5

I have a LIDAR data .laz file of a DEM and a cell grid vector file. I want to compute grid cell statistics, like mean and variance using the LiDAR data. How can I do this in QGIS?

Vince
  • 20,017
  • 15
  • 45
  • 64

1 Answers1

6

With QGIS 3.32 (see the changelog) you have some native algorithm in the Processing Toolbox (Ctrl+Alt+T), there you can export the point cloud into a raster format, DEM for example and make statistics with the raster data

enter image description here

Taras
  • 32,823
  • 4
  • 66
  • 137
eurojam
  • 10,762
  • 1
  • 13
  • 27