Description Usage Arguments Value References Examples
This function Convert Digital Numbers to TOA Radiance using the radiance rescaling factors in the MTL file.
1 | rad_oli(x)
|
x |
A raster stack containing the first seven Landsat OLI bands. |
A raster layer object with the Top of atmosphere spectral radiance.
https://www.usgs.gov/core-science-systems/nli/landsat/using-usgs-landsat-level-1-data-product.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.