
Constructor of lists of wavebands matching Landsat imagers
Source:R/landsat.bands.r
Landsat_bands.Rd
Defined according as ranges of wavelengths according to NASA and USGS manuals. The definitions are as rectangular windows, while the true response functions deviate to some extent from these ideal definitions.
Usage
Landsat_bands(std = "L8")
RBV_bands(std = "LandsatRBV")
MSS_bands(std = "LandsatMSS")
OLI_bands(std = "LandsatOLI")
TIRS_bands(std = "LandsatTIRS")
ETM_bands(std = "LandsatETM")
Details
See https://landsat.usgs.gov/spectral-characteristics-viewer for detailed sensitivity spectra for the different bands of the imaginers.
See also
Other lists of unweighted wavebands:
IR_bands()
,
Plant_bands()
,
UV_bands()
,
VIS_bands()
Examples
Landsat_bands("L1")
#> [[1]]
#> Green.LandsatRBV
#> low (nm) 480
#> high (nm) 580
#> weighted none
#>
#> [[2]]
#> Red.LandsatRBV
#> low (nm) 580
#> high (nm) 680
#> weighted none
#>
#> [[3]]
#> NIR.LandsatRBV
#> low (nm) 700
#> high (nm) 830
#> weighted none
#>
#> [[4]]
#> Green.LandsatMSS
#> low (nm) 500
#> high (nm) 600
#> weighted none
#>
#> [[5]]
#> Red.LandsatMSS
#> low (nm) 600
#> high (nm) 700
#> weighted none
#>
#> [[6]]
#> NIR.LandsatMSS
#> low (nm) 800
#> high (nm) 1100
#> weighted none
#>
Landsat_bands("L8")
#> [[1]]
#> Purple.LandsatOLI
#> low (nm) 433
#> high (nm) 453
#> weighted none
#>
#> [[2]]
#> Blue.LandsatOLI
#> low (nm) 450
#> high (nm) 515
#> weighted none
#>
#> [[3]]
#> Green.LandsatOLI
#> low (nm) 525
#> high (nm) 600
#> weighted none
#>
#> [[4]]
#> Red.LandsatOLI
#> low (nm) 630
#> high (nm) 680
#> weighted none
#>
#> [[5]]
#> NIR.LandsatOLI
#> low (nm) 845
#> high (nm) 885
#> weighted none
#>
#> [[6]]
#> SWIR1.LandsatOLI
#> low (nm) 1560
#> high (nm) 1660
#> weighted none
#>
#> [[7]]
#> SWIR2.LandsatOLI
#> low (nm) 2100
#> high (nm) 2300
#> weighted none
#>
#> [[8]]
#> TIR1.LandsatTIRS
#> low (nm) 10600
#> high (nm) 11200
#> weighted none
#>
#> [[9]]
#> TIR2.LandsatTIRS
#> low (nm) 11500
#> high (nm) 12500
#> weighted none
#>
OLI_bands()
#> [[1]]
#> Purple.LandsatOLI
#> low (nm) 433
#> high (nm) 453
#> weighted none
#>
#> [[2]]
#> Blue.LandsatOLI
#> low (nm) 450
#> high (nm) 515
#> weighted none
#>
#> [[3]]
#> Green.LandsatOLI
#> low (nm) 525
#> high (nm) 600
#> weighted none
#>
#> [[4]]
#> Red.LandsatOLI
#> low (nm) 630
#> high (nm) 680
#> weighted none
#>
#> [[5]]
#> NIR.LandsatOLI
#> low (nm) 845
#> high (nm) 885
#> weighted none
#>
#> [[6]]
#> SWIR1.LandsatOLI
#> low (nm) 1560
#> high (nm) 1660
#> weighted none
#>
#> [[7]]
#> SWIR2.LandsatOLI
#> low (nm) 2100
#> high (nm) 2300
#> weighted none
#>
TIRS_bands()
#> [[1]]
#> TIR1.LandsatTIRS
#> low (nm) 10600
#> high (nm) 11200
#> weighted none
#>
#> [[2]]
#> TIR2.LandsatTIRS
#> low (nm) 11500
#> high (nm) 12500
#> weighted none
#>