AS1sentinel: Angle on SWIR 1 for Sentinel 2

Description Usage Arguments Value Author(s) References Examples

View source: R/AS1sentinel.R

Description

Calculate the angle on SWIR 1 value relate with the value of SWIR 2 and near infrared

Usage

1
AS1sentinel(NIR, SWIR, SWIR2)

Arguments

NIR

Raster of near infrared band from Sentinel 2

SWIR

Raster of SWIR 1 band from Sentinel 2

SWIR2

Raster of SWIR 2 band from Sentinel 2

Value

Angle formed in the triangle formed by NIR - SWIR - SWIR2 in the spectral curve

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, need to resample from original image, NIR = 10m, B10 = 60m, B11 = 20m
NIR <- raster("B8Sentinel.tif")
SWIR <- raster("B10Sentinel.tif")
SWIR2 <- raster("B11Sentinel.tif")

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

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