1i.tasscap(1) GRASS GIS User's Manual i.tasscap(1)
2
3
4
6 i.tasscap - Performs Tasseled Cap (Kauth Thomas) transformation.
7
9 imagery, transformation, Landsat, MODIS, Worldview, Sentinel, Tasseled
10 Cap transformation
11
13 i.tasscap
14 i.tasscap --help
15 i.tasscap input=name[,name,...] output=basename sensor=string [--over‐
16 write] [--help] [--verbose] [--quiet] [--ui]
17
18 Flags:
19 --overwrite
20 Allow output files to overwrite existing files
21
22 --help
23 Print usage summary
24
25 --verbose
26 Verbose module output
27
28 --quiet
29 Quiet module output
30
31 --ui
32 Force launching GUI dialog
33
34 Parameters:
35 input=name[,name,...]Â [required]
36 For Landsat4-7: bands 1, 2, 3, 4, 5, 7; for Landsat8: bands 2, 3,
37 4, 5, 6, 7; for MODIS: bands 1, 2, 3, 4, 5, 6, 7; for Sentinel-2:
38 bands 1 to 12, 8A; for Worldview-2: bands 1, 2, 3, 4, 5, 6, 7, 8
39
40 output=basename [required]
41 basename for output raster map(s)
42 Name for output basename raster map(s)
43
44 sensor=string [required]
45 Satellite sensor
46 Options: landsat4_tm, landsat5_tm, landsat7_etm, landsat8_oli,
47 modis, sentinel2, worldview2
48
50 i.tasscap calculates Tasseled Cap (Kauth Thomas, TC) transformation for
51 Landsat TM data (TM4, TM5, ETM7), MODIS and Sentinel-2 data. The tas‐
52 seled cap transformation is effectively a compression method to reduce
53 multiple spectral data into a few bands. The method was originally
54 developed for understanding important phenomena of crop development in
55 spectral space (Kauth and Thomas, 1976).
56
57 Tasseled cap coefficients for Landsat 7 ETM+ are at-satellite
58 reflectance values (C. Huang et al., 2001), the conversion can be
59 achieved with i.landsat.toar.
60
61 The following tasseled cap components are generated:
62
63 · tasscap.1: corresponds to brightness,
64
65 · tasscap.2: corresponds to greenness,
66
67 · tasscap.3: corresponds to wetness,
68
69 · tasscap.4: corresponds to atmospheric haze (only selected sen‐
70 sors: Landsat 5,7,8).
71
73 Calculation of TC maps from North Carolina Landsat 7 ETM scene:
74 # See manual page of i.landsat.toar for pre-processing
75 g.region raster=lsat7_2002_toar.1 -p
76 i.tasscap sensor=landsat7_etm \
77 input=lsat7_2002_toar.1,lsat7_2002_toar.2,lsat7_2002_toar.3,lsat7_2002_toar.4,lsat7_2002_toar.5,lsat7_2002_toar.7 \
78 output=lsat7_2002_tasscap
79 Results:
80
81 Â ’Brightness’ Tasseled Cap component 1 Â ’Greenness’ Tasseled Cap component 2
82
83 Â ’Wetness’ Tasseled Cap component 3 Â ’Atmospheric haze’ Tasseled Cap component 4
84
85
87 · LANDSAT-4/LANDSAT-5: TC-factor changed to CRIST et al. 1986,
88 Proc. IGARSS 1986, p.1467
89
90 · Crist, E. P., 1985, A TM tasseled cap equivalent transformation
91 for reflectance factor data, Remote Sensing of Environment, 17:
92 301-306.
93
94 · LANDSAT-7: TASSCAP factors cited from: DERIVATION OF A TASSELED
95 CAP TRANSFORMATION BASED ON LANDSAT 7 AT-SATELLITE REFLECTANCE.
96 Chengquan Huang, Bruce Wylie, Limin Yang, Collin Homer and Gre‐
97 gory Zylstra Raytheon ITSS, USGS EROS Data Center Sioux Falls,
98 SD 57198, USA (http://landcover.usgs.gov/pdf/tasseled.pdf).
99 This is published as well in INT. J. OF RS, 2002, VOL 23, NO.
100 8, 1741-1748.
101
102 · MODIS Tasseled Cap coefficients - Ref: Lobser & Cohen (2007).
103 MODIS tasseled cap: land cover characteristics expressed
104 through transformed MODIS data. International Journal of
105 Remote Sensing, Volume 28(22), Table 3
106
107 · Sentinel-2 Tasseled Cap coefficients - Ref: Nedkov, R. (2017).
108 Orthogonal transformation of segmented images from the satel‐
109 lite Sentinel-2. Comptes rendus de l’Académie bulgare des
110 sciences, 70:687-692.
111
112 · Yarbrough, L., Navulur, R., 2014, Presentation of the
113 Kauth-Thomas transform for WorldView-2 reflectance data. Remote
114 Sensing Letters. 5. DOI: 10.1080/2150704X.2014.885148.
115
117 i.albedo, i.atcorr, i.landsat.toar, i.vi
118
120 Dr. Agustin Lobo, original script, 1997
121
122 Markus Neteler, ITC-irst, 2001
123
124 Converted to Python by Glynn Clements
125
126 Code improvements by Leonardo Perathoner
127
128 Sentinel-2 support by Veronica Andreo
129
130 Worldview-2 support by Markus Neteler
131
133 Available at: i.tasscap source code (history)
134
135 Main index | Imagery index | Topics index | Keywords index | Graphical
136 index | Full index
137
138 © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
139
140
141
142GRASS 7.8.5 i.tasscap(1)