tau: Atmospheric transmittance calculation

Description Usage Arguments Value Examples

View source: R/LST.R

Description

This function calculates Atmospheric transmittance from near-surface air temperature (To, °C) and relative humidity (RH, %) of the date when Landsat passed over the study area

Usage

1
tau(To = To, RH = To, band = band)

Arguments

To

Near-surface air temperature (°C) of the date when Landsat passed over the study area

RH

relative humidity (%) of the date when Landsat passed over the study area

band

A string specifying which Landsat 8 thermal band to use. It can be "band 10" or "band 11"

Value

Atmospheric transmittance

Examples

1
tau(To = 26, RH = 42, band = "band 11")

LST documentation built on May 17, 2021, 9:09 a.m.

Related to tau in LST...