We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae85d73 commit 398f965Copy full SHA for 398f965
docs/udf.rst
@@ -14,6 +14,7 @@ There are a few different types of operations where UDF's can be used:
14
1. Applying a process to each pixel: https://open-eo.github.io/openeo-api/processreference/#apply
15
2. Applying a process to all pixels along a dimension, without changing cardinality: apply_dimension
16
3. Reducing values along a dimension: https://open-eo.github.io/openeo-api/processreference/#reduce
17
+4. Applying a process to all pixels in a multidimensional neighborhood: apply_neighborhood
18
19
Not all functions will require you to write a custom process. For instance, if you want to take the absolute
20
value of your datacube, you can simply use the predefined absolute value function. In fact, it is
0 commit comments