AERPLOT is a supplementary tool for the atmospheric dispersion model AERMOD, developed by the U.S. EPA. Its main function is to generate graphical output files for simulated concentrations at different receptors. These files, with the `.plt` extension, contain concentration data associated with specific coordinates and elevations, and can be used for graphical visualization in GIS (Geographic Information System) tools such as QGIS.
AERPLOT does not create maps directly but facilitates the export of simulated data for spatial interpretation. In this way, it serves as a bridge between AERMOD's numerical results and the visual analysis of pollutant plumes in geographic space.
To graphically visualize the emission plumes generated by AERMOD, we will use data from the bloomington.plt
file, which needs to be converted into a CSV file:
bloomington.plt
file.You can see an example of this in Figure 1.
Now open google sheets and paste the data as shown in Figure 2.
1. Delete Row 2 by right-clicking it and selecting Delete row
, as shown in Figure 3.
2. Select the entire sheet (`Ctrl+A`), go to Format > Number > Plain Text and click it. See Figure 4:
3. With Column A selected, go to Data > Split text to columns, as shown in Figure 5:
4. Adjust the first row headers to match the data in each column, as shown in Figure 6. This must be done manually, as the separation may vary.
5. Save the spreadsheet as `plot.csv` in the following directory:
''C:\Users\Cliente\Desktop\AermodTutorial\6.AERPLOT\''
With the formatted spreadsheet, we can now use QGIS to map the pollutant dispersion.
1. If you haven't installed QGIS yet, download it from QGIS_Download and complete the installation.
2. Open QGIS and click the Open Data Source Manager tab as shown in Figure 7.
3. Follow the steps illustrated in Figure 8:
4. Close the import window and, on the main QGIS screen, right-click on the top bar and select Layer Styling Panel, as shown in Figure 9:
5. Access the symbology menu as shown in Figure 10. Then scroll down, click Classify, and finally click Apply, as shown in Figure 11:
6. In the Browser panel, double-click OpenStreetMap to add the base map.
7. In the Layers panel, drag the OpenStreetMap layer to position it below the plot layer, as shown in Figure 12.
You will now be able to visually analyze the dispersion of the modeled SO₂ pollutant in the Bloomington region. The spatial visualization allows for the identification of areas with the highest concentrations over time, based on the simulation data from AERMOD.