File size: 3,966 Bytes
8ccb601
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
  "license": "cc-by-4.0",
  "language": [
    "en"
  ],
  "pretty_name": "Ozone Training Data",
  "description": "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.",
  "authors": [
    "Ziheng Sun",
    "Yunyao Li",
    "Daniel Tong",
    "Siqi Ma"
  ],
  "year": 2024,
  "columns": [
    {
      "name": "Latitude",
      "unit": "Degrees",
      "data_type": "Float64",
      "description": "Latitude of the observation location."
    },
    {
      "name": "Longitude",
      "unit": "Degrees",
      "data_type": "Float64",
      "description": "Longitude of the observation location."
    },
    {
      "name": "YYYYMMDDHH",
      "unit": "-",
      "data_type": "Object",
      "description": "Date and time of the observation (formatted as year-month-day-hour)."
    },
    {
      "name": "CMAQ12KM_O3(ppb)",
      "unit": "ppb",
      "data_type": "Float64",
      "description": "Ozone concentration in parts per billion (CMAQ model data)."
    },
    {
      "name": "CMAQ12KM_NO2(ppb)",
      "unit": "ppb",
      "data_type": "Float64",
      "description": "Nitrogen dioxide concentration in parts per billion (CMAQ model data)."
    },
    {
      "name": "CMAQ12KM_CO(ppm)",
      "unit": "ppm",
      "data_type": "Float64",
      "description": "Carbon monoxide concentration in parts per million (CMAQ model data)."
    },
    {
      "name": "CMAQ_OC(ug/m3)",
      "unit": "µg/m³",
      "data_type": "Float64",
      "description": "Organic carbon concentration in micrograms per cubic meter (CMAQ model data)."
    },
    {
      "name": "CO(moles/s)",
      "unit": "Moles/second",
      "data_type": "Float64",
      "description": "Carbon monoxide emission rate."
    },
    {
      "name": "PRSFC(Pa)",
      "unit": "Pascals",
      "data_type": "Float64",
      "description": "Surface pressure."
    },
    {
      "name": "PBL(m)",
      "unit": "Meters",
      "data_type": "Float64",
      "description": "Planetary boundary layer height."
    },
    {
      "name": "TEMP2(K)",
      "unit": "Kelvin",
      "data_type": "Float64",
      "description": "Temperature at 2 meters above ground level."
    },
    {
      "name": "WSPD10(m/s)",
      "unit": "m/s",
      "data_type": "Float64",
      "description": "Wind speed at 10 meters above ground level."
    },
    {
      "name": "WDIR10(degree)",
      "unit": "Degrees",
      "data_type": "Float64",
      "description": "Wind direction at 10 meters above ground level."
    },
    {
      "name": "RGRND(W/m2)",
      "unit": "W/m²",
      "data_type": "Float64",
      "description": "Ground solar radiation."
    },
    {
      "name": "CFRAC",
      "unit": "-",
      "data_type": "Float64",
      "description": "Cloud fraction."
    },
    {
      "name": "month",
      "unit": "-",
      "data_type": "Integer",
      "description": "Month of the observation (1-12)."
    },
    {
      "name": "day",
      "unit": "-",
      "data_type": "Integer",
      "description": "Day of the observation (1-31)."
    },
    {
      "name": "hours",
      "unit": "-",
      "data_type": "Integer",
      "description": "Hour of the observation (0-23)."
    }
  ],
  "usage": [
    "Training and testing machine learning models for air quality prediction.",
    "Conducting research in atmospheric and environmental sciences.",
    "Analyzing the relationship between meteorological factors and air pollutants."
  ],
  "citation": {
    "author": "{Geoweaver}",
    "title": "ozone_training_data",
    "year": 2024,
    "url": "https://huggingface.co/datasets/Geoweaver/ozone_training_data",
    "doi": "10.57967/hf/4198",
    "publisher": "Hugging Face"
  }
}