1
This commit is contained in:
36
ems-backend/json-db/pollutant_thresholds.json
Normal file
36
ems-backend/json-db/pollutant_thresholds.json
Normal file
@@ -0,0 +1,36 @@
|
||||
[ {
|
||||
"id" : 1,
|
||||
"pollutionType" : "PM25",
|
||||
"pollutantName" : "PM25",
|
||||
"threshold" : 75.0,
|
||||
"unit" : "µg/m³",
|
||||
"description" : "细颗粒物"
|
||||
}, {
|
||||
"id" : 2,
|
||||
"pollutionType" : "O3",
|
||||
"pollutantName" : "O3",
|
||||
"threshold" : 160.0,
|
||||
"unit" : "µg/m³",
|
||||
"description" : "臭氧"
|
||||
}, {
|
||||
"id" : 3,
|
||||
"pollutionType" : "NO2",
|
||||
"pollutantName" : "NO2",
|
||||
"threshold" : 100.0,
|
||||
"unit" : "µg/m³",
|
||||
"description" : "二氧化氮"
|
||||
}, {
|
||||
"id" : 4,
|
||||
"pollutionType" : "SO2",
|
||||
"pollutantName" : "SO2",
|
||||
"threshold" : 150.0,
|
||||
"unit" : "µg/m³",
|
||||
"description" : "二氧化硫"
|
||||
}, {
|
||||
"id" : 5,
|
||||
"pollutionType" : "OTHER",
|
||||
"pollutantName" : "OTHER",
|
||||
"threshold" : 100.0,
|
||||
"unit" : "unit",
|
||||
"description" : "其他污染物"
|
||||
} ]
|
||||
Reference in New Issue
Block a user