Skip to content

Commit

Permalink
more small udf updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries authored Sep 11, 2024
1 parent 2781ceb commit d9e6a67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/udf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://processes.openeo.org/#apply_dimension>`_
Applies a process to all pixels *along a given dimension*
Expand Down Expand Up @@ -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.



Expand Down

0 comments on commit d9e6a67

Please sign in to comment.