Skip to content

Commit

Permalink
Issue Open-EO#84: drop misleading notes on apply_neighborhood
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jan 10, 2024
1 parent 10b68ce commit 242d8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/1.0/cookbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ var cube_s2_highpass = builder.apply_kernel(cube_s2_b8, highpass)
<figcaption>Above a combined edge detection RGB can be seen. Sobel 3x3 vertical and horizontal edge detections are displayed as red and green, and a 5x5 highpass filter is displayed as blue. For this, all kernels in the code block above were applied and the sucessive cubes were merged afterwards.</figcaption>
</figure>

Pre-defined processes (`median`, `max`, `sd` etc.) can be applied to spatial, temporal or even spatio-temporal neighbourhoods with `apply_neighborhood`. Due to lack of implementation by back-ends, this is not covered at this point. Some notes on the process `apply_dimension` will follow soon.
Some notes on the process `apply_dimension` will follow soon.

## Endnote

Expand Down

0 comments on commit 242d8d2

Please sign in to comment.