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