Just few weeks ago, QGIS 3.18 has been released - the first version
to include support for point cloud data, thanks to the great support from
the QGIS community in our joint crowdfunding campaign with North Road and Hobu.
We have received a lot of feedback from users and we would like to summarise
the most common problems people have faced, and add a couple of tips on useful
features that are otherwise easy to overlook.
1. I am unable to load LAS/LAZ files
If your QGIS installation does not recognize .las or .laz files (which are the two
point cloud formats that we currently support in QGIS), the most likely source of
the problem will be that the PDAL library needed for reading LAS/LAZ is missing
in your installation. Unfortunately not all installers include it at this point.
Particularly on Windows, there are several options how to install QGIS, and only
one choice is the right one for PDAL support. At the time of writing (April 2021), you need to download
installer from section called “Standalone installers from OSGeo4W testing packages (MSI)”,
here’s a screenshot of what to look for:
On macOS the official all-in-one installers include point cloud support. On Linux, PDAL support depends on the particular distribution/packages, but probably most of them
include point PDAL library.
2. Point cloud is completely flat in 3D
It may happen that you load a point cloud layer, then open the 3D map view and the point
is displayed as a flat surface like on this screenshot:
The reason for this is that the 3D renderer is not enabled for your point cloud layer. To enable 3D renderer, open the Layer Styling panel (there’s F7 shortcut to open it!), then switch to
the second tab (“3D View” - with a cube icon) and change the “No Rendering” option
to some other option - for example “Classification” in case your point cloud is classified.
You should then see your point cloud in 3D.
3. Point cloud is rendered twice - in 3D and in 2D (“flat”)
Commonly when people open 3D view with a point cloud, they may see the point cloud rendered
twice, like in the following screenshot:
The reason is that both 3D rendering and 2D rendering of point cloud is enabled, and therefore
the layer is also rendered as a 2D map texture on top of terrain (which is flat by default).
An easy way how to fix this is to set 2D rendering of the point cloud layer to “Extent Only”
in Layer Styling panel (in the first tab):
If the dashed rectangle marking the extent is still bothering you, it is possible to change
the line symbol to use white (or transparent) colour.
Hopefully in near future we would address unexpected behaviour and layers with a 3D renderer defined
would not be rendered as 2D.
4. I still can’t see my point cloud in 3D view
It could happen that if your point cloud is for a small area, yet the elevation of points is
relatively high: when you first open 3D view or when you click “Zoom Full” button, the view may
get zoomed too close and the actual point cloud data may be behind the camera. Try zooming out
a bit to see if it helps. (This is a bug in QGIS - at this point “zoom full” ignores extra
entities and only takes into account terrain.)
5. Enable “Eye Dome Lighting” in 3D view
For a much better 3D perception of your point cloud, try clicking the “Options” button (with a wrench
icon) in the toolbar of 3D view and enable “Show Eye Dome Lighting” in the pop-up menu. This will
apply extra post-processing that adds slight shading based on the positions of nearby points, and adds
silhouettes when there is a sudden change in depth:
As soon as you zoom into your point cloud more, to the point when individual points can be seen,
the eye dome lighting effect will start to disappear. You can try experimenting with the point size
(in Layer Panel, 3D View tab) - increasing the point size will help.
- A view with point size 2.0 pixels
- The same view with point size 6.0 pixels
6. Try the new camera navigation mode in 3D view
In QGIS 3.18 we have added a new “Walk Mode” camera navigation mode that is much better suited
for inspection of point clouds (compared to the default “Terrain Based” camera navigation mode).
Open 3D map view configuration dialogue, pick “Camera & Skybox” tab and set it here:
Control |
Action |
Mouse move |
Rotate camera |
Mouse wheel |
Change movement speed |
W / Up |
Move forward |
S / Down |
Move backward |
A / Left |
Move left |
D / right |
Move right |
Q / Page up |
Move up |
E / Page dn |
Move down |
7. Use elevation scaling and offset to your advantage
Sometimes it is useful to modify offset and/or scale of the elevation of points (Z values).
For example, if the point elevations do not match your other 3D data, or maybe you have
source data where X,Y coordinates are in meters and Z coordinate is in feet!
Another case when this can be useful, is when your point cloud data are further away from the terrain and
the default “Terrain Based” navigation mode does not work nicely - it expects that data are
near the terrain, and the camera rotates around a point terrain, which may feel strange when
browsing point clouds. A workaround is to apply offset to the point cloud layer to move the points
near the terrain. For example, this is a point cloud which is roughly at 200 meters elevation
(the grey plane is the terrain):
When an offset of -200 is applied to the point cloud in Layer Styling panel, data show up much closer
to the terrain and camera navigation feels more natural:
8. Try circular points in 2D maps
By default QGIS draws points as squares as this is the fastest option. But for higher quality
output you may want to change point symbol style to circle in Layer Styling panel, which
makes things look a little less jagged:
– using squares
– using circles
At this point we always use square points in 3D views - in the future we will likely offer
circular points in 3D views as well.
9. Give us your feedback
We would love to hear from you about your experience with point clouds in QGIS so far, what
features you are missing or what problems you have encountered - feel free to drop us a mail
at [email protected]. If you think you have found a bug, best to file an issue
for it in the QGIS GitHub repository.
With the QGIS 3.18 release, we know we are only at the beginning of a long journey to provide great
point cloud support to the users. The decreasing cost of laser scanning (LIDAR) hardware and increasing
availability of photogrammetric methods means that we will be be seeing point cloud data in GIS
more and more often. There is still a lot of functionality missing for efficient work with raw point clouds,
for easy processing of data and we are still using only a fraction of what the PDAL point cloud library
offers. We are dedicated to provide first class support for point clouds in QGIS - however this cannot
be done without funding. Therefore, if you would like to help us to push point clouds in QGIS
to the next level, please do not hesitate to contact us at [email protected].