SlideShare uma empresa Scribd logo
1 de 3
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 887
Air Quality Visualization
Ankita Mayekar1, Tejaswari Bhamare2, Rutuja Cheke3, Swati Narwane4
1,2,3BE student, Information Technology, Datta Meghe College of Engineering, Navi Mumbai, India
4Asst. Professor, Information Technology, Datta Meghe College of Engineering, Navi Mumbai, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - With the advances of industry, air pollution is
increasingly becoming serious, and most governments in the
world have deployed many devices to monitor daily air
quality. Predicting and visualizing air quality has also
become an important issue to improve the quality of
people's lives. As far as we know, bad air quality does not
only affect the health of the respiratory tract, it may also
even cause mental illness. Many researchers have
investigated different approaches to work on air quality
forecasts, and the visualization becomes important. In this
project, we present an architecture for visualizing air
quality. Data will be collected, analyzed, and preprocessed
of collected data. We’ll use an API, and finally we use the
browser to get the data by predefined API and to present the
visualization results with chart.js. It reveals that the
visualization of the framework can work well for air quality
analysis.
Key Words: Air quality visualization, Air Quality Index,
Machine learning, ReactJS, real-time, python.
1. INTRODUCTION
Air pollution is a rapidly evolving concern in the past
decades with the increase of pollution sources worldwide.
According to the CPCB pollutants are released to the air
from a wide range of sources including transport,
agriculture, industry, waste management and households.
Rapid urbanization and industrial growth exacerbate the
problem and the pressure is felt severely in big cities.
However, air pollution does not respect borders.
Atmospheric pollutants and heavy metals are carried by
the wind, polluting water and soil away from their source.
Therefore, air pollution is a problem of industrial regions
and a global burden which affects overall parts of society.
According to the World Health Organization (WHO), 92%
of the population in our planet lives in the areas that
exceed ambient air quality limits. In addition, the report
states that air pollution is the largest environmental risk
to health, being responsible for nine deaths per year. In
addition, statistics show that external air pollution alone
accounts for 3 million deaths a year. Depending on the
duration of exposure to air pollution, type of pollutant and
the toxicity level of the pollutant, it may cause different
health issues to humans. The WHO presents air quality
guidelines to explain in detail the health effects of various
pollutants. It includes difficulty in breathing, nausea, skin
irritation, cancer, etc. The most prevalent health effects
observed in different studies include decreased
pulmonary function, asthma attacks, development of
respiratory diseases and premature death. Protecting the
atmospheric environment, including air quality
management, intervention policies, health impact and risk
evaluation, as well as air pollution modeling would be
impossible without quantitative description of air quality
with measurable quantities.
The aim of the air quality visualization is to keep the
ambient air clean enough so that it is safe for the public
health and the environment. In order to assess the status
of the air, current air quality must be monitored. Public
awareness of air pollution can help reduce both emission
levels and exposure. In addition, scientists, policymakers,
and regional and national planners need information on
air quality to make informed decisions.
Air quality monitoring provides a necessary scientific
basis for developing policies, setting objectives and
planning 10 enforcement actions. Despite the importance
of measurements, in many cases, visualizing one may be
insufficient for the purpose of fully defining population
exposure in the environment. Therefore, monitoring
should often be combined with other objective evaluation
techniques, including modeling, customization and
visualization of measurements. Traditionally air quality
visualization is based on air quality stations operated by
national environmental protection agencies. These
stations provide very precise measurements; however, the
coverage zone is limited. As a result, many new
approaches are emerging to offer high-resolution air
quality visualization.
1.1 Objective and Purpose
The main objective of this project is to implement a
supervised algorithm for prediction of air quality index
automatic and further classifying AQI into healthy,
moderate and hazardous. Performing analysis of data to
determine air quality index and then representing it in a
graphical representation. The aim is to analyze the data
and visualize the quality of air in the particular area.
However, before performing visualization the information
is exposed to different preprocessing procedures which
finally give the desired optimized output. This will allow
people to know the air quality in their area. This
summarization also helps government organizations to
work on areas where air quality is not good.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 888
1.2 Background Study
Where pollution has become a major problem around
the world, air pollution is the most dangerous, shocking
and severe pollution among other pollution. Air quality
visualization – the visualization of data – helps us
understand the classification of air pollutants in the
atmosphere. Visualized data created makes it easier to
check air quality, and increasingly diverse colors can
visually highlight the air quality level. Visualization of data
has more resilient more images and more insight) than the
original data table, which is favorable for further analysis
of data.
2. PROPOSED SYSTEM
In our approach we are planning to analyze the data and
visualize the quality of air in the particular area. However,
before performing visualization the information is
exposed to different preprocessing procedures which
finally give the desired optimized output.
This will allow people to know the air quality in their area.
This summarization also helps government organizations
to work in areas where air quality is not good.
Features
1. Provides users to check whether a particular area has
good or bad air quality.
2. Real time analysis is provided
3. Interactive web page is provided for users to visualize
the air quality.
2.1 Model
A regression model is used to scrutinize the correlation
between two or more variables and evaluates one variable
based on the others. In regression analysis, variables can
be independent, which can be used as the predictor or
input and dependent, which are used as response
variables. A regressor is the name given to any variable in
a regression model that is used to predict a response
variable. In this project we have used a random forest
regression model.
Random Forest Regression is a supervised learning
algorithm that uses a technique for regression. The
technique used is Ensemble learning method which
combines predictions from multiple machine learning
algorithms to make a accurate prediction than a single
model. A Random Forest utilize by constructing various
decision trees during training time and generating the
output by taking the mean of the classes as the prediction
of all the trees.
Uses of random forest regression
1. A Random Forest Regression model is powerful and
accurate.
2. It usually performs great on many problems,
including features with non-linear relationships.
3. It has the ability to work on a large data set with
higher dimensionality
2.2 Data Collection
We have collected the dataset from the Central Pollution
Control Board (CPCB) which includes seven parameters
which are PM2.5, PM10, NO2, NH3, CO, O3 and (Air Quality
Index) AQI. The dataset will be used to train the model for
Air Quality Index (AQI) prediction.
2.3 Data Preprocessing
Preprocessing is the technique of preparing raw data into
a clean dataset and making it suitable for machine learning
models. The raw data collected during data collection has
many null values. To eliminate null values the mean
function is used to fill all the null values.
2.4 Classification of Air Quality Index (AQI)
The Air Quality Index is an effective tool for
communicating the state of air quality to people in simple
terms. It converts aggregated air quality data of several
pollutants into a single index value. Further the AQI is
divided into six types. Each category corresponds to a
different level of health concern. Each category also has a
specific color. The color helps people to quickly determine
air quality levels in their communities.
Levels of
Concern
Values of
Index
Description of Air Quality
Good 0 to 50 Air quality is satisfactory and
air pollution no risk
Moderate 51 to 100 Air quality is acceptable
Unhealthy
for sensitive
groups
101 to 150 Members of sensitive groups
may experience health
effects
Unhealthy 151 to 200 Sensitive groups may
experience more serious
health effects
Very
Unhealthy
201 to 300 The entire population is
more likely to be affected.
Hazardous 301 and higher Everyone may experience
more serious health effects
Table 1: Classification of AQI
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 889
2.5 Implementation
To make predictions in real-time the data from API is
fetched and then fed to the trained Machine Learning
model. Then the predicted AQI and the pollution
parameters are pushed into the Firebase Database. The
frontend then fetches the real-time data from Firebase,
and the data is visible to the end user.
Searching for specific pollutants, we can get to know the
amount of that pollutant in every city in the form of a bar
chart. Also searching for a particular city, we get to know
the amount of each pollutant present in the city. In the
map we can view the air quality index of every city.
Fig 1: Working System
3. CONCLUSION
In this paper we have successfully created a regression
model which will predict AQI based on parameters like
PM2.5, PM10, NO2, SO2, O3, CO. We have selected these
parameters as they have a major contribution to the
numerical value of AQI. Since the model is capable of
predicting the current data with 94% accuracy, it will
successfully predict the upcoming air quality index of any
particular data within a given region.
From the above analysis, we see that the majorly affected
cities in India by air pollution. It helps users in monitoring
the air quality.
ACKNOWLEDGEMENT
Working on this project was a journey of immense
knowledge and experience to us. However, this would not
have been achievable without the contribution of all the
members. We would like to express gratitude to Open
Government Data Platform for providing us the data.
REFERENCES
[1] Chen, P. Visualization of real-time monitoring
datagraphic of urban environmental quality. J Image
Video Proc. 2019, 42 (2019)
[2] Lu, Wei & Ai, Tinghua & Zhang, Xiang & He, Yakun.
(2017). An Interactive Web Mapping Visualization of
Urban Air Quality Monitoring Data of China.
Atmosphere. 8. 148. 10.3390/atmos8080148.
[3] R. K. Grace, K. Aishvarya S., B. Monisha and A.
Kaarthik, "Analysis and Visualization of Air Quality
Using Real Time Pollutant Data," 2020 6th
International Conference on Advanced Computing and
Communication Systems (ICACCS), 2020, pp. 34-38,
doi: 10.1109/ICACCS48705.2020.9074283.
[4] Zell, Hanna & Quarcoo, David & Scutaru, Cristian &
Vitzthum, Karin & Uibel, Stefanie & Schöffel, Norman
& Mache, Stefanie & Groneberg, David & Spallek,
Michael. (2010). Air pollution research: Visualization
of research activity using density-equalizing mapping
and scientometric benchmarking procedures. Journal
of occupational medicine and toxicology (London,
England). 5. 5. 10.1186/1745-6673-5-5.
[5] S. R. Enigella and H. Shahnasser, "Real Time Air
Quality Monitoring," 2018 10th International
Conference on Knowledge and Smart Technology
(KST), 2018, pp. 182-185, doi:
10.1109/KST.2018.8426102.
[6] A. R. M. Forkan, G. Kimm, A. Morshed, P. P. Jayaraman,
A. Banerjee and W. Huang, "AqVision: A Tool for Air
Quality Data Visualization and Pollution-Free Route
Tracking for Smart City," 2019 23rd International
Conference in Information Visualization – Part II,
2019, pp. 47-51, doi: 10.1109/IV-2.2019.00018.
[7] A. R. M. Forkan, G. Kimm, A. Morshed, P. P. Jayaraman,
A. Banerjee and W. Huang, "AqVision: A Tool for Air
Quality Data Visualization and Pollution-Free Route
Tracking for Smart City," 2019 23rd International
Conference in Information Visualization – Part II,
2019, pp. 47-51, doi: 10.1109/IV-2.2019.00018.
[8] R. Gupta, N. Singh and B. Singh, "Neural network based
GIS application for air quality visualization," 2016 2nd
International Conference on Next Generation
Computing Technologies (NGCT), 2016, pp. 169-172,
doi: 10.1109/NGCT.2016.7877409.
[9] García, Roberto & Camaño, Juan & Barras, Rosa.
(2012). Advances in 3D visualization of air quality
data. 02002-. 10.1051/3u3d/201202002.

Mais conteúdo relacionado

Semelhante a Air Quality Visualization

An Analytical Survey on Prediction of Air Quality Index
An Analytical Survey on Prediction of Air Quality IndexAn Analytical Survey on Prediction of Air Quality Index
An Analytical Survey on Prediction of Air Quality Index
ijtsrd
 

Semelhante a Air Quality Visualization (20)

Prediction of Air Quality Index using Random Forest Algorithm
Prediction of Air Quality Index using Random Forest AlgorithmPrediction of Air Quality Index using Random Forest Algorithm
Prediction of Air Quality Index using Random Forest Algorithm
 
Final Synopsis -Bharathi(21-4-23).doc
Final Synopsis -Bharathi(21-4-23).docFinal Synopsis -Bharathi(21-4-23).doc
Final Synopsis -Bharathi(21-4-23).doc
 
A Literature Review on Ambient Air Quality Monitoring Near the Solid Waste Di...
A Literature Review on Ambient Air Quality Monitoring Near the Solid Waste Di...A Literature Review on Ambient Air Quality Monitoring Near the Solid Waste Di...
A Literature Review on Ambient Air Quality Monitoring Near the Solid Waste Di...
 
Prediction of Air Quality Influential Factors with AtmosphericAir Present Pol...
Prediction of Air Quality Influential Factors with AtmosphericAir Present Pol...Prediction of Air Quality Influential Factors with AtmosphericAir Present Pol...
Prediction of Air Quality Influential Factors with AtmosphericAir Present Pol...
 
IRJET - Prediction of Air Pollutant Concentration using Deep Learning
IRJET - Prediction of Air Pollutant Concentration using Deep LearningIRJET - Prediction of Air Pollutant Concentration using Deep Learning
IRJET - Prediction of Air Pollutant Concentration using Deep Learning
 
Environmental Impact Assessment On Ongoing Construction Project
Environmental Impact Assessment On Ongoing Construction ProjectEnvironmental Impact Assessment On Ongoing Construction Project
Environmental Impact Assessment On Ongoing Construction Project
 
IRJET- Prediction of Fine-Grained Air Quality for Pollution Control
IRJET- Prediction of Fine-Grained Air Quality for Pollution ControlIRJET- Prediction of Fine-Grained Air Quality for Pollution Control
IRJET- Prediction of Fine-Grained Air Quality for Pollution Control
 
PPT.pdf internship demo on machine lerning
PPT.pdf internship demo on machine lerningPPT.pdf internship demo on machine lerning
PPT.pdf internship demo on machine lerning
 
Air Pollution Monitoring System
Air Pollution Monitoring SystemAir Pollution Monitoring System
Air Pollution Monitoring System
 
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
Design and Implementation of Portable Outdoor Air Quality Measurement System ...Design and Implementation of Portable Outdoor Air Quality Measurement System ...
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
 
IRJET- Air Pollution Prediction System for Smart City using Data Mining T...
IRJET-  	  Air Pollution Prediction System for Smart City using Data Mining T...IRJET-  	  Air Pollution Prediction System for Smart City using Data Mining T...
IRJET- Air Pollution Prediction System for Smart City using Data Mining T...
 
HOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoTHOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoT
 
IOT ENABLED EMBEDDED BASED REAL TIME AIR QUALITY MONITORING SYSTEM
IOT ENABLED EMBEDDED BASED REAL TIME AIR QUALITY MONITORING SYSTEMIOT ENABLED EMBEDDED BASED REAL TIME AIR QUALITY MONITORING SYSTEM
IOT ENABLED EMBEDDED BASED REAL TIME AIR QUALITY MONITORING SYSTEM
 
A Deep Learning Based Air Quality Prediction
A Deep Learning Based Air Quality PredictionA Deep Learning Based Air Quality Prediction
A Deep Learning Based Air Quality Prediction
 
LIFE CYCLE ASSESSMENT OF PPE KIT USING OPEN -LCA SOFTWARE
LIFE CYCLE ASSESSMENT OF PPE KIT USING OPEN -LCA SOFTWARELIFE CYCLE ASSESSMENT OF PPE KIT USING OPEN -LCA SOFTWARE
LIFE CYCLE ASSESSMENT OF PPE KIT USING OPEN -LCA SOFTWARE
 
IRJET- Critically Polluted Area Analysis using Comprehensive Environmental Po...
IRJET- Critically Polluted Area Analysis using Comprehensive Environmental Po...IRJET- Critically Polluted Area Analysis using Comprehensive Environmental Po...
IRJET- Critically Polluted Area Analysis using Comprehensive Environmental Po...
 
An Analytical Survey on Prediction of Air Quality Index
An Analytical Survey on Prediction of Air Quality IndexAn Analytical Survey on Prediction of Air Quality Index
An Analytical Survey on Prediction of Air Quality Index
 
Climate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine LearningClimate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine Learning
 
Climate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine LearningClimate Visibility Prediction Using Machine Learning
Climate Visibility Prediction Using Machine Learning
 
Air Pollution Indices.pptx
Air Pollution Indices.pptxAir Pollution Indices.pptx
Air Pollution Indices.pptx
 

Mais de IRJET Journal

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 

Último (20)

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 

Air Quality Visualization

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 887 Air Quality Visualization Ankita Mayekar1, Tejaswari Bhamare2, Rutuja Cheke3, Swati Narwane4 1,2,3BE student, Information Technology, Datta Meghe College of Engineering, Navi Mumbai, India 4Asst. Professor, Information Technology, Datta Meghe College of Engineering, Navi Mumbai, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - With the advances of industry, air pollution is increasingly becoming serious, and most governments in the world have deployed many devices to monitor daily air quality. Predicting and visualizing air quality has also become an important issue to improve the quality of people's lives. As far as we know, bad air quality does not only affect the health of the respiratory tract, it may also even cause mental illness. Many researchers have investigated different approaches to work on air quality forecasts, and the visualization becomes important. In this project, we present an architecture for visualizing air quality. Data will be collected, analyzed, and preprocessed of collected data. We’ll use an API, and finally we use the browser to get the data by predefined API and to present the visualization results with chart.js. It reveals that the visualization of the framework can work well for air quality analysis. Key Words: Air quality visualization, Air Quality Index, Machine learning, ReactJS, real-time, python. 1. INTRODUCTION Air pollution is a rapidly evolving concern in the past decades with the increase of pollution sources worldwide. According to the CPCB pollutants are released to the air from a wide range of sources including transport, agriculture, industry, waste management and households. Rapid urbanization and industrial growth exacerbate the problem and the pressure is felt severely in big cities. However, air pollution does not respect borders. Atmospheric pollutants and heavy metals are carried by the wind, polluting water and soil away from their source. Therefore, air pollution is a problem of industrial regions and a global burden which affects overall parts of society. According to the World Health Organization (WHO), 92% of the population in our planet lives in the areas that exceed ambient air quality limits. In addition, the report states that air pollution is the largest environmental risk to health, being responsible for nine deaths per year. In addition, statistics show that external air pollution alone accounts for 3 million deaths a year. Depending on the duration of exposure to air pollution, type of pollutant and the toxicity level of the pollutant, it may cause different health issues to humans. The WHO presents air quality guidelines to explain in detail the health effects of various pollutants. It includes difficulty in breathing, nausea, skin irritation, cancer, etc. The most prevalent health effects observed in different studies include decreased pulmonary function, asthma attacks, development of respiratory diseases and premature death. Protecting the atmospheric environment, including air quality management, intervention policies, health impact and risk evaluation, as well as air pollution modeling would be impossible without quantitative description of air quality with measurable quantities. The aim of the air quality visualization is to keep the ambient air clean enough so that it is safe for the public health and the environment. In order to assess the status of the air, current air quality must be monitored. Public awareness of air pollution can help reduce both emission levels and exposure. In addition, scientists, policymakers, and regional and national planners need information on air quality to make informed decisions. Air quality monitoring provides a necessary scientific basis for developing policies, setting objectives and planning 10 enforcement actions. Despite the importance of measurements, in many cases, visualizing one may be insufficient for the purpose of fully defining population exposure in the environment. Therefore, monitoring should often be combined with other objective evaluation techniques, including modeling, customization and visualization of measurements. Traditionally air quality visualization is based on air quality stations operated by national environmental protection agencies. These stations provide very precise measurements; however, the coverage zone is limited. As a result, many new approaches are emerging to offer high-resolution air quality visualization. 1.1 Objective and Purpose The main objective of this project is to implement a supervised algorithm for prediction of air quality index automatic and further classifying AQI into healthy, moderate and hazardous. Performing analysis of data to determine air quality index and then representing it in a graphical representation. The aim is to analyze the data and visualize the quality of air in the particular area. However, before performing visualization the information is exposed to different preprocessing procedures which finally give the desired optimized output. This will allow people to know the air quality in their area. This summarization also helps government organizations to work on areas where air quality is not good.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 888 1.2 Background Study Where pollution has become a major problem around the world, air pollution is the most dangerous, shocking and severe pollution among other pollution. Air quality visualization – the visualization of data – helps us understand the classification of air pollutants in the atmosphere. Visualized data created makes it easier to check air quality, and increasingly diverse colors can visually highlight the air quality level. Visualization of data has more resilient more images and more insight) than the original data table, which is favorable for further analysis of data. 2. PROPOSED SYSTEM In our approach we are planning to analyze the data and visualize the quality of air in the particular area. However, before performing visualization the information is exposed to different preprocessing procedures which finally give the desired optimized output. This will allow people to know the air quality in their area. This summarization also helps government organizations to work in areas where air quality is not good. Features 1. Provides users to check whether a particular area has good or bad air quality. 2. Real time analysis is provided 3. Interactive web page is provided for users to visualize the air quality. 2.1 Model A regression model is used to scrutinize the correlation between two or more variables and evaluates one variable based on the others. In regression analysis, variables can be independent, which can be used as the predictor or input and dependent, which are used as response variables. A regressor is the name given to any variable in a regression model that is used to predict a response variable. In this project we have used a random forest regression model. Random Forest Regression is a supervised learning algorithm that uses a technique for regression. The technique used is Ensemble learning method which combines predictions from multiple machine learning algorithms to make a accurate prediction than a single model. A Random Forest utilize by constructing various decision trees during training time and generating the output by taking the mean of the classes as the prediction of all the trees. Uses of random forest regression 1. A Random Forest Regression model is powerful and accurate. 2. It usually performs great on many problems, including features with non-linear relationships. 3. It has the ability to work on a large data set with higher dimensionality 2.2 Data Collection We have collected the dataset from the Central Pollution Control Board (CPCB) which includes seven parameters which are PM2.5, PM10, NO2, NH3, CO, O3 and (Air Quality Index) AQI. The dataset will be used to train the model for Air Quality Index (AQI) prediction. 2.3 Data Preprocessing Preprocessing is the technique of preparing raw data into a clean dataset and making it suitable for machine learning models. The raw data collected during data collection has many null values. To eliminate null values the mean function is used to fill all the null values. 2.4 Classification of Air Quality Index (AQI) The Air Quality Index is an effective tool for communicating the state of air quality to people in simple terms. It converts aggregated air quality data of several pollutants into a single index value. Further the AQI is divided into six types. Each category corresponds to a different level of health concern. Each category also has a specific color. The color helps people to quickly determine air quality levels in their communities. Levels of Concern Values of Index Description of Air Quality Good 0 to 50 Air quality is satisfactory and air pollution no risk Moderate 51 to 100 Air quality is acceptable Unhealthy for sensitive groups 101 to 150 Members of sensitive groups may experience health effects Unhealthy 151 to 200 Sensitive groups may experience more serious health effects Very Unhealthy 201 to 300 The entire population is more likely to be affected. Hazardous 301 and higher Everyone may experience more serious health effects Table 1: Classification of AQI
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 889 2.5 Implementation To make predictions in real-time the data from API is fetched and then fed to the trained Machine Learning model. Then the predicted AQI and the pollution parameters are pushed into the Firebase Database. The frontend then fetches the real-time data from Firebase, and the data is visible to the end user. Searching for specific pollutants, we can get to know the amount of that pollutant in every city in the form of a bar chart. Also searching for a particular city, we get to know the amount of each pollutant present in the city. In the map we can view the air quality index of every city. Fig 1: Working System 3. CONCLUSION In this paper we have successfully created a regression model which will predict AQI based on parameters like PM2.5, PM10, NO2, SO2, O3, CO. We have selected these parameters as they have a major contribution to the numerical value of AQI. Since the model is capable of predicting the current data with 94% accuracy, it will successfully predict the upcoming air quality index of any particular data within a given region. From the above analysis, we see that the majorly affected cities in India by air pollution. It helps users in monitoring the air quality. ACKNOWLEDGEMENT Working on this project was a journey of immense knowledge and experience to us. However, this would not have been achievable without the contribution of all the members. We would like to express gratitude to Open Government Data Platform for providing us the data. REFERENCES [1] Chen, P. Visualization of real-time monitoring datagraphic of urban environmental quality. J Image Video Proc. 2019, 42 (2019) [2] Lu, Wei & Ai, Tinghua & Zhang, Xiang & He, Yakun. (2017). An Interactive Web Mapping Visualization of Urban Air Quality Monitoring Data of China. Atmosphere. 8. 148. 10.3390/atmos8080148. [3] R. K. Grace, K. Aishvarya S., B. Monisha and A. Kaarthik, "Analysis and Visualization of Air Quality Using Real Time Pollutant Data," 2020 6th International Conference on Advanced Computing and Communication Systems (ICACCS), 2020, pp. 34-38, doi: 10.1109/ICACCS48705.2020.9074283. [4] Zell, Hanna & Quarcoo, David & Scutaru, Cristian & Vitzthum, Karin & Uibel, Stefanie & Schöffel, Norman & Mache, Stefanie & Groneberg, David & Spallek, Michael. (2010). Air pollution research: Visualization of research activity using density-equalizing mapping and scientometric benchmarking procedures. Journal of occupational medicine and toxicology (London, England). 5. 5. 10.1186/1745-6673-5-5. [5] S. R. Enigella and H. Shahnasser, "Real Time Air Quality Monitoring," 2018 10th International Conference on Knowledge and Smart Technology (KST), 2018, pp. 182-185, doi: 10.1109/KST.2018.8426102. [6] A. R. M. Forkan, G. Kimm, A. Morshed, P. P. Jayaraman, A. Banerjee and W. Huang, "AqVision: A Tool for Air Quality Data Visualization and Pollution-Free Route Tracking for Smart City," 2019 23rd International Conference in Information Visualization – Part II, 2019, pp. 47-51, doi: 10.1109/IV-2.2019.00018. [7] A. R. M. Forkan, G. Kimm, A. Morshed, P. P. Jayaraman, A. Banerjee and W. Huang, "AqVision: A Tool for Air Quality Data Visualization and Pollution-Free Route Tracking for Smart City," 2019 23rd International Conference in Information Visualization – Part II, 2019, pp. 47-51, doi: 10.1109/IV-2.2019.00018. [8] R. Gupta, N. Singh and B. Singh, "Neural network based GIS application for air quality visualization," 2016 2nd International Conference on Next Generation Computing Technologies (NGCT), 2016, pp. 169-172, doi: 10.1109/NGCT.2016.7877409. [9] García, Roberto & Camaño, Juan & Barras, Rosa. (2012). Advances in 3D visualization of air quality data. 02002-. 10.1051/3u3d/201202002.