SlideShare a Scribd company logo
1 of 7
Download to read 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 150
Analysis and Prediction of Air Quality in India
Ms. Theres Bemila Jenet1, Tushar Gada2, Harshil Patel3, Usashi Roy4
1Department of Information Technology, Shah and Anchor Kutchhi Engineering College, Mumbai, India
2,3,4Information Technology, Shah~&~Anchor Kutchhi Engineering College, Mumbai, India,
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Growing air pollution in India over the years has resulted in causing crucial environmental and health-related
hazards. There has been a need to inspect the air quality of the major commercialcities, whichiscontributingtothisdeterioration.
In this paper, data from various sources has been taken to study the various industrial, vehicular, andhouseholdaircontaminants
and to observe the pattern over the years, which includes the effect of lockdown on air quality. A comparative analysis of various
time-series algorithms has been done, and the best algorithm has been used to compute the future outcomes, in order to get an
estimation of the forthcoming air quality. This research can then be used to take the measures necessary to getthescenario under
control.
Key Words: Air Quality Index, Data Pre-Processing, Analysis of Air Quality, Python
1. INTRODUCTION
As a developing country, India has seen a rise in the number of modernizing cities, which has increased technological and
industrial growth. This rapid development has led to the manufacturing of many vehicles and devices that contribute to the
emission of toxic gases into the atmosphere. Over emission of these gases has resulted inseriousissuessuchassmog,acidrain,
and so on. Due to deforestation in urban localities, the air inhaled has become a serious concern. The air quality of some cities
has reached a certain critical point set by the government. An effective study of air quality is required to instill public
awareness.
This research includes data which was taken from the Central Pollution Control Board (CPCB).TheCPCBhasdevelopedtheAir
Quality Index (AQI) parameter to inspect the daily air contamination levels of urban areas. The AQI gives us the actual
qualitative form of the air around us so we can associate it with the various impacts on our health. The pollutants such as
Particulate Matter (PM2.5 and PM10), O3, NO2, NO, NOx, NH3, CO, and SO2 of the metropolitan cities have been taken into
consideration. Based on the concentration of thesegases,theAQIlevel oftheindividual citieshasbeencalculated.Furthermore,
exploratory data analytics of these gases have been performed to get a better view of the prime pollutants affecting the air
quality in the metropolitan cities from 2018 to 2021. The dataset being used can be classified as time-series data. To perform
forecasting, we found the most accurate algorithm by applying various algorithms to the dataset.
1.1 Problem Statement
To get knowledge about air quality, it is necessary to back-track the major pollution-causing pollutants and the locations
affected seriously by the pollutant across India. The analysis of underlying principles and patterns will give us an insight into
future air quality measures. Moreover, as there has been a drastic change in the Air Quality and the concentration of other
emissions of gases lately because of the pandemic situation of the year 2020, it becomes necessary to inspect the overall
changes over time.
1.2 Scope of the Project
The Analysis and Prediction of Air Quality in India is a data science research-based project which includes data analysis and
forecasting using historical data. The historical data includesdata takenfroma government-authorizedwebsitei.e. TheCentral
Pollution Control Board which we use for our predictions. Based on the data collected from the official site,theDashboardwill
form multiple geographical graphs, Heat maps, andother visualizations.Theproject wouldalsoprovideanestimationoftheAir
Quality of the major cities in India for the next consecutive year.
1.3 Purpose
Most of the predictions have been done on the current data and not forecasted. As India is a developing nation, with an
increasing number of factories and industries, Air Quality Index is an essential factor to be considered. As there is a huge
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 151
difference between the AQI of our country before and after the lockdown, analyzing this data gives us a better overview of the
scenario with appropriate visualizations.
Fig -1: Flowchart of the Project
2. DATA PREPROCESSING
After gaining some domain knowledge, we analyzed several factors by which the air quality index is calculated. The raw data
taken from the official government website was first converted into excel format,whichincludedthecitynames,dates,andthe
gases.
The data collected was sparse as it consisted of null values and outliers, which were treated using linear interpolation. After
correcting the data, we calculated the AQI using the general formula.
Using the AQI, we made another column that included the severity status of the air quality level as provided by the Central
Pollution Control Board and State Pollution Control Board under the Swachh Bharat Abhiyan.
Table -1: AQI Category and Pollutants
AQI Category (Range) PM10 (24hr) PM2.5 (24hr) NO2 (24hr) O3 (8hr)
CO
(8hr)
SO2 (24hr) NH3 (24hr)
Pb
(24hr)
Good (0–50) 0–50 0–30 0–40 0–50 0–1.0 0–40 0–200 0–0.5
Satisfactory (51–100) 51–100 31–60 41–80 51–100 1.1–2.0 41–80 201–400 0.5–1.0
Moderate (101–200) 101–250 61–90 81–180 101–168 2.1–10 81–380 401–800 1.1–2.0
Poor (201–300) 251–350 91–120 181–280 169–208 10–17 381–800 801–1200 2.1–3.0
Severe (301–400) 351–430 121–250 281–400 209–748 17–34 801–1600 1200–1800 3.1–3.5
Hazardous (401+) 430+ 250+ 400+ 748+ 34+ 1600+ 1800+ 3.5+
For analysis, i.e., forgeographical distribution, other attributes like the latitude andlongitude of the cities have alsobeenadded
to the dataset.
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 152
Table -2: Dataset Content
Attributes Description Data Type Duration
City 26 cities of India Nominal -
Date 2015 to 2020 Datetime -
PM2.5 Particulate Matter 2.5-micrometer in ug
/ m3
Numeric 24-hr avg
PM10 Particulate Matter 10-micrometer in ug
/ m3
Numeric 24-hr
avg
NO Nitric Oxide inS ug / m3 Numeric 24-hr avg
NO2 Nitric Dioxide in ug / m3 Numeric 24-hr avg
NOx Any Nitric x-oxide in ug/m3 Numeric 24-hr avg
NH3 Ammonia in ug / m3 Numeric 24-hr avg
CO Carbon Monoxide in mg / m3 Numeric 8-hr max
SO2 Sulphur Dioxide in ug/ m3 Numeric 24-hr avg
O3 Ozone ug / m3 Numeric 8-hr max
AQI Air Quality Index Numeric -
AQI Bucket Air Quality Index Status Nominal -
3. ANALYSIS
The daily results of the index are used to convey to the public an estimate of the level of air pollution. The analysis of the
historical data is done to get a better view of the prime pollutants affecting the air quality, the locations that were majorly
affected, and the variation of pollution levels over the time from 2018 to 2021. Moreover, an analysis has been performed on
the effect of lockdown on air quality, which compares the scenarios before and after the year 2020, when there was a
worldwide shutdown. Methods of visualizationusedforthispurposewerepyplot,plotly(plotlyexpressandgraphobjects),and
geoplotting (using folium and choropleth maps).
4. FORECASTING USING ALGORITHMS:
Based on the dataset, which included data over time, we used time-series algorithms to predict the AQI (up to August 2022).
Moreover, we used the historical data to predict the scenario where lockdown would not exist by dividing the data into two
parts where the training data has been taken before March 2020 and the testingdata fromMarch2020toAugust2021,andthe
testing part has been predicted and compared. The algorithms used are as follows:
4.1 ARIMA (Autoregressive Integrated Moving Average)
Just like ETS, ARIMA / SARIMAX is part of the old yet very good Forecasting Methods for Time Series. It also provides an
excellent base and is easy to execute using one line R or Python. It is also embedded in the Alteryx Desktop. To use Python for
ETS and ARIMA models, you can use the statsmodel package.
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 153
Chart -1: ARIMA Forecasting of the year 2022 for Delhi
4.2 Prophet by Facebook
Facebook updated its Time Series algorithm for 2017: Prophet. It is very easy to use with a few Python or R lines and provides
an easy-to-interpret prediction, the algorithm is not too complicated. Compared to ETS it is able to cope with changing trend
patterns and is better designed for high-frequency data (daily or more). Users can also incorporate some business acumen by
placing the floor and ceiling in the forecast, and the Prophet uses this information to reduce the inclination accordingly if
necessary.
Chart -2: Prophet Forecasting of the year 2022 for Delhi
4.3 LSTM (Long Short-Term Memory Algorithm)
Deep Learning offers exciting ways to predict the Time series. Among them, Recurrent Neural Networks(RNN)andLSTMcells
(Long-Short Term Memory) are popular and can be used with a few lines of code using Keras as an example.
Chart -3: LSTM Forecasting of the year 2022 for Delhi
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 154
4.4 ETS (Exponential Smoothing)
Exponential Smoothing prediction or ETS algorithm is one of the simplest and fastest to predict time series very accurately.
It can manage trends and seasons and is easy to interpret. It can be used with a single line of code in R or Python and comes
embedded in tools like Alteryx. Its version of AAA is also embedded in Excel as a function of FORECAST.ETS and PowerBI to
predict Line charts.
Chart -4: ETS Forecasting of the year 2022 for Delhi
5. COMPARATIVE ANALYSIS
The output of the most compatible algorithm concerning thedatasetisrepresentedinthedashapplication.Afterimplementing
all the algorithms in all the cities it was noticed that the rolling forecast of the ARIMA algorithm gave us the best output. The
Exponential Smoothing Algorithm gave us a comparable output followed by the Prophet algorithm. On the other hand, for the
RNN/LSTM algorithm, since the entries in the dataset were not enough for the algorithm, it did not seem to give the expected
accuracy. Parameters like RMSE, MAPE, MSE, ME, and MPE were considered.
Chart -5: Comparative analysis (RMSE) of all the Algorithms on Delhi dataset
6. DASH (USER INTERFACE)
As we were using several visualizations and tables in our project, we found Dash to be most suitable for our project. Dashis an
open-source framework for creating data viewlinks.Theuseofdashboardsinorganizationsandthedevelopmentof dashboard
applications have continued to increase these days. We can portray the huge amount of data and graphs in a minimal and
understandable format using the dashboards.
The dashboard includes citywide analysis and algorithm implementation, which provides the forecast and the comparative
analysis of each algorithm. The data analysis also provides us with geographical visualizations.
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 155
Fig -2: Page for Amritsar on Dash Application
Fig -3: Page for Data Analysis on Dash Application
Fig -4: Home Page from Dash Application
7. CONCLUSION & FUTURE SCOPE
ARIMA, LSTM, Prophet, and ETS are very good Forecasting Methods for Time Series which provide a verygoodbaselinethatis
implemented using python. The Comparative analysis of the algorithms provided us withthe mostefficientalgorithm,(ARIMA
Algorithm) for forecasting. Along with the Air quality, the intensity of the pollutants can also be predicted. The temperature
changes in our country and the health effects can also be analyzed.
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 156
8. SUMMARY
Air quality indicator (AQI) is a dimensionless indicator that statistically describes the state of air quality. By predicting air
quality indicators, we can reverse pollution-causing pollution and the worst-affected area across India. With this forecasting
model, various knowledge about the data is extracted usingvarioustechniquestoobtainheavilyaffectedregionsina particular
region (cluster). This gives more information and knowledge about the cause and seniority of the pollutants.
REFERENCES
[1] Gaganjot Kaur Kang, Jerry Zeyu Gao, Sen Chiao, Shengqiang Lu, and Gang Xie, “Air Quality Prediction:BigData andMachine
Learning Approaches”, International Journal of Environmental Science and Development, Vol. 9, No. 1, January 2018
Link: http://www.ijesd.org/vol9/1066-C0049.pdf
[2] Zhou Kang, Zhiyi Qu, “Application of BP Neural Network Optimized byGeneticSimulatedAnnealingAlgorithmtoPrediction
of Air Quality Index in Lanzhou”, 2017 2nd IEEE International Conference on Computational Intelligence and Applications
Link:https://twin.sci-hub.se/6684/7f459e29300678fc97e95c3464cae177/kang2017.pdf
[3] Yuchao Zhou;Suparna De;Gideon Ewa;Charith Perera;Klaus Moessner, “Data-DrivenAirQualityCharacterizationforUrban
Environments: A Case Study”, Year: 2018 |Volume: 6 | Journal Article |
Link: https://ieeexplore.ieee.org/document/8555540
[4] Venkat Rao, Uhasri, Pavan Kalyan Srikanth, Hari Kiran Reddy, “Air Quality Prediction Of Data Log By Machine Learning”,
2020 6th International Conference on Advanced Computing & Communication Systems (ICACCS)
Link: https://sci-hub.se/10.1109/ICACCS48705.2020.9074431
[5] A. Gnana Soundari, J. Gnana Jeslin M.E, Akshaya A.C, “INDIAN AIR QUALITY PREDICTION AND ANALYSIS USING MACHINE
LEARNING”, International Journal of Applied Engineering Research ISSN 0973-4562 Volume 14, Number 11, 2019 (Special
Issue),
Link: https://www.ripublication.com/ijaerspl2019/ijaerv14n11spl_34.pdf
[6] Kalash Agarwal, Yatender Singh, Jasmendra Singh, Abhishek Goyal, “Air Pollution Prediction Using Machine
Learning”,International Research Journal of Engineering and Technology (IRJET),Volume: 07 Issue: 07 | July 2020
Link: https://www.irjet.net/archives/V7/i7/IRJET-V7I7293.pdf
[7] Radhika M.Patil, Dr. H. T. Dinde, Sonali. K. Powar, “A Literature Review on Prediction of Air Quality Index and Forecasting
Ambient Air Pollutants using Machine Learning Algorithms”, International Journal of Innovative Science and Research
Technology, Volume 5, Issue 8, August – 2020
Link: https://www.ijisrt.com/assets/upload/files/IJISRT20AUG683.pdf
Link: https://www.google.co.in/books/edition/_/o5qnDwAAQBAJ?hl=en&gbpv=1
[9] SABA AMEER, MUNAM ALI SHAH , ABID KHAN , HOUBING SONG , CARSTEN MAPLE, SAIF UL ISLAM, AND MUHAMMAD
NABEEL ASGHAR, “Comparative Analysis of Machine Learning Techniques for Predicting Air QualityinSmartCities”,SPECIAL
SECTION ON URBAN COMPUTING AND INTELLIGENCE, date of publication June 26, 2019.
Link: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8746201
[10] https://github.com/krishnaik06/AQI-Project
[11] Dataset: https://www.kaggle.com/rohanrao/air-quality-data-in-india
[12] AQI Calculation: https://www.kaggle.com/rohanrao/calculating-aqi-air-quality-index
[8] Jason Brownlee, “Deep Learning for Time Series Forecasting,Predict the Future with MLPs, CNNs and LSTMs in Python”,
Originally published: 30 August 2018

More Related Content

Similar to Analysis and Prediction of Air Quality in India

IRJET- Analysis and Prediction of Air Quality
IRJET- Analysis and Prediction of Air QualityIRJET- Analysis and Prediction of Air Quality
IRJET- Analysis and Prediction of Air QualityIRJET Journal
 
IRJET- A Comparative Study on Seasonal Variations of Air Quality Index (AQI) ...
IRJET- A Comparative Study on Seasonal Variations of Air Quality Index (AQI) ...IRJET- A Comparative Study on Seasonal Variations of Air Quality Index (AQI) ...
IRJET- A Comparative Study on Seasonal Variations of Air Quality Index (AQI) ...IRJET Journal
 
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 Journal
 
IRJET- Study on Vehicular Emission in Trivandrum Urban Centre
IRJET- Study on Vehicular Emission in Trivandrum Urban CentreIRJET- Study on Vehicular Emission in Trivandrum Urban Centre
IRJET- Study on Vehicular Emission in Trivandrum Urban CentreIRJET Journal
 
IRJET- Air Pollution Prediction using Machine Learning
IRJET- Air Pollution Prediction using Machine LearningIRJET- Air Pollution Prediction using Machine Learning
IRJET- Air Pollution Prediction using Machine LearningIRJET Journal
 
