Skip to content

Commit 2ca32c0

Browse files
committed
Add turbidity json
1 parent ce7cc46 commit 2ca32c0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Common/UnitDefinitions/Turbidity.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)