angelisg commited on
Commit
9bae09f
·
verified ·
1 Parent(s): c225db4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +111 -22
README.md CHANGED
@@ -1,22 +1,111 @@
1
- ---
2
- license: mit
3
- task_categories:
4
- - time-series-forecasting
5
- - tabular-regression
6
- language:
7
- - en
8
- - el
9
- - es
10
- - it
11
- tags:
12
- - air
13
- - quality
14
- - forecasting
15
- - imputation
16
- - analysis
17
- - pollution
18
- - weather
19
- pretty_name: RegionalAQDatasets
20
- size_categories:
21
- - 1M<n<10M
22
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - time-series-forecasting
5
+ - tabular-regression
6
+ language:
7
+ - en
8
+ - el
9
+ - es
10
+ - it
11
+ tags:
12
+ - air
13
+ - quality
14
+ - forecasting
15
+ - imputation
16
+ - analysis
17
+ - pollution
18
+ - weather
19
+ pretty_name: RegionalAQDatasets
20
+ size_categories:
21
+ - 1M<n<10M
22
+ ---
23
+
24
+
25
+ # Regional Datasets for Air Quality Monitoring in European Cities
26
+
27
+ by
28
+ _Georgios-Fotios Angelis,
29
+ Alexandros Emvoliadis,
30
+ Traianos-Ioannis Theodorou,
31
+ Alexandros Zamichos,
32
+ Anastasios Drosou
33
+ and Dimitrios Tzovaras_
34
+
35
+
36
+ Accepted as an oral presentation paper in the **IGARSS 2024**.
37
+
38
+ This repository contains the data and source code used to produce the results of the paper
39
+
40
+
41
+ ## Overview
42
+ ![model architecture_process.png](assets/all_stations.png)
43
+
44
+
45
+ ### Abstract
46
+
47
+ The primary environmental health threat in the WHO European Region is air pollution, impacting the daily health and
48
+ well-being of its citizens significantly. To effectively understand the impact, and dynamics of air quality a detailed investigation of different environmental, weather, and land cover
49
+ indices is appropriate. To this end, this paper introduces three
50
+ European cities’ spatiotemporal datasets, customized for air
51
+ pollution monitoring at a regional level. The datasets are composed of major air quality, weather measurements and land use
52
+ information. The duration is approximately from 2020 to 2023
53
+ with an hourly temporal resolution and a spatial resolution of
54
+ 0.005◦. The temporal and spatiotemporal datasets are publicly
55
+ released aiming to provide a solid foundation for researchers,
56
+ analysts, and practitioners to conduct in-depth analyses of air
57
+ pollution dynamics.
58
+
59
+ ### Motivation
60
+ Detailed monitoring of pollutant variables provides valuable insights into human activities impacting air quality and pollution sources. Advancements in sensor technologies, satellites, UAVs, and data analysis tools have enhanced the quality and quantity of air quality data, enabling better decision-making and analysis. However, creating air quality datasets is time-consuming, requiring significant effort. To address these challenges, we aggregate data from diverse sources to provide high-quality air pollution data enriched with contextual information.
61
+
62
+
63
+ ### Contributions
64
+ In summary we make the following contributions:
65
+ - We have collected and aligned diverse air quality data from three
66
+ European cities, offering high temporal accuracy (onehour resolution) for detailed analysis and low spatial
67
+ resolution for regional monitoring.
68
+ - We have enhanced data through anomaly detection and imputation, producing three ready-to-use datasets for air quality
69
+ modeling.
70
+ - We have integrated land usage features, revealing insights into
71
+ the link between urban development, land use, and air
72
+ quality.
73
+
74
+
75
+
76
+ [//]: # (### Usage)
77
+
78
+ ## License
79
+
80
+ All Python source code (including `.py` and `.ipynb` files) is made available
81
+ under the MIT license. You can freely use and modify the code, without
82
+ warranty, so long as you provide attribution to the authors. See
83
+ `LICENSE-MIT.txt` for the full license text.
84
+
85
+ [cc-by]: https://creativecommons.org/licenses/by/4.0/
86
+
87
+
88
+
89
+
90
+ ## BibTeX Citation
91
+
92
+ If you use our datasets in a scientific publication, we would appreciate using the following citations:
93
+
94
+ ```
95
+ @INPROCEEDINGS{10640879,
96
+ author={Angelis, G.- F. and Emvoliadis, A. and Theodorou, T.-I. and Zamichos, A. and Drosou, A. and Tzovaras, D.},
97
+ booktitle={IGARSS 2024 - 2024 IEEE International Geoscience and Remote Sensing Symposium},
98
+ title={Regional Datasets for Air Quality Monitoring in European Cities},
99
+ year={2024},
100
+ volume={},
101
+ number={},
102
+ pages={6875-6880},
103
+ keywords={Urban areas;Europe;Land surface;Air pollution;Solids;Spatiotemporal phenomena;Pollution measurement;Air pollution;datasets;temporal;spatiotemporal},
104
+ doi={10.1109/IGARSS53475.2024.10640879}
105
+
106
+
107
+ ```
108
+
109
+ ## Funding
110
+ This research was supported by grants from Horizon 2020, the European Union’s Programme for Research and Innovation under Grant Agreement No. 101037648 - SOCIO-BEE.
111
+ Files changed (1)