Using Eureka Table Lens from Inxight, I have attempted to look for correlation between the Ozone levels and various weather attributes.
For SLC site, these Air Quality Index categories are used. The AQI is
determined by the PM2.5 or PM25Max number.
Good -- 0-15.5 ug/m3
Moderate -- 15.6-40.5 ug/m3
USG -- 40.6-64.5 ug/m3
Unhealthy -- >64.6 ug/m3
For MSP site, Air quality is reported using the Air Quality Index, which
is based on the concentration of ozone levels, reported in parts per
billion, separated into five categories, Good, Moderate, Unhealthy for
Sensitive Groups, Unhealthy, and Very Unhealthy.
Good -- 0-64 ppb
Moderate -- 65-84 ppb
USG -- 85-105 ppb
Unhealthy -- >105ppb
On the other hand, we were pleasantly surprised to discover the correlation between ozone level and wind direction, indicating that there may be a source for the ozone from a certain direction.
The entire application has been setup to keep all of the data on a single display without scrolling. However, this paradigm may not be necessary, and perhaps scrolling should be allowed. Also, it may be nice to incorporate interpolation algorithms, and allow the program to generate and superimpose interpolated curves to aid the user in pattern detection.