mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Fix logo size and add overview to each chapter
This commit is contained in:
parent
eeb1427cb1
commit
89eae74a64
6 changed files with 181 additions and 37 deletions
|
|
@ -152,10 +152,12 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"indices = {\n",
|
||||
" # normalized difference in vegetation\n",
|
||||
" 'ndvi': (div, (sub, 'B08', 'B04'), (add, 'B08', 'B04')),\n",
|
||||
" # normalized burn ratio\n",
|
||||
" 'nbr': (div, (sub, 'B08', 'B12'), (add, 'B08', 'B12')),\n",
|
||||
" # normalized difference in vegetation\n",
|
||||
" 'ndvi': (div, (sub, 'B08', 'B04'), (add, 'B08', 'B04')),\n",
|
||||
" # normalized difference in water index\n",
|
||||
" 'ndwi': (div (sub, 'B03', 'B08'), (add, 'B03', 'B08')),\n",
|
||||
" # bare soil index\n",
|
||||
" 'bsi': (div, (sub, (add, 'B11', 'B04'), (add, 'B08', 'B02')),\n",
|
||||
" (add, (add, 'B11', 'B04'), (add, 'B08', 'B02')))\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue