Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions workshop/jupyter/content/notebooks/05-raster-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,28 @@
"The earliest examples of raster data are aerial photographs taken on board of aircraft that are transformed into digital format. The photograph would become a matrix of geo-referenced values - the raster. \n",
"\n",
"![Aerial photograph](https://upload.wikimedia.org/wikipedia/commons/c/c7/Cecil_Shadbolt_collection_-_54_-_An_aerial_view_showing_Stonebridge_Road%2C_Stamford_Hill%2C_and_Seven_Sisters_Curve%2C_part_of_the_Tottenham_and_Hampstead_Junction_Railway%2C_taken_from_2000ft.jpg)\n",
"\n",
"*Image from [Wikipedia](https://en.wikipedia.org/wiki/Aerial_photography#/media/File:Cecil_Shadbolt_collection_-_54_-_An_aerial_view_showing_Stonebridge_Road,_Stamford_Hill,_and_Seven_Sisters_Curve,_part_of_the_Tottenham_and_Hampstead_Junction_Railway,_taken_from_2000ft.jpg)*\n",
"\n",
"![Satellite image](https://miro.medium.com/max/315/1*ibilH1kPEWujNaUhwM5ezA.jpeg)\n",
"\n",
"*Satellite image from [Sentinel Hub](https://www.sentinel-hub.com/blog/building-added-value-services-top-sentinel-hub)*\n",
"\n",
"![Digital Elevation Model](https://gisgeography.com/wp-content/uploads/2022/04/SRTM-DEM-300x161.jpg)\n",
"\n",
"*Digital Elevation Model from [GISGeography.com](https://gisgeography.com/free-global-dem-data-sources/)*\n",
"\n",
"A raster captures a continuous phenomenon into a ***regular [tessellation](https://en.wikipedia.org/wiki/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",
"\n",
"![Raster](images/raster-matrix.jpg)\n",
"\n",
"*A matrix of values composing a raster from [StackOverflow](http://stackoverflow.com/questions/26705092/plot-a-matrix-values-as-colors)*\n",
"\n",
"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",
"\n",
"\n",
"![Raster bands](https://raw.githubusercontent.com/NEONScience/NEON-Data-Skills/dev-aten/graphics/hyperspectral-general/RGBSTack_1.jpg)\n",
"\n",
"*Three visible bands from a satellite can be combined into a colour image. Source: [Neon Science](https://www.neonscience.org/dc-multiband-rasters-r)*"
]
},
Expand Down Expand Up @@ -523,9 +528,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.12.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}