Skip to content

This program allows the user to input Landsat 7 or Landsat 8 bands, and the program outputs the brightness, wetness, and greenness Tasseled Cap Transformation images.

Notifications You must be signed in to change notification settings

chris20lee/Tasseled-Cap-Transformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Tasseled-Cap-Transformation

This was a term project for my GEG3105 B Remote Sensing course.

Tasseled Cap Transformation is a conversion of the original bands of an image into a new set of bands that are useful for vegetation mapping. A tasseled-cap transform is performed by taking “linear combinations” of the original image bands, similar in concept to principal components analysis. The output from this process has important properties for vegetation mapping, thus it is the task undertaken in this term project, to create the Tasseled Cap Transformations in Python.

The Python program written does not have fixed inputs and outputs, in other words the original bands in which the Tasseled Cap Transformation is to be applied on, is not declared in the code. As a result, the output is also not predefined. This allows the user to enter any set of bands in either Landsat 7 or Landsat 8 that they wish to do a Tasseled Cap Transformation on.

About

This program allows the user to input Landsat 7 or Landsat 8 bands, and the program outputs the brightness, wetness, and greenness Tasseled Cap Transformation images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages