Skip to content

Commit b7b116f

Browse files
committed
Closes #22
1 parent 1880a7d commit b7b116f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

4.44 KB
Loading

workshop/jupyter/content/notebooks/05-raster-data.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,7 @@
408408
"source": [
409409
"With a raster band encapsulated into an array, map algebra and analysis in general become rather simple. As an example, consider the high pass filter defined by the moving window below:\n",
410410
"\n",
411-
"| 0 | -1 | 0 |\n",
412-
"| -1 | 4 | -1 |\n",
413-
"| 0 | -1 | 0 |\n",
411+
"![High-pass filter](../data/HighPassFilter.png)\n",
414412
"\n",
415413
"This is a typical operation in digital imaging processing that also finds application in raster analysis. Applying this moving window to a NumPy array requires the following:"
416414
]

0 commit comments

Comments
 (0)