From f911f4992c207f9d8426fdb7fdcf224fb85fa639 Mon Sep 17 00:00:00 2001 From: Antoine Lavenant Date: Wed, 8 Nov 2023 15:21:30 +0100 Subject: [PATCH] update documentation --- doc/stages/filters.griddecimation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/stages/filters.griddecimation.rst b/doc/stages/filters.griddecimation.rst index 48ff342abd..372ecc26d5 100755 --- a/doc/stages/filters.griddecimation.rst +++ b/doc/stages/filters.griddecimation.rst @@ -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 @@ -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]