powered by
This function Convert Digital Numbers to TOA Radiance using the radiance rescaling factors in the MTL file.
rad_oli(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.
# NOT RUN { library(raster) path_files <- system.file("extdata/", package="nightmares") x <- stack(list.files(path_files,".tif", full.names=TRUE)) rad_oli(x) # }
Run the code above in your browser using DataLab