luqman8001 commited on
Commit
093036e
·
verified ·
1 Parent(s): 259ca57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -3
README.md CHANGED
@@ -1,3 +1,54 @@
1
- ---
2
- license: gpl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Air Pollutants Dataset for London Boroughs
2
+
3
+ ## Description
4
+ This dataset contains air pollutants data for various London boroughs. It includes measurements of different pollutants, such as PM2.5, CO, NOx, and more, collected at regular intervals.
5
+
6
+ ## Data Source
7
+ The data was collected using the openair library in R. The openair package provides tools to analyse air pollution data, including functions for importing, summarizing, and visualizing air quality data.
8
+
9
+ ## Data Gathering Process
10
+ The data gathering process involved the following steps:
11
+ 1. **Installation of openair**: The openair package was installed in R using the `install.packages("openair")` command.
12
+ 2. **Data Import**: Air pollutants data for London boroughs was imported using the `importAURN()` function provided by the openair package.
13
+ 3. **Data Preprocessing**: The imported data was preprocessed to handle missing values, perform any necessary data transformations, and ensure consistency.
14
+ 4. **Data Export**: The preprocessed data was exported to CSV format for further analysis and sharing.
15
+
16
+ ## Features
17
+ - **source**: Source of the data (e.g., monitoring station, dataset provider)
18
+ - **site**: Name of the monitoring site
19
+ - **code**: Code associated with the monitoring site
20
+ - **date**: Date and time of measurement
21
+ - **co**: Carbon Monoxide (CO) concentration (parts per million)
22
+ - **nox**: Nitrogen Oxides (NOx) concentration (parts per billion)
23
+ - **no2**: Nitrogen Dioxide (NO2) concentration (parts per billion)
24
+ - **no**: Nitric Oxide (NO) concentration (parts per billion)
25
+ - **so2**: Sulfur Dioxide (SO2) concentration (parts per billion)
26
+ - **pm2.5**: Particulate Matter (PM) 2.5 concentration (micrograms per cubic meter)
27
+ - **v2.5**: Fine Particulate Matter (PM) 2.5 concentration (micrograms per cubic meter)
28
+ - **nv2.5**: Non-Volatile Particulate Matter (PM) 2.5 concentration (micrograms per cubic meter)
29
+ - **pm10**: Particulate Matter (PM) 10 concentration (micrograms per cubic meter)
30
+ - **v10**: Fine Particulate Matter (PM) 10 concentration (micrograms per cubic meter)
31
+ - **nv10**: Non-Volatile Particulate Matter (PM) 10 concentration (micrograms per cubic meter)
32
+ - **o3**: Ozone (O3) concentration (parts per million)
33
+
34
+
35
+ ## License
36
+ This dataset is released under the same license as the openair package, which is the [GNU General Public License (GPL)](https://www.gnu.org/licenses/gpl-3.0.html).
37
+
38
+ ### License Summary:
39
+ - You are free to:
40
+ - Share: Copy and redistribute the material in any medium or format.
41
+ - Adapt: Remix, transform, and build upon the material for any purpose, even commercially.
42
+ - Under the following terms:
43
+ - Attribution: You must give appropriate credit to the openair package for the data collection.
44
+
45
+ For more details, please see the full text of the [GNU General Public License (GPL)](https://www.gnu.org/licenses/gpl-3.0.html).
46
+
47
+
48
+ ## Citation
49
+ If you use this dataset in your research or work, we kindly request that you cite it as follows:
50
+
51
+ Muhammad Luqman, Air Pollutants Dataset for London Boroughs. 2024. OpenAir Library. Available at: https://huggingface.co/datasets/luqman8001/London_Air_Pollutants.
52
+
53
+ Thank you for acknowledging the use of our dataset!
54
+