Ta: Mean atmospheric temperature

View source: R/LST_terra.R

TaR Documentation

Mean atmospheric temperature

Description

This function calculates mean atmospheric temperature (Ta) using near-surface air temperature (To)

Usage

Ta(To = To, mod = mod)

Arguments

To

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

mod

A string specifying which model to use. It can be anyone of "USA 1976 Standard" or "Tropical Region" or "Mid-latitude Summer Region" or "Mid-latitude Winter Region"

Value

Mean atmospheric temperature (K)

References

Sekertekin, A. and Bonafoni, S., 2020. Land surface temperature retrieval from Landsat 5, 7, and 8 over rural areas: Assessment of different retrieval algorithms and emissivity models and toolbox implementation. Remote sensing, 12(2), p.294.

Examples

Ta(To = 26, mod = "Mid-latitude Winter Region")

LST documentation built on April 4, 2025, 2:25 a.m.

Related to Ta in LST...