Google Earth Engine - Calculation of land surface temperature LST from Landsat 4, 5, 7 and 8 TOA, SR in GEE using existing open source code

Land surface temperature (LST) is increasingly important for various studies assessing land surface conditions, such as studies of urban climate, evaporation and vegetation pressure. The Landsat series of satellites has the potential to provide LST estimates with high spatial resolution, which is particularly suitable for local or small-scale studies. Many studies have proposed LST retrieval algorithms for the Landsat series, and some datasets are available online. However, these datasets usually require users to be able to process large amounts of data. Google Earth Engine (GEE) is an online platform designed to allow remote sensing users to easily perform big data analysis without increasing demands on local computing resources. However, the high spatial resolution LST dataset is not currently available in GEE. Here we provide a code library to compute LSTs from Landsat 4, 5, 7 and 8 in GEE. This code is freely available to users to compute Landsat LST as part of any analysis in GEE.
![Here you can see the results displayed by different data bands](https://img-blog.csdnimg.cn/d60cf10ff2254c219e9c4a22c13c1cad.png)

Here we can use the dataset of landsat4-8
Landsat4-8 band introduction
Insert picture description here
insert image description here

code:

/*
Author: Sofia Ermida ([email protected];

Guess you like

Origin blog.csdn.net/qq_31988139/article/details/130591720