Skip to content
Snippets Groups Projects
Commit 79869cc5 authored by Christophe974's avatar Christophe974
Browse files

NDVI formula change in documentation

parent dcc35994
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ Here are the radiometric indices available for computing in Sen2Chain. Indices c
:widths: 50
:header-rows: 0
* - $$NDVI = {{NIR-VIR}\over{NIR+VIR}}$$
* - $$NDVI = {{NIR-RED}\over{NIR+RED}}$$
* - $$NDWI(McFeeters) = {{GREEN-NIR}\over{GREEN+NIR}}$$
* - $$NDWI(Gao) = {{NIR-SWIR}\over{NIR+SWIR}}$$
* - $$MNDWI = {{GREEN-SWIR}\over{GREEN+SWIR}}$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment