Skip to content

Commit e44ca91

Browse files
committed
Fix PDAL algorithms output name
1 parent 422b3c1 commit e44ca91

1 file changed

Lines changed: 20 additions & 16 deletions

File tree

docs/user_manual/processing_algs/qgis/pointclouddatamanagement.rst

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,11 @@ Advanced parameters
319319
- Specify the underlying format in which data are stored
320320
for Virtual Point Cloud (:file:`.VPC`) output.
321321
Possible formats are:
322-
322+
323323
* 0 --- ``COPC``
324324
* 1 --- ``LAZ``
325325
* 2 --- ``LAS``
326-
326+
327327
LAZ/LAS may be faster to process, however only
328328
allow rendering of the point cloud extents.
329329

@@ -749,7 +749,7 @@ Parameters
749749
* - **Number of neighbors for terrain interpolation**
750750
- ``COUNT``
751751
- [numeric: integer]
752-
752+
753753
Default: 1
754754
- The number of neighboring ground
755755
points used to interpolate the terrain elevation.
@@ -759,12 +759,13 @@ Parameters
759759

760760
Default: 0.0
761761
- Maximum distance used to limit the search radius. If set to 0, the search distance is unlimited.
762-
* - **Height above ground (nearest neighbour)**
762+
* - **Height above ground**
763763
- ``OUTPUT``
764764
- [point cloud]
765765

766766
Default: ``[Save to temporary file]``
767-
- Specify the point cloud file to export the point cloud with height above ground value. :ref:`One of <output_parameter_widget>`:
767+
- Specify the point cloud file to export the point cloud with height above ground value.
768+
:ref:`One of <output_parameter_widget>`:
768769

769770
.. include:: ../algs_include.rst
770771
:start-after: **file_output_types**
@@ -810,7 +811,7 @@ Outputs
810811
- Name
811812
- Type
812813
- Description
813-
* - **Height above ground (nearest neighbour)**
814+
* - **Height above ground**
814815
- ``OUTPUT``
815816
- [point cloud]
816817
- Output point cloud layer with height above ground calculated for each point.
@@ -981,12 +982,13 @@ Parameters
981982
- Value used to multiply the standard deviation of the mean distances in order to
982983
compute the threshold for classifying points as noise.
983984
Higher values result in fewer points being classified as noise.
984-
* - **Filtered (statistical algorithm)**
985+
* - **Filtered noise**
985986
- ``OUTPUT``
986987
- [point cloud]
987988

988989
Default: ``[Save to temporary file]``
989-
- Specify the point cloud file to export the filtered point cloud to. :ref:`One of <output_parameter_widget>`:
990+
- Specify the point cloud file to export the filtered point cloud to.
991+
:ref:`One of <output_parameter_widget>`:
990992

991993
.. include:: ../algs_include.rst
992994
:start-after: **file_output_types**
@@ -1032,7 +1034,7 @@ Outputs
10321034
- Name
10331035
- Type
10341036
- Description
1035-
* - **Filtered (statistical algorithm)**
1037+
* - **Filtered noise**
10361038
- ``OUTPUT``
10371039
- [point cloud]
10381040
- Output point cloud layer where points are classified as noise based on the statistical filter.
@@ -1094,12 +1096,13 @@ Parameters
10941096

10951097
Default: 1.0
10961098
- Search radius for counting neighboring points.
1097-
* - **Filtered (radius algorithm)**
1099+
* - **Filtered noise**
10981100
- ``OUTPUT``
10991101
- [point cloud]
11001102

11011103
Default: ``[Save to temporary file]``
1102-
- Specify the point cloud file to export the filtered point cloud to. :ref:`One of <output_parameter_widget>`:
1104+
- Specify the point cloud file to export the filtered point cloud to.
1105+
:ref:`One of <output_parameter_widget>`:
11031106

11041107
.. include:: ../algs_include.rst
11051108
:start-after: **file_output_types**
@@ -1145,7 +1148,7 @@ Outputs
11451148
- Name
11461149
- Type
11471150
- Description
1148-
* - **Filtered (radius algorithm)**
1151+
* - **Filtered noise**
11491152
- ``OUTPUT``
11501153
- [point cloud]
11511154
- Output point cloud layer where points are classified as noise based on the statistical filter.
@@ -1201,15 +1204,16 @@ Parameters
12011204
* - **Number of neighbors for terrain construction**
12021205
- ``COUNT``
12031206
- [numeric: integer]
1204-
1207+
12051208
Default: 10
12061209
- The number of neighboring ground-classified points used to construct the terrain surface for elevation interpolation.
1207-
* - **Height above ground (delaunay algorithm)**
1210+
* - **Height above ground**
12081211
- ``OUTPUT``
12091212
- [point cloud]
12101213

12111214
Default: ``[Save to temporary file]``
1212-
- Specify the point cloud file to export the point cloud with height above ground value. :ref:`One of <output_parameter_widget>`:
1215+
- Specify the point cloud file to export the point cloud with height above ground value.
1216+
:ref:`One of <output_parameter_widget>`:
12131217

12141218
.. include:: ../algs_include.rst
12151219
:start-after: **file_output_types**
@@ -1255,7 +1259,7 @@ Outputs
12551259
- Name
12561260
- Type
12571261
- Description
1258-
* - **Height above ground (nearest neighbour)**
1262+
* - **Height above ground**
12591263
- ``OUTPUT``
12601264
- [point cloud]
12611265
- Output point cloud layer with height above ground calculated for each point.

0 commit comments

Comments
 (0)