rad_oli: Radiance Landsat OLI

Description Usage Arguments Value References Examples

Description

This function Convert Digital Numbers to TOA Radiance using the radiance rescaling factors in the MTL file.

Usage

1

Arguments

x

A raster stack containing the first seven Landsat OLI bands.

Value

A raster layer object with the Top of atmosphere spectral radiance.

References

https://www.usgs.gov/core-science-systems/nli/landsat/using-usgs-landsat-level-1-data-product.

Examples

1
2
3
4
library(raster)
path_files <- system.file("extdata/", package="nightmares")
x <- stack(list.files(path_files,".tif", full.names=TRUE))
rad_oli(x)

nightmares documentation built on Oct. 23, 2020, 7:15 p.m.