File: RadiometricIndices.xml

package info (click to toggle)
qgis 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 374,696 kB
  • ctags: 66,263
  • sloc: cpp: 396,139; ansic: 241,070; python: 130,609; xml: 14,884; perl: 1,290; sh: 1,287; sql: 500; yacc: 268; lex: 242; makefile: 168
file content (124 lines) | stat: -rw-r--r-- 4,747 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<root>
  <key>RadiometricIndices</key>
  <exec>otbcli_RadiometricIndices</exec>
  <longname>Radiometric Indices</longname>
  <group>Feature Extraction</group>
  <description>Compute radiometric indices.</description>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
    <key>in</key>
    <name>Input Image</name>
    <description>Input image</description>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
    <key>out</key>
    <name>Output Image</name>
    <description>Radiometric indices output image</description>
    <hidden />
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
    <key>ram</key>
    <name>Available RAM (Mb)</name>
    <description>Available memory for processing (in MB)</description>
    <minValue />
    <maxValue />
    <default>128</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>channels.blue</key>
    <name>Blue Channel</name>
    <description>Blue channel index</description>
    <minValue />
    <maxValue />
    <default>1</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>channels.green</key>
    <name>Green Channel</name>
    <description>Green channel index</description>
    <minValue />
    <maxValue />
    <default>1</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>channels.red</key>
    <name>Red Channel</name>
    <description>Red channel index</description>
    <minValue />
    <maxValue />
    <default>1</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>channels.nir</key>
    <name>NIR Channel</name>
    <description>NIR channel index</description>
    <minValue />
    <maxValue />
    <default>1</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>channels.mir</key>
    <name>Mir Channel</name>
    <description>Mir channel index</description>
    <minValue />
    <maxValue />
    <default>1</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_ListView">ParameterSelection</parameter_type>
    <key>list</key>
    <name>Available Radiometric Indices</name>
    <description>List of available radiometric indices with their relevant channels in brackets:
        Vegetation:NDVI - Normalized difference vegetation index (Red, NIR)
        Vegetation:TNDVI - Transformed normalized difference vegetation index (Red, NIR)
        Vegetation:RVI - Ratio vegetation index (Red, NIR)
        Vegetation:SAVI - Soil adjusted vegetation index (Red, NIR)
        Vegetation:TSAVI - Transformed soil adjusted vegetation index (Red, NIR)
        Vegetation:MSAVI - Modified soil adjusted vegetation index (Red, NIR)
        Vegetation:MSAVI2 - Modified soil adjusted vegetation index 2 (Red, NIR)
        Vegetation:GEMI - Global environment monitoring index (Red, NIR)
        Vegetation:IPVI - Infrared percentage vegetation index (Red, NIR)
        
        Water:NDWI - Normalized difference water index (Gao 1996) (NIR, MIR)
        Water:NDWI2 - Normalized difference water index (Mc Feeters 1996) (Green, NIR)
        Water:MNDWI - Modified normalized difference water index (Xu 2006) (Green, MIR)
        Water:NDPI - Normalized difference pond index (Lacaux et al.) (MIR, Green)
        Water:NDTI - Normalized difference turbidity index (Lacaux et al.) (Red, Green)
        
        Soil:RI - Redness index (Red, Green)
        Soil:CI - Color index (Red, Green)
        Soil:BI - Brightness index (Red, Green)
        Soil:BI2 - Brightness index 2 (NIR, Red, Green)</description>
    <options>
      <choices>
        <choice>ndvi</choice>
        <choice>tndvi</choice>
        <choice>rvi</choice>
        <choice>savi</choice>
        <choice>tsavi</choice>
        <choice>msavi</choice>
        <choice>msavi2</choice>
        <choice>gemi</choice>
        <choice>ipvi</choice>
        <choice>ndwi</choice>
        <choice>ndwi2</choice>
        <choice>mndwi</choice>
        <choice>ndpi</choice>
        <choice>ndti</choice>
        <choice>ri</choice>
        <choice>ci</choice>
        <choice>bi</choice>
        <choice>bi2</choice>
      </choices>
    </options>
    <default>0</default>
  </parameter>
</root>