i.tasscap.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <h2>DESCRIPTION</h2>
  2. <em>i.tasscap</em> calculates Tasseled Cap (Kauth Thomas, TC) transformation
  3. for Landsat TM data (TM4, TM5, ETM7) and MODIS data.
  4. The tasseled cap transformation is effectively a compression method to
  5. reduce multiple spectral data into a few bands. The method was originally
  6. developed for understanding important phenomena of crop development in
  7. spectral space (Kauth and Thomas 1976).
  8. <p>
  9. Tasseled cap coefficients for Landsat 7 ETM+ are at-satellite reflectance
  10. values (C. Huang et al., 2001), the conversion can be achieved with
  11. <em>i.landsat.toar</em>.
  12. <p>
  13. The following TC components are generated:
  14. <ul>
  15. <li> tasscap.1: corresponds to brightness,
  16. <li> tasscap.2: corresponds to greenness,
  17. <li> tasscap.3: corresponds to wetness,
  18. <li> tasscap.4: corresponds to atmospheric haze (only selected sensors: Landsat 5,7,8).
  19. </ul>
  20. <h2>EXAMPLE</h2>
  21. Calculation of TC maps from North Carolina Landsat 7 ETM scene:
  22. <div class="code"><pre>
  23. g.region raster=lsat7_2002_10 -p
  24. i.tasscap sensor=landsat7_etm \
  25. input=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40,lsat7_2002_50,lsat7_2002_70 \
  26. output=tasscap
  27. </pre></div>
  28. Results:
  29. <p>
  30. <center>
  31. <table border=1>
  32. <tr>
  33. <td align=center>
  34. &nbsp;<img src="tasscap1.jpg" alt="'Brightness' Tasseled Cap component 1">
  35. <br>
  36. <font size="-1">
  37. <i>'Brightness' Tasseled Cap component 1</i>
  38. </font>
  39. </td>
  40. <td align=center>
  41. &nbsp;<img src="tasscap2.jpg" alt="'Greenness' Tasseled Cap component 2">
  42. <br>
  43. <font size="-1">
  44. <i>'Greenness' Tasseled Cap component 2</i>
  45. </font>
  46. </td>
  47. </tr>
  48. <tr>
  49. <td align=center>
  50. &nbsp;<img src="tasscap3.jpg" alt="'Wetness' Tasseled Cap component 3">
  51. <br>
  52. <font size="-1">
  53. <i>'Wetness' Tasseled Cap component 3</i>
  54. </font>
  55. </td>
  56. <td align=center>
  57. &nbsp;<img src="tasscap4.jpg" alt="'Atmospheric haze' Tasseled Cap component 4">
  58. <br>
  59. <font size="-1">
  60. <i>'Atmospheric haze' Tasseled Cap component 4</i>
  61. </font>
  62. </td>
  63. </tr>
  64. </table>
  65. </center>
  66. <br>
  67. <h2>REFERENCES</h2>
  68. <ul>
  69. <li>LANDSAT-4/LANDSAT-5: TC-factor changed to CRIST et al. 1986,
  70. Proc. IGARSS 1986, p.1467
  71. <li>Crist, E. P., 1985, A TM tasseled cap equivalent transformation for reflectance
  72. factor data, Remote Sensing of Environment, 17: 301-306.
  73. <li>LANDSAT-7: TASSCAP factors cited from:
  74. DERIVATION OF A TASSELED CAP TRANSFORMATION BASED ON LANDSAT 7 AT-SATELLITE REFLECTANCE.
  75. Chengquan Huang, Bruce Wylie, Limin Yang, Collin Homer and Gregory Zylstra Raytheon ITSS,
  76. USGS EROS Data Center Sioux Falls, SD 57198, USA
  77. http://landcover.usgs.gov/pdf/tasseled.pdf
  78. <br>
  79. This is published as well in INT. J. OF RS, 2002, VOL 23, NO. 8, 1741-1748.
  80. <li> MODIS Tasselled Cap coefficients - Ref: Lobser & Cohen (2007). MODIS tasselled cap:
  81. land cover characteristics expressed through transformed MODIS data.
  82. International Journal of Remote Sensing, Volume 28(22), Table 3
  83. </ul>
  84. <h2>SEE ALSO</h2>
  85. <em>
  86. <a href="i.albedo.html">i.albedo</a>,
  87. <a href="i.aster.toar.html">i.aster.toar</a>,
  88. <a href="i.landsat.toar.html">i.landsat.toar</a>,
  89. <a href="i.atcorr.html">i.atcorr</a>,
  90. <a href="i.vi.html">i.vi</a>
  91. </em>
  92. <h2>AUTHOR</h2>
  93. Markus Neteler, ITC-irst, based on a script by Agustin Lobo
  94. <p><i>Last changed: $Date$</i>