surfaceTemperature: Estimates Land Surface Temperature from Landsat Data

Description Usage Arguments Author(s) References See Also

View source: R/water_netRadiation.G.R

Description

Surface temperature is estimated using a modified Plank equation considering empirical constants for Landsat images. In addition, this model implements a correction of thermal radiance following to Wukelic et al. (1989).

Usage

1
2
3
4
5
6
7
8
9
surfaceTemperature(
  image.DN,
  sat = "auto",
  LAI,
  aoi,
  method = "SC",
  WeatherStation,
  thermalband
)

Arguments

image.DN

raw image in digital numbers

sat

"L7" for Landsat 7, "L8" for Landsat 8 or "auto" to guess from filenames

LAI

raster layer with leaf area index. See LAI()

aoi

area of interest to crop images, if waterOptions("autoAoi") == TRUE will look for any object called aoi on .GlobalEnv

method

"SC" for single channel or "SW" for split window algorithm. "SW" is only available for L8

WeatherStation

Weather Station data

thermalband

Satellite thermal band. For L8 this should be band 10. Deprecated argument

Author(s)

Guillermo Federico Olmedo

Fonseca-Luengo, David

References

R. G. Allen, M. Tasumi, and R. Trezza, "Satellite-based energy balance for mapping evapotranspiration with internalized calibration (METRIC) - Model" Journal of Irrigation and Drainage Engineering, vol. 133, p. 380, 2007

Wukelic G. E.; Gibbons D. E.; Martucci L. M. & Foote, H. P. Radiometric calibration of Landsat thematic mapper thermal band Remote Sensing of Environment, 1989, 28, (339-347)

Jimenez-Munoz, J. C., Sobrino, J. A., Skokovic, D., Mattar, C., & Cristobal, J. (2014). Land surface temperature retrieval methods from landsat-8 thermal infrared sensor data. IEEE Geoscience and Remote Sensing Letters, 11(10), 1840–1843. http://doi.org/10.1109/LGRS.2014.2312032

See Also

Other net radiation related functions: LAI(), METRICtopo(), SWtrasmisivity(), albedo(), incLWradiation(), incSWradiation(), netRadiation(), outLWradiation(), soilHeatFlux(), solarAngles()


midraed/water documentation built on Feb. 20, 2022, 7:30 a.m.