Skip to content

Commit fba6791

Browse files
committed
Closes #168
1 parent 7314185 commit fba6791

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"\n",
2929
"A raster captures a continuous phenomenon into a ***regular tessellation*** of space. Within each tile or cell of the raster the value of the phenomenon or variable of concern is constant. The location and size of each cell is perfectly known since the tessellation is regular. This process of collecting a continuous variable into a raster is sometimes referred to as ***discretisation***.\n",
3030
"\n",
31-
"![Raster](https://camo.githubusercontent.com/bf207b7f1a4bc70ae8cf652921320c6ff3a0e280/687474703a2f2f6c65732d656a6b2e637a2f736b6f6c656e692f67726173732f75766f642f5f696d616765732f7261737465722d64657461696c2d64657461696c2e706e67)\n",
32-
"*A matrix of values composing a raster*\n",
31+
"![Raster](images/raster-matrix.jpg)\n",
32+
"*A matrix of values composing a raster from [StackOverflow](http://stackoverflow.com/questions/26705092/plot-a-matrix-values-as-colors)*\n",
3333
"\n",
3434
"As many satellites carry various sensors on board, often raster files represent more than one phenomenon or variable. In essence, it is composed by more than one overlapping matrices. These individual matrices are known as ***bands***.\n",
3535
"\n",

0 commit comments

Comments
 (0)