Skip to content

Commit 789c3b4

Browse files
committed
Resolved conflicts in Section 05-Raster
2 parents 1c77fa4 + 293f5c3 commit 789c3b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"source": [
381381
"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",
382382
"\n",
383-
"![High-pass filter](../data/HighPassFilter.png)\n",
383+
"![High-pass filter](./images/HighPassFilter.png)\n",
384384
"\n",
385385
"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:"
386386
]
@@ -527,8 +527,8 @@
527527
],
528528
"metadata": {
529529
"@webio": {
530-
"lastCommId": "6C5F3A000AE541CD826688666803CB4A",
531-
"lastKernelId": "9e62628c-a822-4edf-a9ff-7066188764f9"
530+
"lastCommId": "F6610E5803C146D98098EE9BC6BF4360",
531+
"lastKernelId": "fe2a3598-36df-489e-aaef-b41220a8184e"
532532
},
533533
"kernelspec": {
534534
"display_name": "Python 3",

workshop/jupyter/content/data/HighPassFilter.png renamed to workshop/jupyter/content/notebooks/images/HighPassFilter.png

File renamed without changes.

0 commit comments

Comments
 (0)