Skip to content

Commit

Permalink
Point cloud layer export and filtering (#9271)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Oct 2, 2024
2 parents 1bb9232 + 5280514 commit 18f04e3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
26 changes: 23 additions & 3 deletions docs/user_manual/managing_data_source/create_layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,12 @@ algorithm <processing_algs>`.
Creating new layers from an existing layer
==========================================

Both raster and vector layers can be saved in a different format and/or
Layers (raster, vector and point cloud) can be saved in a different format and/or
reprojected to a different coordinate reference system (CRS) using the
:menuselection:`Layer --> Save As...` menu or right-clicking on the
layer in the :guilabel:`Layers panel` and selecting:

* :menuselection:`Export --> Save As...` for raster layers
* :menuselection:`Export --> Save As...` for raster and point cloud layers
* :menuselection:`Export --> Save Features As...` or
:menuselection:`Export --> Save Selected Features As...` for vector
layers.
Expand All @@ -364,7 +364,7 @@ Among the common parameters for raster and vector are:
using the :ref:`extent_selector <extent_selector>` widget
* :guilabel:`Add saved file to map`: to add the new layer to the canvas

However, some parameters are specific to raster and vector formats:
However, some parameters are specific to certain formats:

Raster specific parameters
--------------------------
Expand Down Expand Up @@ -494,6 +494,26 @@ decide whether to:

For formats like ESRI Shapefile, MapInfo .tab, feature append is also available.

Point Cloud specific parameters
-------------------------------

Similar to raster and vector layers, point cloud layers can be saved in a different
format and/or reprojected to a different coordinate reference system (CRS).
This allows you to export a point cloud layer to vector or point cloud formats.
Current supported formats are: Temporary scratch (memory layer), GeoPackage, ESRI Shapefile,
DXF and LAS/LAZ point cloud.
In addition to the common parameters listed above, exporting point cloud layers includes the following options:

* :guilabel:`Filter by Polygon Layer`: Allows you to filter the point cloud data based on a polygon layer.
* :guilabel:`Elevation Range`: Enables filtering of the point cloud data based on a specified Z range.
* :guilabel:`Limit number of points`: Provides an option to limit the number of points exported from the point cloud layer.

.. _figure_saveas_pointcloud:

.. figure:: img/saveas_pointcloud.png
:align: center

Saving a point cloud layer as a new layer

.. index:: DXF Export
.. _create_dxf_files:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/user_manual/working_with_point_clouds/point_clouds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ attribute table of point clouds in QGIS. However, the |identify|
:ref:`Identify tool <identify>` supports point clouds, so you can display all
attributes, even of a single data point.

If you want to create a new layer, in the same or another supported format,
from an existing point cloud layer, see :ref:`Creating new layers from an existing layer <general_saveas>`.


.. _`point_clouds_properties`:

Expand Down

0 comments on commit 18f04e3

Please sign in to comment.