Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Feb 26, 2024
1 parent 9ca24c3 commit f911f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/stages/filters.griddecimation.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.. _filters.griddecimation:

filters.griddecimation
============
===========================================================================================================================================================================

The **grid decimation filter** transform only one point in each cells of a grid calculated from the points cloud and a resolution therm. The transformation is done by the value information. The selected point could be the highest or the lowest point on the cell. It can be used, for exemple, to quickly filter vegetation points in order to keep only the canopy points.

.. embed::

Example
-------
---------------------------------------------------------------------------------------------------------
This example transform highest points of classification 5 in classification 9, on a grid of 0.75m square.

.. code-block:: json
Expand All @@ -30,7 +30,7 @@ This example transform highest points of classification 5 in classification 9, o
Options
-------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------

output_type
The type of points transform by the value information. The value should be ``"max"`` for transform the highest point, or ``"min"`` for the lowest. [Default: false]
Expand Down

0 comments on commit f911f49

Please sign in to comment.