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", "The calculation in this notebook depends on three parameters:\n",
"\n", "\n",
"- `product_path` is the path to a previously downloaded product\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", "- `index_to_calculate` is one of the supported indices; these are\n",
" - bsi -- bare soil index\n", " - **BSI**: Bare Soil Index\n",
" - nbr -- normalized burn ratio\n", " - **NBR**: Normalized Burn Ratio\n",
" - ndvi -- normalized difference in vegetation\n", " - **NDVI**: Normalized Difference Vegetation Index\n",
" - ndwi -- normalized difference in water\n", " - **NDWI**: normalized Difference Water Index\n",
"\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", "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", "\n",