mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 11:03:40 +02:00
Better explanation for raster files
This commit is contained in:
parent
3e6e2dd09f
commit
b63b6897f3
1 changed files with 4 additions and 1 deletions
|
|
@ -108,7 +108,10 @@
|
|||
"source": [
|
||||
"## Previewing Downloaded Files\n",
|
||||
"\n",
|
||||
"There is a function that, given a resolution and the band name, returns the correct file paths to use with the `rasterio` library.\n",
|
||||
"The largest share of the product size is made up by `*.jp2` files, which are raster images which contain geocoded spectral band information at a fixed resolution.\n",
|
||||
"Data on each spectral band captured by the Sentinel-2 mission is distributed on a per-file basis, which is why most of these files contain data on a single channel only.\n",
|
||||
"An exception is the included True-Color Image, which contains data in red, green and blue channels.\n",
|
||||
"There is a function that, given a resolution and one or more spectral band name, returns the correct file paths.\n",
|
||||
"It contains code to deal with compressed or uncompressed products."
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue