Geoweaver commited on
Commit
132eada
·
verified ·
1 Parent(s): a8c4d58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -3
README.md CHANGED
@@ -1,3 +1,66 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ ---
6
+
7
+
8
+ # Ozone Training Data
9
+
10
+ ## Description
11
+ This dataset contains atmospheric and environmental data used for training machine learning models to predict ozone levels. It includes various meteorological and chemical measurements collected across different locations and time periods. The dataset is designed for applications in air quality monitoring, environmental studies, and predictive modeling.
12
+
13
+ ## Authors
14
+ - Ziheng Sun
15
+ - Yunyao Li
16
+ - Daniel Tong
17
+ - Siqi Ma
18
+
19
+ ## Year
20
+ 2024
21
+
22
+ ## Columns
23
+
24
+ | Column Name | Unit | Data Type | Description |
25
+ |----------------------|--------------|-----------|-----------------------------------------------------------------------------|
26
+ | **Latitude** | Degrees | Float64 | Latitude of the observation location. |
27
+ | **Longitude** | Degrees | Float64 | Longitude of the observation location. |
28
+ | **YYYYMMDDHH** | - | Object | Date and time of the observation (formatted as year-month-day-hour). |
29
+ | **CMAQ12KM_O3(ppb)** | ppb | Float64 | Ozone concentration in parts per billion (CMAQ model data). |
30
+ | **CMAQ12KM_NO2(ppb)**| ppb | Float64 | Nitrogen dioxide concentration in parts per billion (CMAQ model data). |
31
+ | **CMAQ12KM_CO(ppm)** | ppm | Float64 | Carbon monoxide concentration in parts per million (CMAQ model data). |
32
+ | **CMAQ_OC(ug/m3)** | µg/m³ | Float64 | Organic carbon concentration in micrograms per cubic meter (CMAQ model data).|
33
+ | **CO(moles/s)** | Moles/second | Float64 | Carbon monoxide emission rate. |
34
+ | **PRSFC(Pa)** | Pascals | Float64 | Surface pressure. |
35
+ | **PBL(m)** | Meters | Float64 | Planetary boundary layer height. |
36
+ | **TEMP2(K)** | Kelvin | Float64 | Temperature at 2 meters above ground level. |
37
+ | **WSPD10(m/s)** | m/s | Float64 | Wind speed at 10 meters above ground level. |
38
+ | **WDIR10(degree)** | Degrees | Float64 | Wind direction at 10 meters above ground level. |
39
+ | **RGRND(W/m2)** | W/m² | Float64 | Ground solar radiation. |
40
+ | **CFRAC** | - | Float64 | Cloud fraction. |
41
+ | **month** | - | Integer | Month of the observation (1-12). |
42
+ | **day** | - | Integer | Day of the observation (1-31). |
43
+ | **hours** | - | Integer | Hour of the observation (0-23). |
44
+
45
+ ## License
46
+ CC-BY-4.0
47
+
48
+ ## Usage
49
+ The dataset can be used for:
50
+ - Training and testing machine learning models for air quality prediction.
51
+ - Conducting research in atmospheric and environmental sciences.
52
+ - Analyzing the relationship between meteorological factors and air pollutants.
53
+
54
+ ## Citation
55
+ If you use this dataset in your research or projects, please cite it as follows:
56
+
57
+ ```
58
+ @misc {geoweaver_2025,
59
+ author = { {Geoweaver} },
60
+ title = { ozone_training_data (Revision a8c4d58) },
61
+ year = 2025,
62
+ url = { https://huggingface.co/datasets/Geoweaver/ozone_training_data },
63
+ doi = { 10.57967/hf/4198 },
64
+ publisher = { Hugging Face }
65
+ }
66
+ ```