LST Calculation Using Landsat 8: Your Comprehensive Guide and Calculator
Landsat 8 LST Calculator
Input the required Landsat 8 metadata and reflectance values to calculate Land Surface Temperature (LST).
Digital Number (DN) for Thermal Infrared Band 10 (TIRS 1). Range: 0-65535.
From Landsat 8 metadata (e.g., RADIANCE_MULT_BAND_10).
From Landsat 8 metadata (e.g., RADIANCE_ADD_BAND_10).
From Landsat 8 metadata (e.g., K1_CONSTANT_BAND_10).
From Landsat 8 metadata (e.g., K2_CONSTANT_BAND_10).
Top of Atmosphere (TOA) reflectance for Near-Infrared Band 5. Range: 0-1.
Top of Atmosphere (TOA) reflectance for Red Band 4. Range: 0-1.
Minimum NDVI value observed in the scene. Range: -1 to 1.
Maximum NDVI value observed in the scene. Range: -1 to 1.
Emissivity of pure vegetation. Typical range: 0.98-0.99.
Emissivity of bare soil. Typical range: 0.95-0.97.
Effective wavelength of Landsat 8 Band 10 in micrometers.
Calculation Results
Calculated Land Surface Temperature (LST)
— °C
Formula Explanation: The LST calculation using Landsat 8 involves converting Digital Numbers (DN) to Top of Atmosphere (TOA) Radiance, then to Brightness Temperature (BT). NDVI is calculated from visible and near-infrared bands to estimate the Proportion of Vegetation (Pv), which in turn helps determine the Land Surface Emissivity (ε). Finally, LST is derived from BT and ε using a radiative transfer equation, adjusted for the specific wavelength of Landsat 8 Band 10.
| Step | Parameter | Value | Unit |
|---|---|---|---|
| 1 | Band 10 DN Value | — | |
| 2 | TOA Radiance (Lλ) | — | W/(m²·sr·µm) |
| 3 | Brightness Temperature (BT) | — | K |
| 4 | NIR Reflectance | — | |
| 5 | Red Reflectance | — | |
| 6 | NDVI | — | |
| 7 | Proportion of Vegetation (Pv) | — | |
| 8 | Land Surface Emissivity (ε) | — | |
| 9 | Land Surface Temperature (LST) | — | °C |
LST Trends Visualization
What is LST Calculation Using Landsat 8?
LST calculation using Landsat 8 refers to the process of deriving the actual temperature of the Earth’s surface from thermal infrared data captured by the Landsat 8 satellite. Unlike air temperature, which is measured a few meters above the ground, Land Surface Temperature (LST) represents the radiative temperature of the surface itself. This includes the temperature of soil, vegetation, water, and artificial structures. Landsat 8, with its Thermal Infrared Sensor (TIRS) bands (Band 10 and Band 11), provides crucial data for this purpose.
This calculation is vital for a wide range of environmental studies. It helps in understanding energy exchange between the Earth’s surface and the atmosphere, monitoring climate change impacts, assessing urban heat islands, and managing agricultural resources. The accuracy of LST calculation using Landsat 8 depends on several factors, including atmospheric conditions, surface emissivity, and the specific algorithms applied.
Who Should Use LST Calculation Using Landsat 8?
- Environmental Scientists: For climate modeling, drought monitoring, and ecosystem health assessment.
- Urban Planners: To identify and mitigate urban heat islands, optimize green infrastructure, and improve urban climate resilience.
- Agriculturalists: For irrigation scheduling, crop stress detection, and yield prediction.
- Hydrologists: To study surface water temperature, evaporation rates, and water resource management.
- Geographers and Remote Sensing Researchers: For land cover change analysis and developing advanced thermal remote sensing techniques.
Common Misconceptions About LST Calculation Using Landsat 8
- LST is not Air Temperature: A common mistake is to equate LST with air temperature. LST can be significantly higher or lower than air temperature, especially in arid regions or urban areas, due to differences in surface materials and energy absorption.
- It’s Not a Simple Conversion: Deriving LST from raw thermal data is not a direct conversion. It requires several steps, including atmospheric correction, radiance conversion, and emissivity estimation, which can be complex.
- Atmospheric Correction is Always Simple: While this calculator simplifies atmospheric effects, in reality, accurate LST retrieval often requires sophisticated atmospheric correction models to account for water vapor and other atmospheric constituents.
- One Formula Fits All: Different algorithms and emissivity models exist, and the choice can impact the final LST value. The method used here is a widely accepted single-channel algorithm.
LST Calculation Using Landsat 8 Formula and Mathematical Explanation
The process of LST calculation using Landsat 8 involves several sequential steps, transforming raw satellite data into meaningful temperature values. This calculator employs a common single-channel algorithm, which is a robust method for deriving LST.
Step-by-Step Derivation:
- Convert Digital Numbers (DN) to Top of Atmosphere (TOA) Radiance (Lλ):
The raw pixel values (DN) from Landsat 8’s thermal bands are first converted into spectral radiance. This step uses calibration coefficients provided in the image metadata.
Lλ = ML * Qcal + ALWhere:
Lλ: TOA spectral radiance (W/(m²·sr·µm))ML: Radiance Multiplicative Scaling Factor (from metadata)Qcal: Quantized and calibrated standard product pixel values (DN) for Band 10AL: Radiance Additive Scaling Factor (from metadata)
- Convert TOA Radiance to Brightness Temperature (BT):
TOA radiance is then converted to at-sensor brightness temperature, which represents the temperature a blackbody would have to emit the observed radiance. This is often referred to as “blackbody temperature” or “at-sensor temperature.”
BT = (K2 / ln((K1 / Lλ) + 1))Where:
BT: At-sensor brightness temperature (Kelvin)K1: Thermal conversion constant 1 (from metadata)K2: Thermal conversion constant 2 (from metadata)Lλ: TOA spectral radiance
- Calculate Normalized Difference Vegetation Index (NDVI):
NDVI is a crucial index for estimating vegetation cover and is derived from the red and near-infrared (NIR) reflectance bands. It helps in determining the proportion of vegetation within a pixel.
NDVI = (NIR - Red) / (NIR + Red)Where:
NIR: Near-Infrared band reflectance (Landsat 8 Band 5)Red: Red band reflectance (Landsat 8 Band 4)
- Calculate Proportion of Vegetation (Pv):
The proportion of vegetation (Pv) within a pixel is estimated from the NDVI value. This is a key step for determining the mixed emissivity of the surface.
Pv = ((NDVI - NDVI_min) / (NDVI_max - NDVI_min))^2Where:
Pv: Proportion of vegetation (0 to 1)NDVI_min: Minimum NDVI value for the scene (e.g., 0.2 for bare soil)NDVI_max: Maximum NDVI value for the scene (e.g., 0.8 for full vegetation)
If
NDVI < NDVI_min, thenPv = 0. IfNDVI > NDVI_max, thenPv = 1. - Calculate Land Surface Emissivity (ε):
Emissivity is a measure of how efficiently a surface radiates thermal energy. It varies depending on the surface material (soil, vegetation, water, urban fabric). For mixed pixels, it's estimated using Pv and the emissivities of pure vegetation and soil.
ε = εv * Pv + εs * (1 - Pv) + CWhere:
ε: Land Surface Emissivityεv: Emissivity of pure vegetation (e.g., 0.986)εs: Emissivity of bare soil (e.g., 0.96)C: Cavity effect factor (often simplified or absorbed into other terms, e.g., 0.004 * Pv for Band 10)
For this calculator, the simplified form used is
ε = εv * Pv + εs * (1 - Pv) + (0.004 * Pv), where the last term accounts for surface roughness/cavity effects. - Calculate Land Surface Temperature (LST):
Finally, LST is derived from the brightness temperature (BT) and the calculated land surface emissivity (ε) using the Planck's law-based radiative transfer equation. The result is typically converted from Kelvin to Celsius.
LST = (BT / (1 + (λ * BT / ρ) * ln(ε))) - 273.15Where:
LST: Land Surface Temperature (Celsius)BT: At-sensor brightness temperature (Kelvin)λ: Wavelength of the emitted radiance (for Landsat 8 Band 10, typically 10.895 µm)ρ: A constant derived from Planck's constant, speed of light, and Boltzmann constant (approximately 14380 when λ is in micrometers).ln(ε): Natural logarithm of emissivity273.15: Conversion from Kelvin to Celsius
Variables Table for LST Calculation Using Landsat 8
| Variable | Meaning | Unit | Typical Range |
|---|---|---|---|
Qcal (DN Value) |
Quantized Digital Number for Band 10 | Dimensionless | 0 - 65535 |
ML |
Radiance Multiplicative Scaling Factor | W/(m²·sr·µm)/DN | ~0.0003342 |
AL |
Radiance Additive Scaling Factor | W/(m²·sr·µm) | ~0.1 |
K1 |
Thermal Conversion Constant 1 | W/(m²·sr·µm) | ~774.8853 |
K2 |
Thermal Conversion Constant 2 | Kelvin | ~1321.0789 |
NIR |
Near-Infrared Reflectance (Band 5) | Dimensionless | 0 - 1 |
Red |
Red Reflectance (Band 4) | Dimensionless | 0 - 1 |
NDVI_min |
Minimum NDVI for bare soil in scene | Dimensionless | ~0.1 - 0.25 |
NDVI_max |
Maximum NDVI for full vegetation in scene | Dimensionless | ~0.7 - 0.9 |
εv |
Emissivity of pure vegetation | Dimensionless | 0.98 - 0.99 |
εs |
Emissivity of bare soil | Dimensionless | 0.95 - 0.97 |
λ |
Effective Wavelength of Band 10 | µm | 10.895 |
ρ |
Constant (h*c/σ) | µm·K | 14380 |
Practical Examples of LST Calculation Using Landsat 8
Understanding LST calculation using Landsat 8 is best achieved through practical scenarios. Here are two examples demonstrating how different surface types yield varying LST values.
Example 1: Urban Area (High DN, Low Vegetation)
Consider an urban pixel, likely composed of concrete and asphalt, with minimal vegetation. This scenario typically results in higher LST due to the low albedo and high thermal inertia of urban materials.
- Band 10 DN Value: 22000
- ML Factor: 0.0003342
- AL Factor: 0.1
- K1 Constant: 774.8853
- K2 Constant: 1321.0789
- NIR Reflectance (Band 5): 0.15
- Red Reflectance (Band 4): 0.2
- Scene NDVI Min: 0.2
- Scene NDVI Max: 0.8
- Vegetation Emissivity (εv): 0.986
- Soil Emissivity (εs): 0.96
- Wavelength (λ): 10.895 µm
Calculation Steps:
- TOA Radiance (Lλ) = 0.0003342 * 22000 + 0.1 = 7.3524 + 0.1 = 7.4524 W/(m²·sr·µm)
- Brightness Temperature (BT) = 1321.0789 / ln((774.8853 / 7.4524) + 1) = 1321.0789 / ln(104.0 + 1) = 1321.0789 / 4.654 = 283.85 K
- NDVI = (0.15 - 0.2) / (0.15 + 0.2) = -0.05 / 0.35 = -0.143
- Proportion of Vegetation (Pv) = 0 (since NDVI < NDVI_min)
- Land Surface Emissivity (ε) = 0.96 (since Pv = 0, it's bare soil/urban emissivity)
- LST = (283.85 / (1 + (10.895 * 283.85 / 14380) * ln(0.96))) - 273.15 = (283.85 / (1 + (0.215) * (-0.0408))) - 273.15 = (283.85 / (1 - 0.00877)) - 273.15 = 286.36 - 273.15 = 13.21 °C
Interpretation: Even with a high DN value, the low emissivity of urban surfaces can lead to a moderate LST. This example highlights the importance of emissivity in the final LST calculation using Landsat 8.
Example 2: Dense Vegetation (Lower DN, High Vegetation)
Now, consider a pixel representing dense forest or healthy agricultural land. These areas typically have lower LST due to evapotranspiration and higher emissivity of vegetation.
- Band 10 DN Value: 18000
- ML Factor: 0.0003342
- AL Factor: 0.1
- K1 Constant: 774.8853
- K2 Constant: 1321.0789
- NIR Reflectance (Band 5): 0.5
- Red Reflectance (Band 4): 0.05
- Scene NDVI Min: 0.2
- Scene NDVI Max: 0.8
- Vegetation Emissivity (εv): 0.986
- Soil Emissivity (εs): 0.96
- Wavelength (λ): 10.895 µm
Calculation Steps:
- TOA Radiance (Lλ) = 0.0003342 * 18000 + 0.1 = 6.0156 + 0.1 = 6.1156 W/(m²·sr·µm)
- Brightness Temperature (BT) = 1321.0789 / ln((774.8853 / 6.1156) + 1) = 1321.0789 / ln(126.7 + 1) = 1321.0789 / 4.849 = 272.44 K
- NDVI = (0.5 - 0.05) / (0.5 + 0.05) = 0.45 / 0.55 = 0.818
- Proportion of Vegetation (Pv) = 1 (since NDVI > NDVI_max)
- Land Surface Emissivity (ε) = 0.986 (since Pv = 1, it's vegetation emissivity)
- LST = (272.44 / (1 + (10.895 * 272.44 / 14380) * ln(0.986))) - 273.15 = (272.44 / (1 + (0.206) * (-0.0141))) - 273.15 = (272.44 / (1 - 0.0029)) - 273.15 = 273.23 - 273.15 = 0.08 °C
Interpretation: The high NDVI and corresponding high vegetation emissivity result in a significantly lower LST, reflecting the cooling effect of dense vegetation. This demonstrates the power of LST calculation using Landsat 8 for environmental monitoring.
How to Use This LST Calculation Using Landsat 8 Calculator
Our LST calculation using Landsat 8 calculator is designed for ease of use, providing quick and accurate results for your remote sensing analysis. Follow these steps to get your Land Surface Temperature values:
Step-by-Step Instructions:
- Locate Landsat 8 Data: Obtain a Landsat 8 Level-1 or Level-2 product for your area of interest. You'll need the thermal infrared Band 10 (TIRS 1) and the visible/near-infrared bands (Band 4 Red, Band 5 NIR).
- Extract Metadata Values: Open the metadata file (usually a .txt or .xml file) associated with your Landsat 8 product. Find the following values for Band 10:
RADIANCE_MULT_BAND_10(for ML Factor)RADIANCE_ADD_BAND_10(for AL Factor)K1_CONSTANT_BAND_10(for K1 Constant)K2_CONSTANT_BAND_10(for K2 Constant)
Input these values into the corresponding fields in the calculator.
- Input Band 10 DN Value: For a specific pixel or area, extract the Digital Number (DN) value from the Band 10 image. Enter this into the "Band 10 DN Value" field.
- Input Reflectance Values: Extract the Top of Atmosphere (TOA) reflectance values for Band 5 (NIR) and Band 4 (Red) for the same pixel or area. Enter these into the "NIR Reflectance (Band 5)" and "Red Reflectance (Band 4)" fields.
- Define Scene NDVI Min/Max: Determine the minimum and maximum NDVI values present in your entire Landsat scene. These values are crucial for accurately calculating the proportion of vegetation. Input these into "Scene NDVI Min" and "Scene NDVI Max."
- Adjust Emissivity and Wavelength (Optional): The calculator provides default values for Vegetation Emissivity (εv), Soil Emissivity (εs), and Wavelength (λ). You can adjust these if you have more specific values for your study area or sensor.
- Calculate LST: Click the "Calculate LST" button. The results will instantly appear below.
- Reset Calculator: To clear all inputs and return to default values, click the "Reset" button.
- Copy Results: Use the "Copy Results" button to easily transfer the main LST, intermediate values, and key assumptions to your clipboard.
How to Read the Results:
- Calculated Land Surface Temperature (LST): This is your primary result, displayed in degrees Celsius (°C). It represents the actual temperature of the surface.
- Intermediate Values: The calculator also displays key intermediate steps:
- TOA Radiance (Lλ): The spectral radiance at the top of the atmosphere.
- Brightness Temperature (BT): The at-sensor temperature in Kelvin, assuming a blackbody.
- Normalized Difference Vegetation Index (NDVI): An indicator of vegetation health and density.
- Proportion of Vegetation (Pv): The estimated fraction of vegetation within the pixel.
- Land Surface Emissivity (ε): The efficiency of the surface in radiating thermal energy.
Decision-Making Guidance:
The results from this LST calculation using Landsat 8 can inform various decisions:
- Urban Heat Island Analysis: High LST values in urban areas compared to surrounding rural areas indicate heat islands, guiding urban planning for green spaces and cool materials.
- Agricultural Management: Abnormally high LST in vegetated areas can signal water stress or disease, prompting targeted irrigation or intervention.
- Environmental Monitoring: Tracking LST changes over time helps monitor deforestation, desertification, and the impacts of climate change on ecosystems.
- Resource Allocation: Identifying areas with extreme temperatures can help allocate resources for public health, energy management, and disaster preparedness.
Key Factors That Affect LST Calculation Using Landsat 8 Results
The accuracy and interpretation of LST calculation using Landsat 8 are influenced by several critical factors. Understanding these can help refine your analysis and avoid misinterpretations.
- Atmospheric Conditions: The atmosphere, particularly water vapor and aerosols, absorbs and emits thermal radiation, affecting the signal reaching the satellite. While this calculator uses a simplified approach, advanced LST retrieval methods often require detailed atmospheric correction data (e.g., from atmospheric models or radiosonde data) to account for these effects. High humidity can lead to underestimation of LST if not properly corrected.
- Surface Emissivity: This is perhaps the most crucial factor. Different materials (water, soil, vegetation, concrete, asphalt) emit thermal radiation with varying efficiencies. An incorrect emissivity value can lead to significant errors in the final LST. For instance, urban surfaces often have lower emissivity than dense vegetation, which can influence the perceived temperature.
- NDVI Range (NDVI_min, NDVI_max): The minimum and maximum NDVI values used to calculate the Proportion of Vegetation (Pv) are scene-dependent. Using generic or incorrect NDVI_min/max can lead to inaccurate Pv, and consequently, an incorrect emissivity estimation, directly impacting the LST calculation using Landsat 8.
- Thermal Constants (K1, K2): These constants are specific to the Landsat 8 TIRS sensor and its calibration. They are provided in the image metadata. Using incorrect K1 or K2 values will lead to errors in the Brightness Temperature calculation, propagating through to the final LST.
- Radiance Scaling Factors (ML, AL): Similar to thermal constants, these factors (Radiance Multiplicative and Additive) are sensor-specific and found in the metadata. They convert raw DN values to TOA radiance. Any error in these inputs will directly affect the TOA radiance and subsequent LST.
- Wavelength (λ): The effective wavelength of the thermal band (Band 10 for Landsat 8) is a parameter in the LST retrieval equation. While generally fixed for a given band, slight variations or using an incorrect value can introduce minor inaccuracies.
- Time of Day and Season: The time of day and season of image acquisition significantly impact LST. Surfaces heat up and cool down throughout the day and year. Comparing LST from images taken at different times or seasons requires careful consideration of these temporal variations.
- Spatial Resolution: Landsat 8 thermal bands have a spatial resolution of 100 meters (resampled to 30 meters for standard products). This means each pixel represents a large area, and the LST derived is an average for that area. Heterogeneous pixels (e.g., mixed urban and green space) can have complex emissivity characteristics.
Frequently Asked Questions (FAQ) about LST Calculation Using Landsat 8
A: LST (Land Surface Temperature) is the radiative temperature of the Earth's surface, measured by satellites. Air temperature is the temperature of the air measured a few meters above the ground. LST can be significantly higher or lower than air temperature, especially in direct sunlight or at night, and varies greatly with surface material.
A: Landsat 8 is a popular choice for LST calculation using Landsat 8 due to its two thermal infrared bands (Band 10 and Band 11), relatively high spatial resolution (100m, often resampled to 30m), and free availability of data. It provides a consistent, long-term record suitable for various environmental studies.
A: This calculator uses a single-channel algorithm, which simplifies atmospheric correction. More advanced methods (e.g., split-window algorithms using both Band 10 and 11, or radiative transfer models) can provide higher accuracy by better accounting for atmospheric effects. The accuracy also depends heavily on the correct estimation of surface emissivity.
A: These values are provided in the metadata file (usually an MTL.txt file) that accompanies every Landsat 8 Level-1 product download. You can open this text file and search for parameters like RADIANCE_MULT_BAND_10, RADIANCE_ADD_BAND_10, K1_CONSTANT_BAND_10, and K2_CONSTANT_BAND_10.
A: Landsat 8's TIRS bands (Band 10 and Band 11) are specifically designed for thermal sensing. While Band 11 can also be used, Band 10 is generally preferred for single-channel algorithms due to less atmospheric absorption. Older Landsat missions (e.g., Landsat 5/7 TM/ETM+) also have thermal bands (Band 6) that can be used with similar methodologies.
A: NDVI (Normalized Difference Vegetation Index) is crucial for estimating the Proportion of Vegetation (Pv) within a pixel. Pv, in turn, is used to calculate the Land Surface Emissivity (ε) for mixed pixels (containing both soil and vegetation). Accurate emissivity is vital for converting brightness temperature to true LST.
A: The accuracy of LST calculation using Landsat 8 can vary, typically within ±1-2°C, depending on the algorithm used, atmospheric conditions, and the accuracy of emissivity estimation. Validation with ground-based measurements is often performed to assess specific study area accuracy.
A: LST maps are invaluable for identifying urban heat islands, which are areas significantly warmer than surrounding rural landscapes. Urban planners use this information to strategically place green spaces, select cooler building materials, and design urban layouts that mitigate heat, improving public health and energy efficiency.