inst/doc/landsat-calibration.R

## -----------------------------------------------------------------------------
library(satellite)
path <- system.file("extdata", package = "satellite")
files <- list.files(path, pattern = glob2rx("LC08*.TIF"), full.names = TRUE)
sat <- satellite(files)

## -----------------------------------------------------------------------------
sat <- convSC2Rad(sat)
sat <- convSC2Ref(sat)
sat <- convRad2BT(sat)

Try the satellite package in your browser

Any scripts or data that you put into this service are public.

satellite documentation built on May 29, 2024, 6:16 a.m.