SASImodis: Shortwave Angle Slope Index for MODIS

Description Usage Arguments Value Author(s) References Examples

View source: R/SASImodis.R

Description

Combination of NIR, SWIR1 and SWIR2 MODIS bands. SASI emulates the general shape of this part of the spectrum. To accomplish this, we evaluate a triangle with vertices at R(NIR), R(SWIR1) and R(SWIR2), where R is the reflectance at broad bands of the NIR, SWIR1 and SWIR2.

Usage

1
SASImodis(NIR, SWIR, SWIR2)

Arguments

NIR

Raster of near infrared band from MODIS

SWIR

Raster of SWIR 1 band from MODIS

SWIR2

Raster of SWIR 2 band from MODIS

Value

Shortwave Angle Slope Index for MODIS

Author(s)

Klaus Wolfgang Wiese Acosta

References

Khanna, S.; Palacios-Orueta, A.; Whiting, M. L.; Ustin, S. L.; RiaƱo, D. & Litago, J. Development of angle indexes for soil moisture estimation, dry matter detection and land-cover discrimination Remote Sensing of Environment, 2007, 109, 154-165

Examples

1
2
3
4
5
6
7
#load bands
NIR <- raster("B4MODIS.tif")
SWIR <- raster("B5MODIS.tif")
SWIR2 <- raster("B5MODIS.tif")

#excute command
SASImodis(NIR = NIR, SWIR = SWIR, SWIR2 = SWIR2)

klauswiese/AngleIndexes documentation built on Oct. 24, 2021, 2:41 p.m.