Skip to content

Commit 398f965

Browse files
committed
also mention apply_neighborhood
1 parent ae85d73 commit 398f965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/udf.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ There are a few different types of operations where UDF's can be used:
1414
1. Applying a process to each pixel: https://open-eo.github.io/openeo-api/processreference/#apply
1515
2. Applying a process to all pixels along a dimension, without changing cardinality: apply_dimension
1616
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
1718

1819
Not all functions will require you to write a custom process. For instance, if you want to take the absolute
1920
value of your datacube, you can simply use the predefined absolute value function. In fact, it is

0 commit comments

Comments
 (0)