| Literature DB >> 22247663 |
Young Jin Jung1, Yang Koo Lee, Dong Gyu Lee, Yongmi Lee, Silvia Nittel, Kate Beard, Kwang Woo Nam, Keun Ho Ryu.
Abstract
Environmental monitoring is required to understand the effects of various kinds of phenomena such as a flood, a typhoon, or a forest fire. To detect the environmental conditions in remote places, monitoring applications employ the sensor networks to detect conditions, context models to understand phenomena, and computing technology to process the large volumes of data. In this paper, we present an air pollution monitoring system to provide alarm messages about potentially dangerous areas with sensor data analysis. We design the data analysis steps to understand the detected air pollution regions and levels. The analyzed data is used to track the pollution and to give an alarm. This implemented monitoring system is used to mitigate the damages caused by air pollution.Entities:
Keywords: air pollution monitoring; context aware model; environmental monitoring system; geosensor network; sensor data processing steps
Mesh:
Year: 2011 PMID: 22247663 PMCID: PMC3251980 DOI: 10.3390/s111211235
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1.The architecture of context awareness system.
Figure 2.Sensor data abstraction steps.
Figure 3.The context model for pollution prevention.
Figure 4.The data analysis steps for recognizing air pollution area.
Global air pollution prediction with Gaussian air spread plume.
| wind // the properties of a wind such as direction, speed. |
| // check the progress direction and get predicted pollution level |
| |
| // get the moving position in each time |
| distance = wind.speed * time |
| |
| target.x = current_pollution_area.position.x + distance * cos(wind.direction * pi / 180) |
| target.y = current_pollution_area.position.y + distance * sin(wind.direction * pi / 180) |
| target.value = current_pollution_area.position.value |
| // pollution value prediction at each position in each time |
| pollution_level[time][position] = |
| dangerous_rate[time][position]= pollution_level[time][position] / AQI(level_5) * 100 * gradient |
| |
| |
| |
Figure 5.Sensor data processing for defining pollution area.
The installed sensor types.
| Node types | Quantity | Node types | Quantity | Node types | Quantity |
|---|---|---|---|---|---|
| Gateway | 1 | Carbon dioxide | 2 | Dust | 4 |
| Router | 10 | Ultra violet | 4 | Wind speed, direction | 1 |
| Window | 1 | Illumination | 6 | Humidity | 4 |
| Hydrogen Sulfide | 1 | Air pressure/altitude | 1 | Temperature |
Figure 6.User interface for environmental monitoring.
Figure 7.Sensor information management with sensorML.
Figure 8.The sensor data acquisition, transmission routes, and the network control.
Figure 9.The provided alarm message and the safety guidelines.