The ULTRACOR plugin aims to perform radiometric correction of airborne images captured by UltraCam sensors. This plugin allows users to apply empirical corrections to convert digital values into reflectance, facilitating the analysis and further processing of images within the QGIS environment.
The main objective of ULTRACOR is to enable users to apply radiometric corrections to satellite images, thus improving the accuracy of the data by correcting the influence of atmospheric effects. This plugin is ideal for professionals and researchers in geospatial fields who require precise and corrected data for further analysis.
- File Selection: Load satellite imagery directly into QGIS.
- Band Selection: Choose specific bands (Blue, Green, Red, NIR) for correction.
- Correction Parameters: Input solar irradiance, offset, and scale factor values for each band.
- Radiometric Correction: Perform atmospheric correction using user-defined parameters.
- Progress Tracking: Monitor the progress of the correction process in real-time.
- Result Export: Save the corrected imagery as a new file.
- Integration with QGIS: Seamlessly load and visualize the corrected imagery in QGIS.
Radiometric atmospheric correction is essential in remote sensing to adjust the reflectance values of satellite images, accounting for the scattering and absorption caused by the Earth's atmosphere. Without such corrections, the data obtained from satellites might not accurately represent the surface characteristics, leading to potential errors in analysis.
- Solar Irradiance: The power per unit area received from the Sun through electromagnetic radiation.
- Offset and Scale Factor: Parameters are used to adjust the image's digital numbers (DN) to physical values.
- Band Selection: The process involves selecting specific wavelength bands (e.g., Blue, Green, Red, NIR) that correspond to different portions of the electromagnetic spectrum.
-
Clone the Repository:
git clone https://github.com/YourUsername/ULTRACOR.git
-
Install the Plugin:
- Copy the plugin folder to your QGIS plugins directory:
- Windows:
C:\Users\YourUsername\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins - macOS:
~/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins - Linux:
~/.local/share/QGIS/QGIS3/profiles/default/python/plugins
- Windows:
- Restart QGIS.
- Copy the plugin folder to your QGIS plugins directory:
-
Activate the Plugin:
- Go to
Plugins > Manage and Install Plugins. - Search for "ULTRACOR" and enable it.
- Go to
-
Launch ULTRACOR:
- Go to
Raster > ULTRACORto open the plugin interface.
- Go to
-
Load Satellite Image:
- Click on the "Select File" button to browse and load your satellite image into the plugin.
- The bands of the image will be automatically populated in the drop-down lists.
-
Configure Band Parameters:
- For each band (Blue, Green, Red, NIR), select the band index, input the solar irradiance, offset, and scale factor.
- The NIR band is optional and can be set to "N/A" if not applicable.
-
Save Output File:
- Choose a destination to save the corrected image using the "Save File" button.
-
Perform Correction:
- Click "OK" to start the radiometric correction. The progress will be displayed in the progress bar.
- The corrected image will be automatically loaded into QGIS upon completion.
-
Load Image in QGIS:
- Use the "Load Image" button to visualize the selected image in QGIS.
- Select a Landsat image and load it into the plugin.
- Configure the parameters for each band using pre-calculated solar irradiance values.
- Run the correction and save the output as "corrected_image.tif".
- Visualize the corrected image in QGIS and continue with further analysis.
- QGIS 3.x
- GDAL: Required for image processing.
- Python 3.x: Used for scripting within QGIS.
-
Laporte-Fauret, Q., Garon, C., Labrosse, G., and Lefebvre, R. (2020). "A Comparison of Radiometric Correction Methods Applied to UAV-Based Multispectral Imagery." Remote Sensing, 12(17), 2787. https://doi.org/10.3390/rs12172787
-
Martínez, L., et al. (2021). "Radiometric Calibration and Correction of UAV Imagery for Agricultural Applications." Sensors, 21(11), 3733. https://doi.org/10.3390/s21113733
-
Serrano, J., et al. (2022). "Comparative Analysis of Radiometric Correction Methods for UAV-Based Multispectral Imagery." IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15, 4327-4336. https://doi.org/10.1109/JSTARS.2022.3174912
-
IDEAM (2020). "Atlas de Radiación Solar, Ultravioleta y Ozono de Colombia." Instituto de Hidrología, Meteorología y Estudios Ambientales (IDEAM). Disponible en: https://www.ideam.gov.co/web/tiempo-y-clima/atlas-de-radiacion Others:
- Chavez, P. S. (1996). Image-Based Atmospheric Corrections
- Gao, B.-C. (1996). Atmospheric correction algorithms
- QGIS Documentation
ULTRACOR is licensed under the Apache License 2.0.
