From 005e5353ed6a0abc9afc5709a66a3a6adf7908cf Mon Sep 17 00:00:00 2001 From: Antoine Lavenant Date: Wed, 8 Nov 2023 15:27:20 +0100 Subject: [PATCH] update filter documentation --- doc/stages/filters.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/stages/filters.rst b/doc/stages/filters.rst index 13ef2b2439..f6be839867 100755 --- a/doc/stages/filters.rst +++ b/doc/stages/filters.rst @@ -238,6 +238,9 @@ Pointwise Features :ref:`filters.zsmooth` Compute a smoothed 'Z' value based on the 'Z' value of neighboring points. +:ref:`filters.griddecimation` + Assign values for one point (the highest or lowest) per cell of a 2d regular grid. + Assignment ..........