Air Quality Index (AQI): Prediction and Optimization
Air Quality Index (AQI): Prediction and OptimizationAir Quality Index (AQI): Prediction and Optimization
Air Quality Index (AQI): Prediction and OptimizationIRJET Journal
 
Assessment of Variation in Concentration of Air Pollutants Within Monitoring ...
Assessment of Variation in Concentration of Air Pollutants Within Monitoring ...Assessment of Variation in Concentration of Air Pollutants Within Monitoring ...
Assessment of Variation in Concentration of Air Pollutants Within Monitoring ...IRJET Journal
 
IRJET- Co2 Monitoring System for Public Transport
IRJET- Co2 Monitoring System for Public TransportIRJET- Co2 Monitoring System for Public Transport
IRJET- Co2 Monitoring System for Public TransportIRJET Journal
 
IRJET- Vehicular Exhaust Emission Estimation and Control Modelling
IRJET- Vehicular Exhaust Emission Estimation and Control ModellingIRJET- Vehicular Exhaust Emission Estimation and Control Modelling
IRJET- Vehicular Exhaust Emission Estimation and Control ModellingIRJET Journal
 
Briefing health-impacts-assessment-of-integrated-steel-plant-jsw-utkal-steel...
Briefing  health-impacts-assessment-of-integrated-steel-plant-jsw-utkal-steel...Briefing  health-impacts-assessment-of-integrated-steel-plant-jsw-utkal-steel...
Briefing health-impacts-assessment-of-integrated-steel-plant-jsw-utkal-steel...sabrangsabrang
 
Air Quality Visualization
Air Quality VisualizationAir Quality Visualization
Air Quality VisualizationIRJET Journal
 
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITYAIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITYIRJET Journal
 
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITYAIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITYIRJET Journal
 
IRJET - Recovery of Energy from Exhaust Air of Textile Industry with the ...
IRJET -  	  Recovery of Energy from Exhaust Air of Textile Industry with the ...IRJET -  	  Recovery of Energy from Exhaust Air of Textile Industry with the ...
IRJET - Recovery of Energy from Exhaust Air of Textile Industry with the ...IRJET Journal
 
AIR QUALITY INDEX MEASUREMENT
AIR QUALITY INDEX MEASUREMENT AIR QUALITY INDEX MEASUREMENT
AIR QUALITY INDEX MEASUREMENT Dhruvan Delvadia
 
IRJET- An IoT based Low Cost Air Pollution Monitoring System
IRJET- An IoT based Low Cost Air Pollution Monitoring SystemIRJET- An IoT based Low Cost Air Pollution Monitoring System
IRJET- An IoT based Low Cost Air Pollution Monitoring SystemIRJET Journal
 
Air Quality Study on measeurement tools.pptx
Air Quality Study on measeurement tools.pptxAir Quality Study on measeurement tools.pptx
Air Quality Study on measeurement tools.pptxRAJA SEKHAR MAMILLAPALLI
 
Air Pollution Prediction via Differential Evolution Strategies with Random Fo...
Air Pollution Prediction via Differential Evolution Strategies with Random Fo...Air Pollution Prediction via Differential Evolution Strategies with Random Fo...
Air Pollution Prediction via Differential Evolution Strategies with Random Fo...IRJET Journal
 
EDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTCEDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTCMihirDatir1
 
Acit15 389 wsn_aqmc_link
Acit15 389 wsn_aqmc_linkAcit15 389 wsn_aqmc_link
Acit15 389 wsn_aqmc_linkMohamed Fezari
 

Similar to Analysis and Prediction of Air Quality in India (20)

