diff --git a/docs/tassCap.md b/docs/tassCap.md index cde2380..0ce3eba 100644 --- a/docs/tassCap.md +++ b/docs/tassCap.md @@ -10,12 +10,12 @@ --- - + ## function `tassCap` ```python -tassCap(image, sat='Landsat8OLI', nodata=-99999) +tassCap(image, sat='Landsat8OLI', nodata=-99999, scale=None) ``` The Tasseled-Cap Transformation is a linear transformation method for various remote sensing data. Not only can it perform volume data compression, but it can also provide parameters associated with the physical characteristics, such as brightness, greenness and wetness indices. @@ -34,7 +34,10 @@ The Tasseled-Cap Transformation is a linear transformation method for various r - `nodata`: The NoData value to replace with -99999. -Return: numpy.ndarray with 2d. + + - `scale`: Conversion of coefficients values + +Return: numpy.ndarray with 3d containing brightness, greenness and wetness indices. References: