Skip to content

avinash39/COVID-19-Pandemic-and-Air-Quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Pandemic and Air-Quality

Introduction

Nitrogen Dioxide (NO2), one of the major pollutants, results from vehicular, industrial, and thermal power plant emissions. During the COVID-19 pandemic, a nationwide lockdown was imposed into four phases from March 25 - May 31, 2020; Phase-I (25/03/2020 - 14/04/2020), Phase-II (15/04/2020 - 03/05/2020), Phase-III (04/05/2020 - 17/05/2020) and Phase-IV (18/05/2020 – 31/05/2020). All major anthropogenic activities contributing to atmospheric pollution (such as industries, vehicles, and other activities) were restricted during the lockdown. The current report investigates the impact of the lockdown on tropospheric NO2 concentrations before and during the different phases of lockdown through satellite obsevation and groundbased (CPCB) measurement across India and two major cities Delhi and Bangalore. Sentinel-5P NRTI NO2:Near Real-Time Nitrogen Dioxide dataset has been used for the analysis and is directly imported from the GEE Image Collection. GeeMap, a Python package for interactive mapping with Google Earth Engine API is used for the analysis.

Files

Input

  • The input folder contains all the input files.

Output

  • The input folder contains all the input files.

requiremet.txt

  • The Requirement file contains all the packages required to run the project.

Air Quality.ipynb

  • It is a Jupyter Notebook document containing all programs.

Report

  • It is the analysis part of the Project.

How to run this Project?

  • Create a virtual environment
conda create -n env python=3.8
  • Activate the Environment and install all the required packages
conda activate env
pip install pandas
pip install matplotlib
pip install geemap
conda install geopandas
conda install mamba -c conda-forge
mamba install geemap xarray_leaflet -c conda-forge
conda install jupyter_contrib_nbextensions -c conda-forge

Required packages can also be installed using the Requirement.txt file

pip install requirement.txt

  • Run Air Quality.ipynb file in Jupyter notebook

Note:

  • Please check all the input paths and the requirement carefully.

Outputs

  • NO2 level(µmol/m^2) in 2019 and 2020

2019 2020

  • No2 comparision in 2019 and 2020 during the lockdown

2019_lockdown 2020_lockdown

  • NO2 level during the lockdown phases

Pre lockdown

phase-I

phase-II

phase-III

phase-IV

NO2 level(µmol/m^2) over Delhi

  • Pre lockdown and Phase-I lockdown

Pre lockdown_Delhi Phase_I_Delhi

  • Phase-II and Phase-III lockdown

Phase_II_Delhi Phase_III_Delhi

  • Phase IV lockdown

Phase_IV_Delhi

NO2 level(µmol/m^2) over Bangalore

  • Pre lockdown and Phase-I lockdown

Pre lockdown_Bang Phase_I_Bang

  • Phase-II and Phase-III lockdown

Phase_II_Bang Phase_III_Bang

  • Phase IV lockdown

Phase_IV_Bang

Time-Series analysis over Delhi

Delhi

Time-Series analysis over Bangalore

Bang

Refrences