IRJET- Analysis and Prediction of Air Quality
IRJET- Analysis and Prediction of Air QualityIRJET- Analysis and Prediction of Air Quality
IRJET- Analysis and Prediction of Air Quality
 
IRJET- A Comparative Study on Seasonal Variations of Air Quality Index (AQI) ...
IRJET- A Comparative Study on Seasonal Variations of Air Quality Index (AQI) ...IRJET- A Comparative Study on Seasonal Variations of Air Quality Index (AQI) ...
IRJET- A Comparative Study on Seasonal Variations of Air Quality Index (AQI) ...
 
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- Study on Vehicular Emission in Trivandrum Urban Centre
IRJET- Study on Vehicular Emission in Trivandrum Urban CentreIRJET- Study on Vehicular Emission in Trivandrum Urban Centre
IRJET- Study on Vehicular Emission in Trivandrum Urban Centre
 
IRJET- Air Pollution Prediction using Machine Learning
IRJET- Air Pollution Prediction using Machine LearningIRJET- Air Pollution Prediction using Machine Learning
IRJET- Air Pollution Prediction using Machine Learning
 
Air Quality Index (AQI): Prediction and Optimization
Air Quality Index (AQI): Prediction and OptimizationAir Quality Index (AQI): Prediction and Optimization
Air Quality Index (AQI): Prediction and Optimization
 
Assessment of Variation in Concentration of Air Pollutants Within Monitoring ...
Assessment of Variation in Concentration of Air Pollutants Within Monitoring ...Assessment of Variation in Concentration of Air Pollutants Within Monitoring ...
Assessment of Variation in Concentration of Air Pollutants Within Monitoring ...
 
IRJET- Co2 Monitoring System for Public Transport
IRJET- Co2 Monitoring System for Public TransportIRJET- Co2 Monitoring System for Public Transport
IRJET- Co2 Monitoring System for Public Transport
 
IRJET- Vehicular Exhaust Emission Estimation and Control Modelling
IRJET- Vehicular Exhaust Emission Estimation and Control ModellingIRJET- Vehicular Exhaust Emission Estimation and Control Modelling
IRJET- Vehicular Exhaust Emission Estimation and Control Modelling
 
Briefing health-impacts-assessment-of-integrated-steel-plant-jsw-utkal-steel...
Briefing  health-impacts-assessment-of-integrated-steel-plant-jsw-utkal-steel...Briefing  health-impacts-assessment-of-integrated-steel-plant-jsw-utkal-steel...
Briefing health-impacts-assessment-of-integrated-steel-plant-jsw-utkal-steel...
 
Air Quality Visualization
Air Quality VisualizationAir Quality Visualization
Air Quality Visualization
 
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITYAIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
 
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITYAIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
AIR POLLUTION IMPACT ON ENVIRONMENT IN KOZHIKODE CITY
 
IRJET - Recovery of Energy from Exhaust Air of Textile Industry with the ...
IRJET -  	  Recovery of Energy from Exhaust Air of Textile Industry with the ...IRJET -  	  Recovery of Energy from Exhaust Air of Textile Industry with the ...
IRJET - Recovery of Energy from Exhaust Air of Textile Industry with the ...
 
AIR QUALITY INDEX MEASUREMENT
AIR QUALITY INDEX MEASUREMENT AIR QUALITY INDEX MEASUREMENT
AIR QUALITY INDEX MEASUREMENT
 
IRJET- An IoT based Low Cost Air Pollution Monitoring System
IRJET- An IoT based Low Cost Air Pollution Monitoring SystemIRJET- An IoT based Low Cost Air Pollution Monitoring System
IRJET- An IoT based Low Cost Air Pollution Monitoring System
 
Air Quality Study on measeurement tools.pptx
Air Quality Study on measeurement tools.pptxAir Quality Study on measeurement tools.pptx
Air Quality Study on measeurement tools.pptx
 
Air Pollution Prediction via Differential Evolution Strategies with Random Fo...
Air Pollution Prediction via Differential Evolution Strategies with Random Fo...Air Pollution Prediction via Differential Evolution Strategies with Random Fo...
Air Pollution Prediction via Differential Evolution Strategies with Random Fo...
 
EDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTCEDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTC
 
Acit15 389 wsn_aqmc_link
Acit15 389 wsn_aqmc_linkAcit15 389 wsn_aqmc_link
Acit15 389 wsn_aqmc_link
 

More from IRJET Journal

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...IRJET Journal
 
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 STRUCTUREIRJET Journal
 
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...IRJET Journal
 
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 CharacteristicsIRJET Journal
 
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...IRJET Journal
 
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-...IRJET Journal
 
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...IRJET Journal
 
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...IRJET Journal
 
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 ADASIRJET Journal
 
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,...IRJET Journal
 
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 ProIRJET Journal
 
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...IRJET Journal
 
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 SystemIRJET Journal
 
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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
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 ...IRJET Journal
 
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.IRJET Journal
 
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...IRJET Journal
 
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 DesignIRJET Journal
 
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...IRJET Journal
 

