From d9e6a674ba987b553e31d022c7ddf552a2331037 Mon Sep 17 00:00:00 2001 From: Jeroen Dries Date: Wed, 11 Sep 2024 21:14:42 +0200 Subject: [PATCH] more small udf updates --- docs/udf.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/udf.rst b/docs/udf.rst index 4240ea15f..5f7983764 100644 --- a/docs/udf.rst +++ b/docs/udf.rst @@ -105,7 +105,7 @@ and can be chunked: The back-end has all freedom to choose chunking (e.g. chunk spatially and temporally). Dimensions and their labels are fully preserved. - See :ref:`udf_example_apply` + This function has limited practical use in combination with UDF's. `apply_dimension `_ Applies a process to all pixels *along a given dimension* @@ -135,7 +135,8 @@ and can be chunked: Applies a process to a neighborhood of pixels in a sliding-window fashion with (optional) overlap. Data chunking in this case is explicitly controlled by the user. - Dimensions and number of labels are fully preserved. + Dimensions and number of labels are fully preserved. This is the most versatile + and widely used function to work with UDF's.