Brief Introduction to Remote Sensing (3/3): Landsat image conversion



This is the third part of some basic definitions of remote sensing that are already in the user manual of the Semi-Automatic Classification Plugin.
This post provides information about the Landsat conversion to reflectance implemented in SCP Landsat.
Landsat images downloaded from http://earthexplorer.usgs.gov or through the SCP tool Download Landsat are composed of several bands and a metadata file (MTL) which contains useful information about image data.

Radiance at the Sensor’s Aperture

Radiance is the “flux of energy (primarily irradiant or incident energy) per solid angle leaving a unit surface area in a given direction”, “Radiance is what is measured at the sensor and is somewhat dependent on reflectance” (NASA, 2011, p. 47).
The Spectral Radiance at the sensor’s aperture (Lλ) is measured in [watts/(meter squared * ster * μm)] and for Landsat images it is given by (https://landsat.usgs.gov/Landsat8_Using_Product.php):

Lλ=MLQcal+AL
where:
  • ML = Band-specific multiplicative rescaling factor from Landsat metadata (RADIANCE_MULT_BAND_x, where x is the band number)
  • AL = Band-specific additive rescaling factor from Landsat metadata (RADIANCE_ADD_BAND_x, where x is the band number)
  • Qcal = Quantized and calibrated standard product pixel values (DN)

Top Of Atmosphere (TOA) Reflectance

“For relatively clear Landsat scenes, a reduction in between-scene variability can be achieved through a normalization for solar irradiance by converting spectral radiance, as calculated above, to planetary reflectance or albedo. This combined surface and atmospheric reflectance of the Earth is computed with the following formula” (NASA, 2011, p. 119):



ρp=(πLλd2)/(ESUNλcosθs)
where:
  • ρp = Unitless TOA reflectance, which is “the ratio of reflected versus total power energy” (NASA, 2011, p. 47)
  • Lλ = Spectral radiance at the sensor’s aperture (at-satellite radiance)
  • d = Earth-Sun distance in astronomical units (provided with Landsat 8 metafile, and an excel file is available from http://landsathandbook.gsfc.nasa.gov/excel_docs/d.xls)
  • ESUNλ = Mean solar exo-atmospheric irradiances
  • θs = Solar zenith angle in degrees, which is equal to θs = 90° - θe where θe is the Sun elevation
It is worth pointing out that Landsat 8 images are provided with band-specific rescaling factors that allow for the direct conversion from DN to TOA reflectance. However, the effects of the atmosphere (i.e. a disturbance on the reflectance that varies with the wavelength) should be considered in order to measure the reflectance at the ground.

Surface Reflectance

As described by Moran et al. (1992), the land surface reflectance (ρ) is:

ρ=[π(LλLp)d2]/[Tv((ESUNλcosθsTz)+Edown)]
where:
  • Lp is the path radiance
  • Tv is the atmospheric transmittance in the viewing direction
  • Tz is the atmospheric transmittance in the illumination direction
  • Edown is the downwelling diffuse irradiance
Therefore, we need several atmospheric measurements in order to calculate ρ (physically-based corrections). Alternatively, it is possible to use image-based techniques for the calculation of these parameters, without in-situ measurements during image acquisition. It is worth mentioning that Landsat Surface Reflectance High Level Data Products for Landsat 8 are available (for more information read http://landsat.usgs.gov/CDR_LSR.php).

DOS1 Correction

The Dark Object Subtraction (DOS) is a family of image-based atmospheric corrections. Chavez (1996) explains that “the basic assumption is that within the image some pixels are in complete shadow and their radiances received at the satellite are due to atmospheric scattering (path radiance). This assumption is combined with the fact that very few targets on the Earth’s surface are absolute black, so an assumed one-percent minimum reflectance is better than zero percent”. It is worth pointing out that the accuracy of image-based techniques is generally lower than physically-based corrections, but they are very useful when no atmospheric measurements are available as they can improve the estimation of land surface reflectance. The path radiance is given by (Sobrino, et al., 2004):

Lp=LminLDO1%
where:
  • Lmin = “radiance that corresponds to a digital count value for which the sum of all the pixels with digital counts lower or equal to this value is equal to the 0.01% of all the pixels from the image considered” (Sobrino, et al., 2004, p. 437), therefore the radiance obtained with that digital count value (DNmin)
  • LDO1% = radiance of Dark Object, assumed to have a reflectance value of 0.01
Therfore for Landsat images:

Lmin=MLDNmin+AL
The radiance of Dark Object is given by (Sobrino, et al., 2004):

LDO1%=0.01[(ESUNλcosθsTz)+Edown]Tv/(πd2)
Therefore the path radiance is:

Lp=MLDNmin+AL0.01[(ESUNλcosθsTz)+Edown]Tv/(πd2)
There are several DOS techniques (e.g. DOS1, DOS2, DOS3, DOS4), based on different assumption about TvTz , and Edown . The simplest technique is the DOS1, where the following assumptions are made (Moran et al., 1992):
  • Tv = 1
  • Tz = 1
  • Edown = 0
Therefore the path radiance is:

Lp=MLDNmin+AL0.01ESUNλcosθs/(πd2)
And the resulting land surface reflectance is given by:

ρ=[π(LλLp)d2]/(ESUNλcosθs)
ESUN [W /(m2 * μm)] values for Landsat sensors are provided in the following table.
BandLandsat 4*Landsat 5**Landsat 7**
1195719831997
2182517691812
3155715361533
4103310311039
5214.9220230.8
780.7283.4484.90
* from Chander & Markham (2003)
** from Finn, et al. (2012)

For Landsat 8, ESUN can be calculated as (from http://grass.osgeo.org/grass65/manuals/i.landsat.toar.html):

ESUN=(πd2)RADIANCE_MAXIMUM/REFLECTANCE_MAXIMUM
where RADIANCE_MAXIMUM and REFLECTANCE_MAXIMUM are provided by image metadata.

An example of comparison of to TOA reflectance, DOS1 corrected reflectance and the Landsat Surface Reflectance High Level Data Products (ground truth) is provided in FigureSpectral signatures of a built-up pixel.


_images/reflectance_graph.jpg
Spectral signatures of a built-up pixel
Comparison of TOA reflectance, DOS1 corrected reflectance and Landsat Surface Reflectance High Level Data Products


Conversion to At-Satellite Brightness Temperature

This chapter provides information about the Landsat conversion to At-Satellite Brightness Temperature implemented in SCP Landsat. For information about how to estimate surface temperature read this post .
For Landsat thermal bands, the conversion of DN to At-Satellite Brightness Temperature is given by (from https://landsat.usgs.gov/Landsat8_Using_Product.php):

TB=K2/ln[(K1/Lλ)+1]
where:
  • K1 = Band-specific thermal conversion constant (in watts/meter squared * ster * μm)
  • K2 = Band-specific thermal conversion constant (in kelvin)
and Lλ is the Spectral Radiance at the sensor’s aperture, measured in watts/(meter squared * ster * μm); for Landsat images it is given by (fromhttps://landsat.usgs.gov/Landsat8_Using_Product.php):

Lλ=MLQcal+AL
where:
  • ML = Band-specific multiplicative rescaling factor from Landsat metadata (RADIANCE_MULT_BAND_x, where x is the band number)
  • AL = Band-specific additive rescaling factor from Landsat metadata (RADIANCE_ADD_BAND_x, where x is the band number)
  • Qcal = Quantized and calibrated standard product pixel values (DN)
The K1 and K2 constant for Landsat sensors are provided in the following table:
ConstantLandsat 4*Landsat 5*Landsat 7**
K1 (watts/meter squared * ster * μm)671.62607.76666.09
K2 (Kelvin)1284.301260.561282.71
* from Chander & Markham (2003)
** from NASA (2011)

For Landsat 8, the K1 and K2 values are provided in the image metafile.

References
  • Chander, G. & Markham, B. 2003. Revised Landsat-5 TM radiometric calibration procedures and postcalibration dynamic ranges Geoscience and Remote Sensing, IEEE Transactions on, 41, 2674 - 2677
  • Chavez, P. S. 1996. Image-Based Atmospheric Corrections - Revisited and Improved Photogrammetric Engineering and Remote Sensing, [Falls Church, Va.] American Society of Photogrammetry, 62, 1025-1036
  • Finn, M.P., Reed, M.D, and Yamamoto, K.H. 2012. A Straight Forward Guide for Processing Radiance and Reflectance for EO-1 ALI, Landsat 5 TM, Landsat 7 ETM+, and ASTER. Unpublished Report from USGS/Center of Excellence for Geospatial Information Science, 8 p,http://cegis.usgs.gov/soil_moisture/pdf/A%20Straight%20Forward%20guide%20for%20Processing%20Radiance%20and%20Reflectance_V_24Jul12.pdf
  • Moran, M.; Jackson, R.; Slater, P. & Teillet, P. 1992. Evaluation of simplified procedures for retrieval of land surface reflectance factors from satellite sensor output Remote Sensing of Environment, 41, 169-184
  • NASA (Ed.) 2011. Landsat 7 Science Data Users Handbook Landsat Project Science Office at NASA’s Goddard Space Flight Center in Greenbelt, 186http://landsathandbook.gsfc.nasa.gov/pdfs/Landsat7_Handbook.pdf
  • Sobrino, J.; Jiménez-Muñoz, J. C. & Paolini, L. 2004. Land surface temperature retrieval from LANDSAT TM 5 Remote Sensing of Environment, Elsevier, 90, 434-440

Newer posts Older posts