mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Better formatting in list of indices
This commit is contained in:
parent
76599830ba
commit
89d34e891b
1 changed files with 5 additions and 5 deletions
|
|
@ -14,11 +14,11 @@
|
|||
"The calculation in this notebook depends on three parameters:\n",
|
||||
"\n",
|
||||
"- `product_path` is the path to a previously downloaded product\n",
|
||||
"- `index_to_calculate` is one of the supported indices; these are 'ndvi'\n",
|
||||
" - bsi -- bare soil index\n",
|
||||
" - nbr -- normalized burn ratio\n",
|
||||
" - ndvi -- normalized difference in vegetation\n",
|
||||
" - ndwi -- normalized difference in water\n",
|
||||
"- `index_to_calculate` is one of the supported indices; these are\n",
|
||||
" - **BSI**: Bare Soil Index\n",
|
||||
" - **NBR**: Normalized Burn Ratio\n",
|
||||
" - **NDVI**: Normalized Difference Vegetation Index\n",
|
||||
" - **NDWI**: normalized Difference Water Index\n",
|
||||
"\n",
|
||||
"The formulas for the indices below are ported from versions [provided by Sentinel Hub](https://custom-scripts.sentinel-hub.com/custom-scripts/sentinel-2/indexdb/), which implements indices listed in the [Index DataBase](https://www.indexdatabase.de/).\n",
|
||||
"\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue