File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
python/plugins/processing/algs/grass7/description Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ i.vi
2
+ Calculates different types of vegetation indices.
3
+ Imagery (i.*)
4
+ ParameterRaster|red|Name of input red channel surface reflectance map [0.0-1.0]|True
5
+ ParameterSelection|viname|Type of vegetation index|arvi;dvi;evi;evi2;gvi;gari;gemi;ipvi;msavi;msavi2;ndvi;pvi;savi;sr;vari;wdvi|10
6
+ ParameterRaster|nir|Name of input nir channel surface reflectance map [0.0-1.0]|True
7
+ ParameterRaster|green|Name of input green channel surface reflectance map [0.0-1.0]|True
8
+ ParameterRaster|blue|Name of input blue channel surface reflectance map [0.0-1.0]|True
9
+ ParameterRaster|band5|Name of input 5th channel surface reflectance map [0.0-1.0]|True
10
+ ParameterRaster|band7|Name of input 7th channel surface reflectance map [0.0-1.0]|True
11
+ ParameterString|soil_line_slope|Value of the slope of the soil line (MSAVI2 only)|None|False|True
12
+ ParameterString|soil_line_intercept|Value of the factor of reduction of soil noise (MSAVI2 only)|None|False|True
13
+ ParameterString|soil_noise_reduction|Value of the slope of the soil line (MSAVI2 only)|None|False|True
14
+ ParameterSelection|storage_bit|Maximum bits for digital numbers|7;8;9;10;16|1
15
+ OutputRaster|output|Vegetation Index
You can’t perform that action at this time.
0 commit comments