This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mass.json
274 lines (274 loc) · 9.11 KB
/
Mass.json
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
{
"Name": "Mass",
"BaseUnit": "Kilogram",
"XmlDocSummary": "In physics, mass (from Greek μᾶζα \"barley cake, lump [of dough]\") is a property of a physical system or body, giving rise to the phenomena of the body's resistance to being accelerated by a force and the strength of its mutual gravitational attraction with other bodies. Instruments such as mass balances or scales use those phenomena to measure mass. The SI unit of mass is the kilogram (kg).",
"BaseDimensions": {
"M": 1
},
"Units": [
{
"SingularName": "Gram",
"PluralName": "Grams",
"BaseUnits": {
"M": "Gram"
},
"FromUnitToBaseFunc": "{x} / 1e3",
"FromBaseToUnitFunc": "{x} * 1e3",
"Prefixes": [ "Femto", "Pico", "Nano", "Micro", "Milli", "Centi", "Deci", "Deca", "Hecto", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "g" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "г" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "克" ]
}
]
},
{
"SingularName": "Tonne",
"PluralName": "Tonnes",
"BaseUnits": {
"M": "Tonne"
},
"FromUnitToBaseFunc": "{x} * 1e3",
"FromBaseToUnitFunc": "{x} / 1e3",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "t" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "т" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "吨" ]
}
]
},
{
"SingularName": "ShortTon",
"PluralName": "ShortTons",
"BaseUnits": {
"M": "ShortTon"
},
"FromUnitToBaseFunc": "{x} * 9.0718474e2",
"FromBaseToUnitFunc": "{x} / 9.0718474e2",
"XmlDocSummary": "The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg), that is most commonly used in the United States – known there simply as the ton.",
"XmlDocRemarks": "http://en.wikipedia.org/wiki/Short_ton",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "t (short)", "short tn", "ST" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "тонна малая" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "短吨" ]
}
]
},
{
"SingularName": "LongTon",
"PluralName": "LongTons",
"BaseUnits": {
"M": "LongTon"
},
"FromUnitToBaseFunc": "{x} * 1.0160469088e3",
"FromBaseToUnitFunc": "{x} / 1.0160469088e3",
"XmlDocSummary": "Long ton (weight ton or Imperial ton) is a unit of mass equal to 2,240 pounds (1,016 kg) and is the name for the unit called the \"ton\" in the avoirdupois or Imperial system of measurements that was used in the United Kingdom and several other Commonwealth countries before metrication.",
"XmlDocRemarks": "http://en.wikipedia.org/wiki/Long_ton",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "long tn" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "тонна большая" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "长吨" ]
}
]
},
{
"SingularName": "Pound",
"PluralName": "Pounds",
"BaseUnits": {
"M": "Pound"
},
"FromUnitToBaseFunc": "{x} * 0.45359237",
"FromBaseToUnitFunc": "{x} / 0.45359237",
"XmlDocSummary": "The pound or pound-mass (abbreviations: lb, lbm) is a unit of mass used in the imperial, United States customary and other systems of measurement. A number of different definitions have been used, the most common today being the international avoirdupois pound which is legally defined as exactly 0.45359237 kilograms, and which is divided into 16 avoirdupois ounces.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Pound_(mass)",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb", "lbs", "lbm" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фунт" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "磅" ]
}
]
},
{
"SingularName": "Ounce",
"PluralName": "Ounces",
"BaseUnits": {
"M": "Ounce"
},
"FromUnitToBaseFunc": "{x} * 0.028349523125",
"FromBaseToUnitFunc": "{x} / 0.028349523125",
"XmlDocSummary": "The international avoirdupois ounce (abbreviated oz) is defined as exactly 28.349523125 g under the international yard and pound agreement of 1959, signed by the United States and countries of the Commonwealth of Nations. 16 oz make up an avoirdupois pound.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Ounce",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "oz" ]
},
{
"Culture": "zh-CN",
"Abbreviations": [ "盎司" ]
}
]
},
{
"SingularName": "Slug",
"PluralName": "Slugs",
"BaseUnits": {
"M": "Slug"
},
"FromUnitToBaseFunc": "{x} / 6.852176556196105e-2",
"FromBaseToUnitFunc": "{x} * 6.852176556196105e-2",
"XmlDocSummary": "The slug (abbreviation slug) is a unit of mass that is accelerated by 1 ft/s² when a force of one pound (lbf) is exerted on it.",
"XmlDocRemarks": "http://en.wikipedia.org/wiki/Slug_(unit)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "slug" ]
}
]
},
{
"SingularName": "Stone",
"PluralName": "Stone",
"BaseUnits": {
"M": "Stone"
},
"FromUnitToBaseFunc": "{x} / 0.1574731728702698",
"FromBaseToUnitFunc": "{x} * 0.1574731728702698",
"XmlDocSummary": "The stone (abbreviation st) is a unit of mass equal to 14 pounds avoirdupois (about 6.35 kilograms) used in Great Britain and Ireland for measuring human body weight.",
"XmlDocRemarks": "http://en.wikipedia.org/wiki/Stone_(unit)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "st" ]
}
]
},
{
"SingularName": "ShortHundredweight",
"PluralName": "ShortHundredweight",
"BaseUnits": {
"M": "ShortHundredweight"
},
"FromUnitToBaseFunc": "{x} / 0.022046226218487758",
"FromBaseToUnitFunc": "{x} * 0.022046226218487758",
"XmlDocSummary": "The short hundredweight (abbreviation cwt) is a unit of mass equal to 100 pounds in US and Canada. In British English, the short hundredweight is referred to as the \"cental\".",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Hundredweight",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cwt" ]
}
]
},
{
"SingularName": "LongHundredweight",
"PluralName": "LongHundredweight",
"BaseUnits": {
"M": "LongHundredweight"
},
"FromUnitToBaseFunc": "{x} / 0.01968413055222121",
"FromBaseToUnitFunc": "{x} * 0.01968413055222121",
"XmlDocSummary": "The long or imperial hundredweight (abbreviation cwt) is a unit of mass equal to 112 pounds in US and Canada.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Hundredweight",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cwt" ]
}
]
},
{
"SingularName": "Grain",
"PluralName": "Grains",
"BaseUnits": {
"M": "Grain"
},
"FromUnitToBaseFunc": "{x} / 15432.358352941431",
"FromBaseToUnitFunc": "{x} * 15432.358352941431",
"XmlDocSummary": "A grain is a unit of measurement of mass, and in the troy weight, avoirdupois, and Apothecaries' system, equal to exactly 64.79891 milligrams.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Grain_(unit)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "gr" ]
}
]
},
{
"SingularName": "SolarMass",
"PluralName": "SolarMasses",
"BaseUnits": {
"M": "SolarMass"
},
"FromUnitToBaseFunc": "{x} * 1.98947e30",
"FromBaseToUnitFunc": "{x} / 1.98947e30",
"XmlDocSummary": "Solar mass is a ratio unit to the mass of the solar system star, the sun.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Solar_mass",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "M☉", "M⊙" ]
}
]
},
{
"SingularName": "EarthMass",
"PluralName": "EarthMasses",
"BaseUnits": {
"M": "EarthMass"
},
"FromUnitToBaseFunc": "{x} * 5.9722E+24",
"FromBaseToUnitFunc": "{x} / 5.9722E+24",
"XmlDocSummary": "Earth mass is a ratio unit to the mass of planet Earth.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Earth_mass",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "em" ]
}
]
}
]
}