Skip to content

Commit e68afa3

Browse files
committed
Add Turbidity unit
1 parent ce7cc46 commit e68afa3

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Common/UnitDefinitions/Turbidity.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"Name": "Turbidity",
3+
"BaseUnit": "NTU",
4+
"XmlDoc": "Turbidity is the cloudiness or haziness of a fluid caused by large numbers of individual particles that are generally invisible to the naked eye, similar to smoke in air. The measurement of turbidity is a key test of water quality.",
5+
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Turbidity",
6+
"Units": [
7+
{
8+
"SingularName": "NTU",
9+
"PluralName": "NTU",
10+
"FromUnitToBaseFunc": "x",
11+
"FromBaseToUnitFunc": "x",
12+
"Localization": [
13+
{
14+
"Culture": "en-US",
15+
"Abbreviations": ["NTU"]
16+
}
17+
]
18+
},
19+
{
20+
"SingularName": "MiligramPerLiter",
21+
"PluralName": "MiligramsPerLiter",
22+
"FromUnitToBaseFunc": "x/3",
23+
"FromBaseToUnitFunc": "x*3",
24+
"Localization": [
25+
{
26+
"Culture": "en-US",
27+
"Abbreviation": ["mg/l"]
28+
}
29+
]
30+
},
31+
{
32+
"SingularName": "PartPerMillion",
33+
"PluralName": "PartsPerMillion",
34+
"FromUnitToBaseFunc": "x/3",
35+
"FromBaseToUnitFunc": "x*3",
36+
"Localization": [
37+
{
38+
"Culture": "en-US",
39+
"Abbreviation": ["ppm"]
40+
}
41+
]
42+
}
43+
]
44+
}

0 commit comments

Comments
 (0)