Skip to content

🛺 😷 A visual and statistical exploration of several years of air quality data for Dhaka, Bangladesh.

Notifications You must be signed in to change notification settings

TSGreen/bangladesh-air-quality

Repository files navigation

Dhaka Air Quality

This project aims to explore the air quality data for Bangladesh. It uses two datasets, a higher resolution dataset for Dhaka city, taken every hour at the US Embassy, Dhaka and a once-a-day resolution dataset for several cities published by the Bangladeshi government.

Note: This project is still in development.

Dhaka data

The data for Dhaka is collected from the US Embassy in Dhaka, which records hourly air quality measurements using a monitor on their roof. Their instrument measures the average concentration of fine particle pollutants (PM2.5) in the air over an hour and converts this into an Air Quality Index (AQI) value. AQI is a numerical scale, between 0 and 500, informing how potentially dangerous the air is to health, where small numbers are good and large numbers are bad.

The recognised acceptable standard for AQI is up to 100, once the quality of air degrades to an AQI above 100, sensitive groups of people may experience adverse health effects. AQI values above 150 are considered "unhealthy", meaning everyone begins to be at risk of adverse health issues, the severity of which increases as the AQI gets larger -- with air deemed "very unhealthy" at AQI in excess of 200 and "extremely unhealthy" above 300.

I have explored daily and seasonal variations in the data and created visualisations, previews are shown below.

For full descriptions and commentary visit my project portfolio page.

Seasonal variations:

image

Aggregated hourly varaitions:

image

Aggregated monthly varaitions:

image

Variations across the day throughout the year:

image

A write up of this data up to February 2020 was published in a leading Bangladeshi newspaper: The Daily Star image

Expansion

I am currently working on analysis of air quality in several other Bangladeshi cities, scrapped from the Bangladeshi government's Clean Air and Sustainable Environment (CASE) project. This data is much less complete than the US Embassy data and only has one daily recording.

Coming soon! A web-app data dashboard showing all these data.

Data Structure

├── data 
│   ├── bronze                
│   |    ├── case             <- Nationwide data from CASE project of BD Gov.
│   |    └── us_embassy       <- Dhaka data from US Consulate.
│   └── silver                                          
│        ├── case             <- Nationwide data from CASE project of BD Gov.
│        └── us_embassy       <- Dhaka data from US Consulate.

About

🛺 😷 A visual and statistical exploration of several years of air quality data for Dhaka, Bangladesh.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages