@justair/justair-library 5.1.0 → 5.2.0-alpha.75b62a6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/pollutants.d.ts +46 -46
- package/package.json +1 -1
- package/src/constants/pollutants.js +133 -133
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export namespace PARAMETERS {
|
|
2
|
-
namespace
|
|
2
|
+
namespace CO {
|
|
3
3
|
let id: string;
|
|
4
4
|
let label: string;
|
|
5
5
|
let name: string;
|
|
@@ -9,7 +9,7 @@ export namespace PARAMETERS {
|
|
|
9
9
|
let origin: any;
|
|
10
10
|
let impacts: any;
|
|
11
11
|
}
|
|
12
|
-
namespace
|
|
12
|
+
namespace NO2 {
|
|
13
13
|
let id_1: string;
|
|
14
14
|
export { id_1 as id };
|
|
15
15
|
let label_1: string;
|
|
@@ -27,7 +27,7 @@ export namespace PARAMETERS {
|
|
|
27
27
|
let impacts_1: string;
|
|
28
28
|
export { impacts_1 as impacts };
|
|
29
29
|
}
|
|
30
|
-
namespace
|
|
30
|
+
namespace O3 {
|
|
31
31
|
let id_2: string;
|
|
32
32
|
export { id_2 as id };
|
|
33
33
|
let label_2: string;
|
|
@@ -45,7 +45,7 @@ export namespace PARAMETERS {
|
|
|
45
45
|
let impacts_2: string;
|
|
46
46
|
export { impacts_2 as impacts };
|
|
47
47
|
}
|
|
48
|
-
namespace
|
|
48
|
+
namespace PM2_5 {
|
|
49
49
|
let id_3: string;
|
|
50
50
|
export { id_3 as id };
|
|
51
51
|
let label_3: string;
|
|
@@ -58,12 +58,12 @@ export namespace PARAMETERS {
|
|
|
58
58
|
export { type_3 as type };
|
|
59
59
|
let rfc_3: any;
|
|
60
60
|
export { rfc_3 as rfc };
|
|
61
|
-
let origin_3:
|
|
61
|
+
let origin_3: string;
|
|
62
62
|
export { origin_3 as origin };
|
|
63
|
-
let impacts_3:
|
|
63
|
+
let impacts_3: string;
|
|
64
64
|
export { impacts_3 as impacts };
|
|
65
65
|
}
|
|
66
|
-
namespace
|
|
66
|
+
namespace PM10 {
|
|
67
67
|
let id_4: string;
|
|
68
68
|
export { id_4 as id };
|
|
69
69
|
let label_4: string;
|
|
@@ -76,12 +76,12 @@ export namespace PARAMETERS {
|
|
|
76
76
|
export { type_4 as type };
|
|
77
77
|
let rfc_4: any;
|
|
78
78
|
export { rfc_4 as rfc };
|
|
79
|
-
let origin_4:
|
|
79
|
+
let origin_4: string;
|
|
80
80
|
export { origin_4 as origin };
|
|
81
|
-
let impacts_4:
|
|
81
|
+
let impacts_4: string;
|
|
82
82
|
export { impacts_4 as impacts };
|
|
83
83
|
}
|
|
84
|
-
namespace
|
|
84
|
+
namespace SO2 {
|
|
85
85
|
let id_5: string;
|
|
86
86
|
export { id_5 as id };
|
|
87
87
|
let label_5: string;
|
|
@@ -99,7 +99,7 @@ export namespace PARAMETERS {
|
|
|
99
99
|
let impacts_5: any;
|
|
100
100
|
export { impacts_5 as impacts };
|
|
101
101
|
}
|
|
102
|
-
namespace
|
|
102
|
+
namespace BC {
|
|
103
103
|
let id_6: string;
|
|
104
104
|
export { id_6 as id };
|
|
105
105
|
let label_6: string;
|
|
@@ -112,12 +112,12 @@ export namespace PARAMETERS {
|
|
|
112
112
|
export { type_6 as type };
|
|
113
113
|
let rfc_6: any;
|
|
114
114
|
export { rfc_6 as rfc };
|
|
115
|
-
let origin_6:
|
|
115
|
+
let origin_6: any;
|
|
116
116
|
export { origin_6 as origin };
|
|
117
|
-
let impacts_6:
|
|
117
|
+
let impacts_6: any;
|
|
118
118
|
export { impacts_6 as impacts };
|
|
119
119
|
}
|
|
120
|
-
namespace
|
|
120
|
+
namespace BRC {
|
|
121
121
|
let id_7: string;
|
|
122
122
|
export { id_7 as id };
|
|
123
123
|
let label_7: string;
|
|
@@ -135,7 +135,7 @@ export namespace PARAMETERS {
|
|
|
135
135
|
let impacts_7: any;
|
|
136
136
|
export { impacts_7 as impacts };
|
|
137
137
|
}
|
|
138
|
-
namespace
|
|
138
|
+
namespace CO2 {
|
|
139
139
|
let id_8: string;
|
|
140
140
|
export { id_8 as id };
|
|
141
141
|
let label_8: string;
|
|
@@ -148,12 +148,12 @@ export namespace PARAMETERS {
|
|
|
148
148
|
export { type_8 as type };
|
|
149
149
|
let rfc_8: any;
|
|
150
150
|
export { rfc_8 as rfc };
|
|
151
|
-
let origin_8:
|
|
151
|
+
let origin_8: any;
|
|
152
152
|
export { origin_8 as origin };
|
|
153
|
-
let impacts_8:
|
|
153
|
+
let impacts_8: any;
|
|
154
154
|
export { impacts_8 as impacts };
|
|
155
155
|
}
|
|
156
|
-
namespace
|
|
156
|
+
namespace H2S {
|
|
157
157
|
let id_9: string;
|
|
158
158
|
export { id_9 as id };
|
|
159
159
|
let label_9: string;
|
|
@@ -171,7 +171,7 @@ export namespace PARAMETERS {
|
|
|
171
171
|
let impacts_9: any;
|
|
172
172
|
export { impacts_9 as impacts };
|
|
173
173
|
}
|
|
174
|
-
namespace
|
|
174
|
+
namespace CH4 {
|
|
175
175
|
let id_10: string;
|
|
176
176
|
export { id_10 as id };
|
|
177
177
|
let label_10: string;
|
|
@@ -189,7 +189,7 @@ export namespace PARAMETERS {
|
|
|
189
189
|
let impacts_10: any;
|
|
190
190
|
export { impacts_10 as impacts };
|
|
191
191
|
}
|
|
192
|
-
namespace
|
|
192
|
+
namespace NO {
|
|
193
193
|
let id_11: string;
|
|
194
194
|
export { id_11 as id };
|
|
195
195
|
let label_11: string;
|
|
@@ -207,7 +207,7 @@ export namespace PARAMETERS {
|
|
|
207
207
|
let impacts_11: any;
|
|
208
208
|
export { impacts_11 as impacts };
|
|
209
209
|
}
|
|
210
|
-
namespace
|
|
210
|
+
namespace PM1 {
|
|
211
211
|
let id_12: string;
|
|
212
212
|
export { id_12 as id };
|
|
213
213
|
let label_12: string;
|
|
@@ -225,7 +225,7 @@ export namespace PARAMETERS {
|
|
|
225
225
|
let impacts_12: any;
|
|
226
226
|
export { impacts_12 as impacts };
|
|
227
227
|
}
|
|
228
|
-
namespace
|
|
228
|
+
namespace UFP {
|
|
229
229
|
let id_13: string;
|
|
230
230
|
export { id_13 as id };
|
|
231
231
|
let label_13: string;
|
|
@@ -261,7 +261,7 @@ export namespace PARAMETERS {
|
|
|
261
261
|
let impacts_14: any;
|
|
262
262
|
export { impacts_14 as impacts };
|
|
263
263
|
}
|
|
264
|
-
namespace
|
|
264
|
+
namespace DP {
|
|
265
265
|
let id_15: string;
|
|
266
266
|
export { id_15 as id };
|
|
267
267
|
let label_15: string;
|
|
@@ -297,7 +297,7 @@ export namespace PARAMETERS {
|
|
|
297
297
|
let impacts_16: any;
|
|
298
298
|
export { impacts_16 as impacts };
|
|
299
299
|
}
|
|
300
|
-
namespace
|
|
300
|
+
namespace T {
|
|
301
301
|
let id_17: string;
|
|
302
302
|
export { id_17 as id };
|
|
303
303
|
let label_17: string;
|
|
@@ -315,7 +315,7 @@ export namespace PARAMETERS {
|
|
|
315
315
|
let impacts_17: any;
|
|
316
316
|
export { impacts_17 as impacts };
|
|
317
317
|
}
|
|
318
|
-
namespace
|
|
318
|
+
namespace WD {
|
|
319
319
|
let id_18: string;
|
|
320
320
|
export { id_18 as id };
|
|
321
321
|
let label_18: string;
|
|
@@ -333,7 +333,7 @@ export namespace PARAMETERS {
|
|
|
333
333
|
let impacts_18: any;
|
|
334
334
|
export { impacts_18 as impacts };
|
|
335
335
|
}
|
|
336
|
-
namespace
|
|
336
|
+
namespace WS {
|
|
337
337
|
let id_19: string;
|
|
338
338
|
export { id_19 as id };
|
|
339
339
|
let label_19: string;
|
|
@@ -353,7 +353,7 @@ export namespace PARAMETERS {
|
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
355
|
export namespace HEAVY_METALS {
|
|
356
|
-
export namespace
|
|
356
|
+
export namespace AS {
|
|
357
357
|
let id_20: string;
|
|
358
358
|
export { id_20 as id };
|
|
359
359
|
let label_20: string;
|
|
@@ -371,7 +371,7 @@ export namespace HEAVY_METALS {
|
|
|
371
371
|
let impacts_20: string;
|
|
372
372
|
export { impacts_20 as impacts };
|
|
373
373
|
}
|
|
374
|
-
export namespace
|
|
374
|
+
export namespace BA {
|
|
375
375
|
let id_21: string;
|
|
376
376
|
export { id_21 as id };
|
|
377
377
|
let label_21: string;
|
|
@@ -382,14 +382,14 @@ export namespace HEAVY_METALS {
|
|
|
382
382
|
export { unit_21 as unit };
|
|
383
383
|
let type_21: string;
|
|
384
384
|
export { type_21 as type };
|
|
385
|
-
let rfc_21:
|
|
385
|
+
let rfc_21: any;
|
|
386
386
|
export { rfc_21 as rfc };
|
|
387
387
|
let origin_21: string;
|
|
388
388
|
export { origin_21 as origin };
|
|
389
389
|
let impacts_21: string;
|
|
390
390
|
export { impacts_21 as impacts };
|
|
391
391
|
}
|
|
392
|
-
export namespace
|
|
392
|
+
export namespace C6H6 {
|
|
393
393
|
let id_22: string;
|
|
394
394
|
export { id_22 as id };
|
|
395
395
|
let label_22: string;
|
|
@@ -400,7 +400,7 @@ export namespace HEAVY_METALS {
|
|
|
400
400
|
export { unit_22 as unit };
|
|
401
401
|
let type_22: string;
|
|
402
402
|
export { type_22 as type };
|
|
403
|
-
let rfc_22:
|
|
403
|
+
let rfc_22: number;
|
|
404
404
|
export { rfc_22 as rfc };
|
|
405
405
|
let origin_22: string;
|
|
406
406
|
export { origin_22 as origin };
|
|
@@ -425,7 +425,7 @@ export namespace HEAVY_METALS {
|
|
|
425
425
|
let impacts_23: string;
|
|
426
426
|
export { impacts_23 as impacts };
|
|
427
427
|
}
|
|
428
|
-
export namespace
|
|
428
|
+
export namespace CD {
|
|
429
429
|
let id_24: string;
|
|
430
430
|
export { id_24 as id };
|
|
431
431
|
let label_24: string;
|
|
@@ -436,15 +436,14 @@ export namespace HEAVY_METALS {
|
|
|
436
436
|
export { unit_24 as unit };
|
|
437
437
|
let type_24: string;
|
|
438
438
|
export { type_24 as type };
|
|
439
|
-
let rfc_24:
|
|
439
|
+
let rfc_24: number;
|
|
440
440
|
export { rfc_24 as rfc };
|
|
441
441
|
let origin_24: string;
|
|
442
442
|
export { origin_24 as origin };
|
|
443
443
|
let impacts_24: string;
|
|
444
444
|
export { impacts_24 as impacts };
|
|
445
445
|
}
|
|
446
|
-
export
|
|
447
|
-
export namespace NI {
|
|
446
|
+
export namespace CR {
|
|
448
447
|
let id_25: string;
|
|
449
448
|
export { id_25 as id };
|
|
450
449
|
let label_25: string;
|
|
@@ -455,14 +454,14 @@ export namespace HEAVY_METALS {
|
|
|
455
454
|
export { unit_25 as unit };
|
|
456
455
|
let type_25: string;
|
|
457
456
|
export { type_25 as type };
|
|
458
|
-
let rfc_25:
|
|
457
|
+
let rfc_25: number;
|
|
459
458
|
export { rfc_25 as rfc };
|
|
460
459
|
let origin_25: string;
|
|
461
460
|
export { origin_25 as origin };
|
|
462
461
|
let impacts_25: string;
|
|
463
462
|
export { impacts_25 as impacts };
|
|
464
463
|
}
|
|
465
|
-
export namespace
|
|
464
|
+
export namespace CO_1 {
|
|
466
465
|
let id_26: string;
|
|
467
466
|
export { id_26 as id };
|
|
468
467
|
let label_26: string;
|
|
@@ -473,14 +472,15 @@ export namespace HEAVY_METALS {
|
|
|
473
472
|
export { unit_26 as unit };
|
|
474
473
|
let type_26: string;
|
|
475
474
|
export { type_26 as type };
|
|
476
|
-
let rfc_26:
|
|
475
|
+
let rfc_26: any;
|
|
477
476
|
export { rfc_26 as rfc };
|
|
478
477
|
let origin_26: string;
|
|
479
478
|
export { origin_26 as origin };
|
|
480
479
|
let impacts_26: string;
|
|
481
480
|
export { impacts_26 as impacts };
|
|
482
481
|
}
|
|
483
|
-
export
|
|
482
|
+
export { CO_1 as CO };
|
|
483
|
+
export namespace CU {
|
|
484
484
|
let id_27: string;
|
|
485
485
|
export { id_27 as id };
|
|
486
486
|
let label_27: string;
|
|
@@ -491,14 +491,14 @@ export namespace HEAVY_METALS {
|
|
|
491
491
|
export { unit_27 as unit };
|
|
492
492
|
let type_27: string;
|
|
493
493
|
export { type_27 as type };
|
|
494
|
-
let rfc_27:
|
|
494
|
+
let rfc_27: any;
|
|
495
495
|
export { rfc_27 as rfc };
|
|
496
496
|
let origin_27: string;
|
|
497
497
|
export { origin_27 as origin };
|
|
498
498
|
let impacts_27: string;
|
|
499
499
|
export { impacts_27 as impacts };
|
|
500
500
|
}
|
|
501
|
-
export namespace
|
|
501
|
+
export namespace FE {
|
|
502
502
|
let id_28: string;
|
|
503
503
|
export { id_28 as id };
|
|
504
504
|
let label_28: string;
|
|
@@ -509,14 +509,14 @@ export namespace HEAVY_METALS {
|
|
|
509
509
|
export { unit_28 as unit };
|
|
510
510
|
let type_28: string;
|
|
511
511
|
export { type_28 as type };
|
|
512
|
-
let rfc_28:
|
|
512
|
+
let rfc_28: any;
|
|
513
513
|
export { rfc_28 as rfc };
|
|
514
514
|
let origin_28: string;
|
|
515
515
|
export { origin_28 as origin };
|
|
516
516
|
let impacts_28: string;
|
|
517
517
|
export { impacts_28 as impacts };
|
|
518
518
|
}
|
|
519
|
-
export namespace
|
|
519
|
+
export namespace PB {
|
|
520
520
|
let id_29: string;
|
|
521
521
|
export { id_29 as id };
|
|
522
522
|
let label_29: string;
|
|
@@ -527,7 +527,7 @@ export namespace HEAVY_METALS {
|
|
|
527
527
|
export { unit_29 as unit };
|
|
528
528
|
let type_29: string;
|
|
529
529
|
export { type_29 as type };
|
|
530
|
-
let rfc_29:
|
|
530
|
+
let rfc_29: number;
|
|
531
531
|
export { rfc_29 as rfc };
|
|
532
532
|
let origin_29: string;
|
|
533
533
|
export { origin_29 as origin };
|
|
@@ -552,7 +552,7 @@ export namespace HEAVY_METALS {
|
|
|
552
552
|
let impacts_30: string;
|
|
553
553
|
export { impacts_30 as impacts };
|
|
554
554
|
}
|
|
555
|
-
export namespace
|
|
555
|
+
export namespace NI {
|
|
556
556
|
let id_31: string;
|
|
557
557
|
export { id_31 as id };
|
|
558
558
|
let label_31: string;
|
|
@@ -570,7 +570,7 @@ export namespace HEAVY_METALS {
|
|
|
570
570
|
let impacts_31: string;
|
|
571
571
|
export { impacts_31 as impacts };
|
|
572
572
|
}
|
|
573
|
-
export namespace
|
|
573
|
+
export namespace SE {
|
|
574
574
|
let id_32: string;
|
|
575
575
|
export { id_32 as id };
|
|
576
576
|
let label_32: string;
|
package/package.json
CHANGED
|
@@ -1,16 +1,36 @@
|
|
|
1
1
|
// Parameters measured by air quality sensors in real time.
|
|
2
2
|
// These correspond to the values stored in Monitors.parameters and used across the platform.
|
|
3
3
|
export const PARAMETERS = {
|
|
4
|
-
|
|
5
|
-
id: "
|
|
6
|
-
label: "
|
|
7
|
-
name: "
|
|
8
|
-
unit: "
|
|
9
|
-
type: "
|
|
4
|
+
CO: {
|
|
5
|
+
id: "CO",
|
|
6
|
+
label: "CO",
|
|
7
|
+
name: "Carbon Monoxide (CO)",
|
|
8
|
+
unit: "ppm",
|
|
9
|
+
type: "Gas",
|
|
10
10
|
rfc: null,
|
|
11
11
|
origin: null,
|
|
12
12
|
impacts: null,
|
|
13
13
|
},
|
|
14
|
+
NO2: {
|
|
15
|
+
id: "NO2",
|
|
16
|
+
label: "NO₂",
|
|
17
|
+
name: "Nitrogen Dioxide (NO₂)",
|
|
18
|
+
unit: "ppb",
|
|
19
|
+
type: "Gas",
|
|
20
|
+
rfc: null,
|
|
21
|
+
origin: "Harmful gas from cars, power plants, and industrial equipment that contributes to smog and acid rain.",
|
|
22
|
+
impacts: "Can cause respiratory problems, worsen asthma and bronchitis, and increase heart-related health risks.",
|
|
23
|
+
},
|
|
24
|
+
O3: {
|
|
25
|
+
id: "O3",
|
|
26
|
+
label: "O₃",
|
|
27
|
+
name: "Ozone (O₃)",
|
|
28
|
+
unit: "ppm",
|
|
29
|
+
type: "Gas",
|
|
30
|
+
rfc: null,
|
|
31
|
+
origin: "Harmful smog component formed when pollution reacts with sunlight, especially problematic on hot, sunny days.",
|
|
32
|
+
impacts: "Can irritate lungs, intensify asthma and chronic bronchitis, and increase heart problems and mortality rates.",
|
|
33
|
+
},
|
|
14
34
|
PM2_5: {
|
|
15
35
|
id: "PM2_5",
|
|
16
36
|
label: "PM₂.₅",
|
|
@@ -31,6 +51,16 @@ export const PARAMETERS = {
|
|
|
31
51
|
origin: "Larger particles including dust, dirt, soot, and smoke from various sources like construction and natural activities.",
|
|
32
52
|
impacts: "Can worsen respiratory diseases including asthma and COPD, particularly with short-term exposure.",
|
|
33
53
|
},
|
|
54
|
+
SO2: {
|
|
55
|
+
id: "SO2",
|
|
56
|
+
label: "SO₂",
|
|
57
|
+
name: "Sulfur Dioxide (SO₂)",
|
|
58
|
+
unit: "ppb",
|
|
59
|
+
type: "Gas",
|
|
60
|
+
rfc: null,
|
|
61
|
+
origin: null,
|
|
62
|
+
impacts: null,
|
|
63
|
+
},
|
|
34
64
|
BC: {
|
|
35
65
|
id: "BC",
|
|
36
66
|
label: "Black Carbon",
|
|
@@ -51,92 +81,62 @@ export const PARAMETERS = {
|
|
|
51
81
|
origin: null,
|
|
52
82
|
impacts: null,
|
|
53
83
|
},
|
|
54
|
-
|
|
55
|
-
id: "
|
|
56
|
-
label: "
|
|
57
|
-
name: "
|
|
58
|
-
unit: "pt/cm³",
|
|
59
|
-
type: "Particulate Matter",
|
|
60
|
-
rfc: null,
|
|
61
|
-
origin: null,
|
|
62
|
-
impacts: null,
|
|
63
|
-
},
|
|
64
|
-
O3: {
|
|
65
|
-
id: "O3",
|
|
66
|
-
label: "O₃",
|
|
67
|
-
name: "Ozone (O₃)",
|
|
84
|
+
CO2: {
|
|
85
|
+
id: "CO2",
|
|
86
|
+
label: "CO₂",
|
|
87
|
+
name: "Carbon Dioxide (CO₂)",
|
|
68
88
|
unit: "ppm",
|
|
69
89
|
type: "Gas",
|
|
70
90
|
rfc: null,
|
|
71
|
-
origin: "Harmful smog component formed when pollution reacts with sunlight, especially problematic on hot, sunny days.",
|
|
72
|
-
impacts: "Can irritate lungs, intensify asthma and chronic bronchitis, and increase heart problems and mortality rates.",
|
|
73
|
-
},
|
|
74
|
-
NO: {
|
|
75
|
-
id: "NO",
|
|
76
|
-
label: "NO",
|
|
77
|
-
name: "Nitric Oxide (NO)",
|
|
78
|
-
unit: "ppb",
|
|
79
|
-
type: "Gas",
|
|
80
|
-
rfc: null,
|
|
81
91
|
origin: null,
|
|
82
92
|
impacts: null,
|
|
83
93
|
},
|
|
84
|
-
|
|
85
|
-
id: "
|
|
86
|
-
label: "
|
|
87
|
-
name: "
|
|
88
|
-
unit: "
|
|
89
|
-
type: "
|
|
90
|
-
rfc: null,
|
|
91
|
-
origin: "Harmful gas from cars, power plants, and industrial equipment that contributes to smog and acid rain.",
|
|
92
|
-
impacts: "Can cause respiratory problems, worsen asthma and bronchitis, and increase heart-related health risks.",
|
|
93
|
-
},
|
|
94
|
-
SO2: {
|
|
95
|
-
id: "SO2",
|
|
96
|
-
label: "SO₂",
|
|
97
|
-
name: "Sulfur Dioxide (SO₂)",
|
|
98
|
-
unit: "ppb",
|
|
99
|
-
type: "Gas",
|
|
94
|
+
H2S: {
|
|
95
|
+
id: "H2S",
|
|
96
|
+
label: "H₂S",
|
|
97
|
+
name: "Hydrogen Sulfide (H₂S)",
|
|
98
|
+
unit: "ppm",
|
|
99
|
+
type: "Volatile Organic Compound",
|
|
100
100
|
rfc: null,
|
|
101
101
|
origin: null,
|
|
102
102
|
impacts: null,
|
|
103
103
|
},
|
|
104
|
-
|
|
105
|
-
id: "
|
|
106
|
-
label: "
|
|
107
|
-
name: "
|
|
104
|
+
CH4: {
|
|
105
|
+
id: "CH4",
|
|
106
|
+
label: "CH₄",
|
|
107
|
+
name: "Methane (CH₄)",
|
|
108
108
|
unit: "ppm",
|
|
109
|
-
type: "
|
|
109
|
+
type: "Volatile Organic Compound",
|
|
110
110
|
rfc: null,
|
|
111
111
|
origin: null,
|
|
112
112
|
impacts: null,
|
|
113
113
|
},
|
|
114
|
-
|
|
115
|
-
id: "
|
|
116
|
-
label: "
|
|
117
|
-
name: "
|
|
118
|
-
unit: "
|
|
114
|
+
NO: {
|
|
115
|
+
id: "NO",
|
|
116
|
+
label: "NO",
|
|
117
|
+
name: "Nitric Oxide (NO)",
|
|
118
|
+
unit: "ppb",
|
|
119
119
|
type: "Gas",
|
|
120
120
|
rfc: null,
|
|
121
121
|
origin: null,
|
|
122
122
|
impacts: null,
|
|
123
123
|
},
|
|
124
|
-
|
|
125
|
-
id: "
|
|
126
|
-
label: "
|
|
127
|
-
name: "
|
|
128
|
-
unit: "
|
|
129
|
-
type: "
|
|
124
|
+
PM1: {
|
|
125
|
+
id: "PM1",
|
|
126
|
+
label: "PM₁",
|
|
127
|
+
name: "Particulate Matter 1 (PM₁)",
|
|
128
|
+
unit: "µg/m³",
|
|
129
|
+
type: "Particulate Matter",
|
|
130
130
|
rfc: null,
|
|
131
131
|
origin: null,
|
|
132
132
|
impacts: null,
|
|
133
133
|
},
|
|
134
|
-
|
|
135
|
-
id: "
|
|
136
|
-
label: "
|
|
137
|
-
name: "
|
|
138
|
-
unit: "
|
|
139
|
-
type: "
|
|
134
|
+
UFP: {
|
|
135
|
+
id: "UFP",
|
|
136
|
+
label: "Ultra Fine Particles",
|
|
137
|
+
name: "Ultra Fine Particles (UFP)",
|
|
138
|
+
unit: "pt/cm³",
|
|
139
|
+
type: "Particulate Matter",
|
|
140
140
|
rfc: null,
|
|
141
141
|
origin: null,
|
|
142
142
|
impacts: null,
|
|
@@ -151,10 +151,10 @@ export const PARAMETERS = {
|
|
|
151
151
|
origin: null,
|
|
152
152
|
impacts: null,
|
|
153
153
|
},
|
|
154
|
-
|
|
155
|
-
id: "
|
|
156
|
-
label: "
|
|
157
|
-
name: "
|
|
154
|
+
DP: {
|
|
155
|
+
id: "DP",
|
|
156
|
+
label: "Dew Point",
|
|
157
|
+
name: "Dew Point (DP)",
|
|
158
158
|
unit: "°F",
|
|
159
159
|
type: "Weather",
|
|
160
160
|
rfc: null,
|
|
@@ -171,26 +171,16 @@ export const PARAMETERS = {
|
|
|
171
171
|
origin: null,
|
|
172
172
|
impacts: null,
|
|
173
173
|
},
|
|
174
|
-
|
|
175
|
-
id: "
|
|
176
|
-
label: "
|
|
177
|
-
name: "
|
|
174
|
+
T: {
|
|
175
|
+
id: "T",
|
|
176
|
+
label: "Temperature",
|
|
177
|
+
name: "Temperature (T)",
|
|
178
178
|
unit: "°F",
|
|
179
179
|
type: "Weather",
|
|
180
180
|
rfc: null,
|
|
181
181
|
origin: null,
|
|
182
182
|
impacts: null,
|
|
183
183
|
},
|
|
184
|
-
WS: {
|
|
185
|
-
id: "WS",
|
|
186
|
-
label: "Wind Speed",
|
|
187
|
-
name: "Wind Speed (WS)",
|
|
188
|
-
unit: "mph",
|
|
189
|
-
type: "Weather",
|
|
190
|
-
rfc: null,
|
|
191
|
-
origin: null,
|
|
192
|
-
impacts: null,
|
|
193
|
-
},
|
|
194
184
|
WD: {
|
|
195
185
|
id: "WD",
|
|
196
186
|
label: "Wind Direction",
|
|
@@ -201,21 +191,21 @@ export const PARAMETERS = {
|
|
|
201
191
|
origin: null,
|
|
202
192
|
impacts: null,
|
|
203
193
|
},
|
|
194
|
+
WS: {
|
|
195
|
+
id: "WS",
|
|
196
|
+
label: "Wind Speed",
|
|
197
|
+
name: "Wind Speed (WS)",
|
|
198
|
+
unit: "mph",
|
|
199
|
+
type: "Weather",
|
|
200
|
+
rfc: null,
|
|
201
|
+
origin: null,
|
|
202
|
+
impacts: null,
|
|
203
|
+
},
|
|
204
204
|
};
|
|
205
205
|
|
|
206
206
|
// Parameters analyzed from physical air samples in a laboratory.
|
|
207
207
|
// These correspond to SampleSites.parameters and are not measured by real-time sensors.
|
|
208
208
|
export const HEAVY_METALS = {
|
|
209
|
-
C6H6: {
|
|
210
|
-
id: "C6H6",
|
|
211
|
-
label: "Benzene",
|
|
212
|
-
name: "Benzene (C₆H₆)",
|
|
213
|
-
unit: "ppb",
|
|
214
|
-
type: "Volatile Organic Compound",
|
|
215
|
-
rfc: 30,
|
|
216
|
-
origin: "Benzene is a gas released when coal, oil, and gasoline are burned. It's found in car exhaust, at gas stations, and anywhere fossil fuels are burned.",
|
|
217
|
-
impacts: "Breathing in benzene for a short time can cause dizziness, drowsiness, or headaches. It may irritate the eyes, skin, or breathing passages. In extreme cases with very high exposure, it can cause loss of consciousness. Regular exposure over a long period can harm the blood, reducing red blood cell count and potentially causing serious blood disorders.",
|
|
218
|
-
},
|
|
219
209
|
AS: {
|
|
220
210
|
id: "AS",
|
|
221
211
|
label: "Arsenic",
|
|
@@ -236,6 +226,16 @@ export const HEAVY_METALS = {
|
|
|
236
226
|
origin: "This metal comes from mining operations, industrial facilities, and burning coal and oil.",
|
|
237
227
|
impacts: "Breathing barium dust can irritate the nose, throat, and lungs. It may cause coughing, difficulty breathing, and temporary increases in blood pressure. Over many years of high exposure, barium can affect heart and kidney function.",
|
|
238
228
|
},
|
|
229
|
+
C6H6: {
|
|
230
|
+
id: "C6H6",
|
|
231
|
+
label: "Benzene",
|
|
232
|
+
name: "Benzene (C₆H₆)",
|
|
233
|
+
unit: "ppb",
|
|
234
|
+
type: "Volatile Organic Compound",
|
|
235
|
+
rfc: 30,
|
|
236
|
+
origin: "Benzene is a gas released when coal, oil, and gasoline are burned. It's found in car exhaust, at gas stations, and anywhere fossil fuels are burned.",
|
|
237
|
+
impacts: "Breathing in benzene for a short time can cause dizziness, drowsiness, or headaches. It may irritate the eyes, skin, or breathing passages. In extreme cases with very high exposure, it can cause loss of consciousness. Regular exposure over a long period can harm the blood, reducing red blood cell count and potentially causing serious blood disorders.",
|
|
238
|
+
},
|
|
239
239
|
BE: {
|
|
240
240
|
id: "BE",
|
|
241
241
|
label: "Beryllium",
|
|
@@ -246,26 +246,6 @@ export const HEAVY_METALS = {
|
|
|
246
246
|
origin: "Beryllium occurs naturally in rocks, soil, coal, and oil. It gets into the air through mining and industrial processing, burning coal or fuel oil, and tobacco smoke.",
|
|
247
247
|
impacts: "Short-term exposure to high levels can cause lung inflammation, coughing, and difficulty breathing. Long-term exposure can cause permanent lung scarring, reduced lung capacity, shortness of breath, and fatigue. It has also been linked to an increased risk of lung cancer.",
|
|
248
248
|
},
|
|
249
|
-
CO: {
|
|
250
|
-
id: "CO",
|
|
251
|
-
label: "Cobalt",
|
|
252
|
-
name: "Cobalt (Co)",
|
|
253
|
-
unit: "µg/m³",
|
|
254
|
-
type: "Heavy Metal",
|
|
255
|
-
rfc: null,
|
|
256
|
-
origin: "This metal is a naturally occurring metal found throughout the environment. It gets into the air through industrial processing, manufacturing of metal alloys and pigments, and burning of coal and fuel oil.",
|
|
257
|
-
impacts: "Short-term exposure to high levels can cause coughing, wheezing, and shortness of breath. Long-term exposure may lead to reduced lung function, asthma, and lung scarring. It can also affect the heart and cause skin or respiratory allergic reactions in some people. Some studies suggest a possible link to lung cancer with prolonged exposure.",
|
|
258
|
-
},
|
|
259
|
-
NI: {
|
|
260
|
-
id: "NI",
|
|
261
|
-
label: "Nickel",
|
|
262
|
-
name: "Nickel (Ni)",
|
|
263
|
-
unit: "µg/m³",
|
|
264
|
-
type: "Heavy Metal",
|
|
265
|
-
rfc: null,
|
|
266
|
-
origin: "Nickel occurs naturally in the earth's crust. It enters the air through oil and coal combustion, metal refining, manufacturing facilities, and sewage sludge incineration.",
|
|
267
|
-
impacts: "Breathing nickel over long periods can irritate the lungs, cause reduced lung function, and trigger asthma-like symptoms. Skin contact with nickel is the most common source of reactions, causing rash and itching on the hands and forearms. Long-term inhalation exposure to certain forms of nickel — particularly those found in refinery dust — has been linked to an increased risk of lung and nasal cancers.",
|
|
268
|
-
},
|
|
269
249
|
CD: {
|
|
270
250
|
id: "CD",
|
|
271
251
|
label: "Cadmium",
|
|
@@ -286,15 +266,25 @@ export const HEAVY_METALS = {
|
|
|
286
266
|
origin: "Chromium is naturally in rocks, soil, plants, and volcanic dust. Industries like steel making, metal plating, leather tanning, and improper waste disposal release it into the environment.",
|
|
287
267
|
impacts: "Certain forms of chromium can irritate the nose, throat, and lungs when inhaled. It can also cause skin rashes or irritation upon contact. Long-term exposure to high levels has been linked to respiratory problems and an increased risk of lung cancer.",
|
|
288
268
|
},
|
|
289
|
-
|
|
290
|
-
id: "
|
|
291
|
-
label: "
|
|
292
|
-
name: "
|
|
269
|
+
CO: {
|
|
270
|
+
id: "CO",
|
|
271
|
+
label: "Cobalt",
|
|
272
|
+
name: "Cobalt (Co)",
|
|
293
273
|
unit: "µg/m³",
|
|
294
274
|
type: "Heavy Metal",
|
|
295
|
-
rfc:
|
|
296
|
-
origin: "
|
|
297
|
-
impacts: "
|
|
275
|
+
rfc: null,
|
|
276
|
+
origin: "This metal is a naturally occurring metal found throughout the environment. It gets into the air through industrial processing, manufacturing of metal alloys and pigments, and burning of coal and fuel oil.",
|
|
277
|
+
impacts: "Short-term exposure to high levels can cause coughing, wheezing, and shortness of breath. Long-term exposure may lead to reduced lung function, asthma, and lung scarring. It can also affect the heart and cause skin or respiratory allergic reactions in some people. Some studies suggest a possible link to lung cancer with prolonged exposure.",
|
|
278
|
+
},
|
|
279
|
+
CU: {
|
|
280
|
+
id: "CU",
|
|
281
|
+
label: "Copper",
|
|
282
|
+
name: "Copper (Cu)",
|
|
283
|
+
unit: "µg/m³",
|
|
284
|
+
type: "Heavy Metal - Essential Nutrient",
|
|
285
|
+
rfc: null,
|
|
286
|
+
origin: "Copper occurs naturally in soil and water. Mining, factories, and burning waste release it into the air.",
|
|
287
|
+
impacts: "Breathing copper dust or fumes can irritate the nose, throat, and lungs, causing coughing or temporary flu-like symptoms. Long-term exposure to high airborne copper levels may lead to ongoing respiratory irritation and sometimes liver or kidney effects.",
|
|
298
288
|
},
|
|
299
289
|
FE: {
|
|
300
290
|
id: "FE",
|
|
@@ -306,6 +296,16 @@ export const HEAVY_METALS = {
|
|
|
306
296
|
origin: "Iron is naturally in soil, water, and dust. Airborne iron often comes from factories, construction sites, and wear on roads from vehicles.",
|
|
307
297
|
impacts: "The human body needs iron to function properly. However, breathing iron-rich dust over long periods can cause coughing or lung irritation. Consuming too much iron can cause stomach problems, vomiting, and in severe cases, organ damage.",
|
|
308
298
|
},
|
|
299
|
+
PB: {
|
|
300
|
+
id: "PB",
|
|
301
|
+
label: "Lead",
|
|
302
|
+
name: "Lead (Pb)",
|
|
303
|
+
unit: "µg/m³",
|
|
304
|
+
type: "Heavy Metal",
|
|
305
|
+
rfc: 0, // 0 = no safe level of exposure (not the same as null/unmeasured)
|
|
306
|
+
origin: "Lead comes from old paint containing lead, contaminated soil, water pipes made with lead, factory emissions, and from when leaded gasoline was used.",
|
|
307
|
+
impacts: "Lead is especially dangerous for children. Even small amounts can harm brain development, affecting learning, behavior, and growth. There is no safe level of lead exposure for children. For adults, long-term exposure can contribute to high blood pressure, kidney problems, and reproductive issues.",
|
|
308
|
+
},
|
|
309
309
|
MN: {
|
|
310
310
|
id: "MN",
|
|
311
311
|
label: "Manganese",
|
|
@@ -316,6 +316,16 @@ export const HEAVY_METALS = {
|
|
|
316
316
|
origin: "Manganese occurs naturally in rocks, soil, and water. It enters the air through steel and iron production, mining operations, power plants, and coke ovens.",
|
|
317
317
|
impacts: "Manganese is an essential nutrient at low levels, but breathing elevated concentrations over time can affect the nervous system. Long-term exposure may slow reaction time, reduce hand steadiness, and impair coordination. At higher levels, it can cause tremors, difficulty walking, muscle stiffness, and mood or behavioral changes. Prolonged exposure may also lead to coughing and bronchitis.",
|
|
318
318
|
},
|
|
319
|
+
NI: {
|
|
320
|
+
id: "NI",
|
|
321
|
+
label: "Nickel",
|
|
322
|
+
name: "Nickel (Ni)",
|
|
323
|
+
unit: "µg/m³",
|
|
324
|
+
type: "Heavy Metal",
|
|
325
|
+
rfc: null,
|
|
326
|
+
origin: "Nickel occurs naturally in the earth's crust. It enters the air through oil and coal combustion, metal refining, manufacturing facilities, and sewage sludge incineration.",
|
|
327
|
+
impacts: "Breathing nickel over long periods can irritate the lungs, cause reduced lung function, and trigger asthma-like symptoms. Skin contact with nickel is the most common source of reactions, causing rash and itching on the hands and forearms. Long-term inhalation exposure to certain forms of nickel — particularly those found in refinery dust — has been linked to an increased risk of lung and nasal cancers.",
|
|
328
|
+
},
|
|
319
329
|
SE: {
|
|
320
330
|
id: "SE",
|
|
321
331
|
label: "Selenium",
|
|
@@ -326,16 +336,6 @@ export const HEAVY_METALS = {
|
|
|
326
336
|
origin: "Selenium occurs naturally in rocks, soil, and water. It enters the air through metal industries, mining, and selenium-recovery processes. Food and drinking water are the most common sources of everyday exposure.",
|
|
327
337
|
impacts: "Selenium is an essential nutrient at low levels, but exposure to elevated concentrations can be harmful. Breathing selenium dust or compounds can irritate the nose, throat, and lungs, causing coughing, nosebleeds, and difficulty breathing. Long-term exposure to high levels through food or water has been associated with skin discoloration, hair and nail loss, tooth decay, and reduced mental alertness.",
|
|
328
338
|
},
|
|
329
|
-
CU: {
|
|
330
|
-
id: "CU",
|
|
331
|
-
label: "Copper",
|
|
332
|
-
name: "Copper (Cu)",
|
|
333
|
-
unit: "µg/m³",
|
|
334
|
-
type: "Heavy Metal - Essential Nutrient",
|
|
335
|
-
rfc: null,
|
|
336
|
-
origin: "Copper occurs naturally in soil and water. Mining, factories, and burning waste release it into the air.",
|
|
337
|
-
impacts: "Breathing copper dust or fumes can irritate the nose, throat, and lungs, causing coughing or temporary flu-like symptoms. Long-term exposure to high airborne copper levels may lead to ongoing respiratory irritation and sometimes liver or kidney effects.",
|
|
338
|
-
},
|
|
339
339
|
ZN: {
|
|
340
340
|
id: "ZN",
|
|
341
341
|
label: "Zinc",
|