land8: Landsat 8 bands

Description Usage Format Source References Examples

Description

Landsat 8 subset with atmospherically corrected (surface reflectance) bands 2, 3, 4, 5, 6, 7 and band 10 in DN

Usage

1

Format

A raster stack

Source

https://earthexplorer.usgs.gov/

References

USGS. (2019). Landsat 8 data users handbook version 4. USGS Earth Resources Observation and Science (EROS). Sioux Falls, South Dakota. USA. 106.

Examples

1
2
3
4
5
6
data(land8)
# Define the Landsat 8 bands that will be employed
red <- land8[[3]]
nir <- land8[[4]]
# Compute NDVI
veg <- ndvi(nir, red)

RichardLemoine/LSTtools documentation built on Oct. 19, 2020, 12:50 a.m.