More from 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...
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
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 Performancesivaprakash250
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
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...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
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
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
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...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Analysis and Prediction of Air Quality in India

  • 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 150 Analysis and Prediction of Air Quality in India Ms. Theres Bemila Jenet1, Tushar Gada2, Harshil Patel3, Usashi Roy4 1Department of Information Technology, Shah and Anchor Kutchhi Engineering College, Mumbai, India 2,3,4Information Technology, Shah~&~Anchor Kutchhi Engineering College, Mumbai, India, ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Growing air pollution in India over the years has resulted in causing crucial environmental and health-related hazards. There has been a need to inspect the air quality of the major commercialcities, whichiscontributingtothisdeterioration. In this paper, data from various sources has been taken to study the various industrial, vehicular, andhouseholdaircontaminants and to observe the pattern over the years, which includes the effect of lockdown on air quality. A comparative analysis of various time-series algorithms has been done, and the best algorithm has been used to compute the future outcomes, in order to get an estimation of the forthcoming air quality. This research can then be used to take the measures necessary to getthescenario under control. Key Words: Air Quality Index, Data Pre-Processing, Analysis of Air Quality, Python 1. INTRODUCTION As a developing country, India has seen a rise in the number of modernizing cities, which has increased technological and industrial growth. This rapid development has led to the manufacturing of many vehicles and devices that contribute to the emission of toxic gases into the atmosphere. Over emission of these gases has resulted inseriousissuessuchassmog,acidrain, and so on. Due to deforestation in urban localities, the air inhaled has become a serious concern. The air quality of some cities has reached a certain critical point set by the government. An effective study of air quality is required to instill public awareness. This research includes data which was taken from the Central Pollution Control Board (CPCB).TheCPCBhasdevelopedtheAir Quality Index (AQI) parameter to inspect the daily air contamination levels of urban areas. The AQI gives us the actual qualitative form of the air around us so we can associate it with the various impacts on our health. The pollutants such as Particulate Matter (PM2.5 and PM10), O3, NO2, NO, NOx, NH3, CO, and SO2 of the metropolitan cities have been taken into consideration. Based on the concentration of thesegases,theAQIlevel oftheindividual citieshasbeencalculated.Furthermore, exploratory data analytics of these gases have been performed to get a better view of the prime pollutants affecting the air quality in the metropolitan cities from 2018 to 2021. The dataset being used can be classified as time-series data. To perform forecasting, we found the most accurate algorithm by applying various algorithms to the dataset. 1.1 Problem Statement To get knowledge about air quality, it is necessary to back-track the major pollution-causing pollutants and the locations affected seriously by the pollutant across India. The analysis of underlying principles and patterns will give us an insight into future air quality measures. Moreover, as there has been a drastic change in the Air Quality and the concentration of other emissions of gases lately because of the pandemic situation of the year 2020, it becomes necessary to inspect the overall changes over time. 1.2 Scope of the Project The Analysis and Prediction of Air Quality in India is a data science research-based project which includes data analysis and forecasting using historical data. The historical data includesdata takenfroma government-authorizedwebsitei.e. TheCentral Pollution Control Board which we use for our predictions. Based on the data collected from the official site,theDashboardwill form multiple geographical graphs, Heat maps, andother visualizations.Theproject wouldalsoprovideanestimationoftheAir Quality of the major cities in India for the next consecutive year. 1.3 Purpose Most of the predictions have been done on the current data and not forecasted. As India is a developing nation, with an increasing number of factories and industries, Air Quality Index is an essential factor to be considered. As there is a huge
  • 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 151 difference between the AQI of our country before and after the lockdown, analyzing this data gives us a better overview of the scenario with appropriate visualizations. Fig -1: Flowchart of the Project 2. DATA PREPROCESSING After gaining some domain knowledge, we analyzed several factors by which the air quality index is calculated. The raw data taken from the official government website was first converted into excel format,whichincludedthecitynames,dates,andthe gases. The data collected was sparse as it consisted of null values and outliers, which were treated using linear interpolation. After correcting the data, we calculated the AQI using the general formula. Using the AQI, we made another column that included the severity status of the air quality level as provided by the Central Pollution Control Board and State Pollution Control Board under the Swachh Bharat Abhiyan. Table -1: AQI Category and Pollutants AQI Category (Range) PM10 (24hr) PM2.5 (24hr) NO2 (24hr) O3 (8hr) CO (8hr) SO2 (24hr) NH3 (24hr) Pb (24hr) Good (0–50) 0–50 0–30 0–40 0–50 0–1.0 0–40 0–200 0–0.5 Satisfactory (51–100) 51–100 31–60 41–80 51–100 1.1–2.0 41–80 201–400 0.5–1.0 Moderate (101–200) 101–250 61–90 81–180 101–168 2.1–10 81–380 401–800 1.1–2.0 Poor (201–300) 251–350 91–120 181–280 169–208 10–17 381–800 801–1200 2.1–3.0 Severe (301–400) 351–430 121–250 281–400 209–748 17–34 801–1600 1200–1800 3.1–3.5 Hazardous (401+) 430+ 250+ 400+ 748+ 34+ 1600+ 1800+ 3.5+ For analysis, i.e., forgeographical distribution, other attributes like the latitude andlongitude of the cities have alsobeenadded to the dataset.
  • 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 152 Table -2: Dataset Content Attributes Description Data Type Duration City 26 cities of India Nominal - Date 2015 to 2020 Datetime - PM2.5 Particulate Matter 2.5-micrometer in ug / m3 Numeric 24-hr avg PM10 Particulate Matter 10-micrometer in ug / m3 Numeric 24-hr avg NO Nitric Oxide inS ug / m3 Numeric 24-hr avg NO2 Nitric Dioxide in ug / m3 Numeric 24-hr avg NOx Any Nitric x-oxide in ug/m3 Numeric 24-hr avg NH3 Ammonia in ug / m3 Numeric 24-hr avg CO Carbon Monoxide in mg / m3 Numeric 8-hr max SO2 Sulphur Dioxide in ug/ m3 Numeric 24-hr avg O3 Ozone ug / m3 Numeric 8-hr max AQI Air Quality Index Numeric - AQI Bucket Air Quality Index Status Nominal - 3. ANALYSIS The daily results of the index are used to convey to the public an estimate of the level of air pollution. The analysis of the historical data is done to get a better view of the prime pollutants affecting the air quality, the locations that were majorly affected, and the variation of pollution levels over the time from 2018 to 2021. Moreover, an analysis has been performed on the effect of lockdown on air quality, which compares the scenarios before and after the year 2020, when there was a worldwide shutdown. Methods of visualizationusedforthispurposewerepyplot,plotly(plotlyexpressandgraphobjects),and geoplotting (using folium and choropleth maps). 4. FORECASTING USING ALGORITHMS: Based on the dataset, which included data over time, we used time-series algorithms to predict the AQI (up to August 2022). Moreover, we used the historical data to predict the scenario where lockdown would not exist by dividing the data into two parts where the training data has been taken before March 2020 and the testingdata fromMarch2020toAugust2021,andthe testing part has been predicted and compared. The algorithms used are as follows: 4.1 ARIMA (Autoregressive Integrated Moving Average) Just like ETS, ARIMA / SARIMAX is part of the old yet very good Forecasting Methods for Time Series. It also provides an excellent base and is easy to execute using one line R or Python. It is also embedded in the Alteryx Desktop. To use Python for ETS and ARIMA models, you can use the statsmodel package.
  • 4. 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 153 Chart -1: ARIMA Forecasting of the year 2022 for Delhi 4.2 Prophet by Facebook Facebook updated its Time Series algorithm for 2017: Prophet. It is very easy to use with a few Python or R lines and provides an easy-to-interpret prediction, the algorithm is not too complicated. Compared to ETS it is able to cope with changing trend patterns and is better designed for high-frequency data (daily or more). Users can also incorporate some business acumen by placing the floor and ceiling in the forecast, and the Prophet uses this information to reduce the inclination accordingly if necessary. Chart -2: Prophet Forecasting of the year 2022 for Delhi 4.3 LSTM (Long Short-Term Memory Algorithm) Deep Learning offers exciting ways to predict the Time series. Among them, Recurrent Neural Networks(RNN)andLSTMcells (Long-Short Term Memory) are popular and can be used with a few lines of code using Keras as an example. Chart -3: LSTM Forecasting of the year 2022 for Delhi
  • 5. 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 154 4.4 ETS (Exponential Smoothing) Exponential Smoothing prediction or ETS algorithm is one of the simplest and fastest to predict time series very accurately. It can manage trends and seasons and is easy to interpret. It can be used with a single line of code in R or Python and comes embedded in tools like Alteryx. Its version of AAA is also embedded in Excel as a function of FORECAST.ETS and PowerBI to predict Line charts. Chart -4: ETS Forecasting of the year 2022 for Delhi 5. COMPARATIVE ANALYSIS The output of the most compatible algorithm concerning thedatasetisrepresentedinthedashapplication.Afterimplementing all the algorithms in all the cities it was noticed that the rolling forecast of the ARIMA algorithm gave us the best output. The Exponential Smoothing Algorithm gave us a comparable output followed by the Prophet algorithm. On the other hand, for the RNN/LSTM algorithm, since the entries in the dataset were not enough for the algorithm, it did not seem to give the expected accuracy. Parameters like RMSE, MAPE, MSE, ME, and MPE were considered. Chart -5: Comparative analysis (RMSE) of all the Algorithms on Delhi dataset 6. DASH (USER INTERFACE) As we were using several visualizations and tables in our project, we found Dash to be most suitable for our project. Dashis an open-source framework for creating data viewlinks.Theuseofdashboardsinorganizationsandthedevelopmentof dashboard applications have continued to increase these days. We can portray the huge amount of data and graphs in a minimal and understandable format using the dashboards. The dashboard includes citywide analysis and algorithm implementation, which provides the forecast and the comparative analysis of each algorithm. The data analysis also provides us with geographical visualizations.
  • 6. 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 155 Fig -2: Page for Amritsar on Dash Application Fig -3: Page for Data Analysis on Dash Application Fig -4: Home Page from Dash Application 7. CONCLUSION & FUTURE SCOPE ARIMA, LSTM, Prophet, and ETS are very good Forecasting Methods for Time Series which provide a verygoodbaselinethatis implemented using python. The Comparative analysis of the algorithms provided us withthe mostefficientalgorithm,(ARIMA Algorithm) for forecasting. Along with the Air quality, the intensity of the pollutants can also be predicted. The temperature changes in our country and the health effects can also be analyzed.
  • 7. 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 156 8. SUMMARY Air quality indicator (AQI) is a dimensionless indicator that statistically describes the state of air quality. By predicting air quality indicators, we can reverse pollution-causing pollution and the worst-affected area across India. With this forecasting model, various knowledge about the data is extracted usingvarioustechniquestoobtainheavilyaffectedregionsina particular region (cluster). This gives more information and knowledge about the cause and seniority of the pollutants. REFERENCES [1] Gaganjot Kaur Kang, Jerry Zeyu Gao, Sen Chiao, Shengqiang Lu, and Gang Xie, “Air Quality Prediction:BigData andMachine Learning Approaches”, International Journal of Environmental Science and Development, Vol. 9, No. 1, January 2018 Link: http://www.ijesd.org/vol9/1066-C0049.pdf [2] Zhou Kang, Zhiyi Qu, “Application of BP Neural Network Optimized byGeneticSimulatedAnnealingAlgorithmtoPrediction of Air Quality Index in Lanzhou”, 2017 2nd IEEE International Conference on Computational Intelligence and Applications Link:https://twin.sci-hub.se/6684/7f459e29300678fc97e95c3464cae177/kang2017.pdf [3] Yuchao Zhou;Suparna De;Gideon Ewa;Charith Perera;Klaus Moessner, “Data-DrivenAirQualityCharacterizationforUrban Environments: A Case Study”, Year: 2018 |Volume: 6 | Journal Article | Link: https://ieeexplore.ieee.org/document/8555540 [4] Venkat Rao, Uhasri, Pavan Kalyan Srikanth, Hari Kiran Reddy, “Air Quality Prediction Of Data Log By Machine Learning”, 2020 6th International Conference on Advanced Computing & Communication Systems (ICACCS) Link: https://sci-hub.se/10.1109/ICACCS48705.2020.9074431 [5] A. Gnana Soundari, J. Gnana Jeslin M.E, Akshaya A.C, “INDIAN AIR QUALITY PREDICTION AND ANALYSIS USING MACHINE LEARNING”, International Journal of Applied Engineering Research ISSN 0973-4562 Volume 14, Number 11, 2019 (Special Issue), Link: https://www.ripublication.com/ijaerspl2019/ijaerv14n11spl_34.pdf [6] Kalash Agarwal, Yatender Singh, Jasmendra Singh, Abhishek Goyal, “Air Pollution Prediction Using Machine Learning”,International Research Journal of Engineering and Technology (IRJET),Volume: 07 Issue: 07 | July 2020 Link: https://www.irjet.net/archives/V7/i7/IRJET-V7I7293.pdf [7] Radhika M.Patil, Dr. H. T. Dinde, Sonali. K. Powar, “A Literature Review on Prediction of Air Quality Index and Forecasting Ambient Air Pollutants using Machine Learning Algorithms”, International Journal of Innovative Science and Research Technology, Volume 5, Issue 8, August – 2020 Link: https://www.ijisrt.com/assets/upload/files/IJISRT20AUG683.pdf Link: https://www.google.co.in/books/edition/_/o5qnDwAAQBAJ?hl=en&gbpv=1 [9] SABA AMEER, MUNAM ALI SHAH , ABID KHAN , HOUBING SONG , CARSTEN MAPLE, SAIF UL ISLAM, AND MUHAMMAD NABEEL ASGHAR, “Comparative Analysis of Machine Learning Techniques for Predicting Air QualityinSmartCities”,SPECIAL SECTION ON URBAN COMPUTING AND INTELLIGENCE, date of publication June 26, 2019. Link: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8746201 [10] https://github.com/krishnaik06/AQI-Project [11] Dataset: https://www.kaggle.com/rohanrao/air-quality-data-in-india [12] AQI Calculation: https://www.kaggle.com/rohanrao/calculating-aqi-air-quality-index [8] Jason Brownlee, “Deep Learning for Time Series Forecasting,Predict the Future with MLPs, CNNs and LSTMs in Python”, Originally published: 30 August 2018