From 89d34e891baf516eea6054f88cb1ca2a8d0b19fb Mon Sep 17 00:00:00 2001 From: heyarne Date: Fri, 19 Mar 2021 17:28:10 +0000 Subject: [PATCH] Better formatting in list of indices --- sources/02d-spectral-indices.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/02d-spectral-indices.ipynb b/sources/02d-spectral-indices.ipynb index c80f48c..5eb772a 100644 --- a/sources/02d-spectral-indices.ipynb +++ b/sources/02d-spectral-indices.ipynb @@ -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",