[GIS] Atmospheric correction algorithm in Python or R for Landsat 7 ETM+

atmospheric-correctionlandsat-7pythonrremote sensing

I am looking for an algorithm which can be tuned in python or R for atmospheric correction for Landsat 7 ETM.

Searching Google I have found only a few algorithms in ENVI or ERDAS which are not possible to alter the parameters or maybe I am wrong. Can anyone help me to find an algorithm sufficient for Landsat 7 in order to perform atmospheric correction?

Best Answer

you could also check the Atmospheric and Radiometric Correction of Satellite Imagery (ARCSI) Python library, which supports a range of sensors, including Landsat 4,5,7 and 8.

To complement the comments below, there is a very clear tutorial available here and a comprehensive introduction & tutorial written by the author here

Related Question