compMetaLandsat: Get calibration information from Landsat 8 standard level...

Description Usage Arguments Value Examples

View source: R/compMetaLandsat.R

Description

The function scans a Lansat metadata file for various calibration and orbit coefficients as well as some sensor specific data.

Usage

1

Arguments

files

Path and filename of the Landsat metadata file.

Value

data.frame containing the following information for each band/layer:

Examples

1
2
3
path <- system.file("extdata", package = "satellite")
files <- list.files(path, pattern = glob2rx("LC08*.TIF"), full.names = TRUE)
compMetaLandsat(files)

satellite documentation built on Oct. 12, 2021, 5:07 p.m.