You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workshop/jupyter/content/notebooks/05-raster-data.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@
28
28
"\n",
29
29
"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",
"*A matrix of values composing a raster from [StackOverflow](http://stackoverflow.com/questions/26705092/plot-a-matrix-values-as-colors)*\n",
33
33
"\n",
34
34
"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",
0 commit comments