Better formatting in list of indices

This commit is contained in:
heyarne 2021-03-19 17:28:10 +00:00
commit 89d34e891b

View file

@ -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",