breathgreen
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 14 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: SFIEssential
- License: mit
- Language: Python
- Default Branch: main
- Size: 25.5 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Breathing Green
An investigation through Google Air Quality dataset in Dublin.
S. Yan et al., "Breathing Green: Maximising Health and Environmental Benefits for Active Transportation Users Leveraging Large Scale Air Quality Data," 2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC), Bilbao, Spain, 2023, pp. 5496-5503, doi: 10.1109/ITSC57777.2023.10421940.
If you feel our research and data useful, welcome to cite:
@inproceedings{Yan2023,
title = {Breathing Green: Maximising Health and Environmental Benefits for Active Transportation Users Leveraging Large Scale Air Quality Data},
url = {http://dx.doi.org/10.1109/ITSC57777.2023.10421940},
DOI = {10.1109/itsc57777.2023.10421940},
booktitle = {2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC)},
publisher = {IEEE},
author = {Yan, Sen and Zhu, Shaoshu and Fernandez, Jaime B. and Sánchez, Eric Arazo and Gu, Yingqi and O’Connor, Noel E. and O’Connor, David and Liu, Mingming},
year = {2023},
month = sep
}
Background
Breathing Green is an air quality investigation project that originated from Air Quality Data Hack organized by Google. The main objective of this project is to recommend a green route to a cyclist that minimizes their exposure to pollutants by a specified pollutant index while travelling in Dublin from a specific starting point to a destination.
Data
This repository contains the link for raw data acquired from Google AirQuality Hackthon and processed csv,osm files used in our research.
Google Project Air View Data - Dublin City (May 2021 - August 2022): This dataset was collected by Google and Dublin City Council as part of Project Air View Dublin. Google’s first electric Street View car, equipped with Aclima’s mobile air sensing platform, drove through the roads of Dublin City measuring street-by-street air quality. The data collection process predominantly took place from Monday to Friday between 9:00 am and 5:00 pm from May 2021 to August 2022.
For description of data pre-processing, check our Paper :

For other pre-processed data, check Docs
Analysis
Pollutant saving and distance analysis on private devices and shared devices are listed as below:
Demo
A Demo was built to elaborate how the analysis could be applied in improving life quality of Dublin citizens.
Owner
- Login: SFIEssential
- Kind: user
- Repositories: 1
- Profile: https://github.com/SFIEssential
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use the code created or the method proposed in your research, please cite it using these metadata."
abstract: Breathing Green is an air quality investigation project that originated from Air Quality Data Hack organized by Google. The main objective of this project is to recommend a green route to a cyclist that minimizes their exposure to pollutants by a specified pollutant index while travelling in Dublin from a specific starting point to a destination.
authors:
- family-names: Yan
given-names: Sen
- family-names: Zhu
given-names: Shaoshu
- family-names: B. Fernandez
given-names: Jaime
- family-names: Arazo Sánchez
given-names: Eric
- family-names: Gu
given-names: Yingqi
- family-names: E. O`Connor
given-names: Noel
- family-names: O`Connor
given-names: David
- family-names: Liu
given-names: Mingming
email: mingming.liu@dcu.ie
title: "Breathing Green: Maximising Health and Environmental Benefits for Active Transportation Users Leveraging Large Scale Air Quality Data"
version: 1.1.0
date-released: "2023-07-31"
keywords:
- Air Pollution
- Data Analysis
- Micromobility
- Recommendation System
- Route Planning
doi: http://arxiv.org/abs/2307.15401
GitHub Events
Total
Last Year
Dependencies
- click ==8.1.3
- geopandas *
- numpy ==1.21
- osmnx *
- pandas *
- shapely *