-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSI-units.json
364 lines (364 loc) · 11.6 KB
/
SI-units.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
{
"SI Units": [
{
"Name": "Meter",
"Symbol": "m",
"Abbreviation": "Metric system/SI unit of length",
"Description": "A meter is the base unit of length in the International System of Units (SI). It is equal to the distance light travels in a vacuum in 1/299,792,458 of a second.",
"SimilarUnits": [
{
"Name": "Yard",
"Symbol": "yd",
"Conversion": "1 yard = 0.9144 m"
},
{
"Name": "Foot",
"Symbol": "ft",
"Conversion": "1 foot = 0.3048 m"
}
]
},
{
"Name": "Kilogram",
"Symbol": "kg",
"Abbreviation": "Metric system/SI unit of mass",
"Description": "The kilogram is the base unit of mass in the International System of Units (SI). It is equal to the mass of a platinum-iridium cylinder stored by the International Bureau of Weights and Measures.",
"SimilarUnits": [
{
"Name": "Pound",
"Symbol": "lb",
"Conversion": "1 pound = 0.45359237 kg"
},
{
"Name": "Gram",
"Symbol": "g",
"Conversion": "1 gram = 0.001 kg"
}
]
},
{
"Name": "Second",
"Symbol": "s",
"Abbreviation": "Metric system/SI unit of time",
"Description": "The second is the base unit of time in the International System of Units (SI). It is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium-133 atom.",
"SimilarUnits": [
{
"Name": "Minute",
"Symbol": "min",
"Conversion": "1 minute = 60 seconds"
},
{
"Name": "Hour",
"Symbol": "hr",
"Conversion": "1 hour = 3600 seconds"
}
]
},
{
"Name": "Ampere",
"Symbol": "A",
"Abbreviation": "Metric system/SI unit of electric current",
"Description": "The ampere is the base unit of electric current in the International System of Units (SI). It is equal to the flow of one coulomb of electric charge per second.",
"SimilarUnits": [
{
"Name": "Milliampere",
"Symbol": "mA",
"Conversion": "1 milliampere = 0.001 amperes"
},
{
"Name": "Microampere",
"Symbol": "μA",
"Conversion": "1 microampere = 0.000001 amperes"
}
]
},
{
"Name": "Kelvin",
"Symbol": "K",
"Abbreviation": "Metric system/SI unit of thermodynamic temperature",
"Description": "The kelvin is the base unit of thermodynamic temperature in the International System of Units (SI). It is equal to the fraction 1/273.16 of the thermodynamic temperature of the triple point of water.",
"SimilarUnits": [
{
"Name": "Celsius",
"Symbol": "°C",
"Conversion": "1 degree Celsius = 1 kelvin - 273.15"
},
{
"Name": "Fahrenheit",
"Symbol": "°F",
"Conversion": "1 degree Fahrenheit = 5/9 (kelvin - 273.15)"
}
]
},
{
"Name": "Candela",
"Symbol": "cd",
"Abbreviation": "Metric system/SI unit of luminous intensity",
"Description": "The candela is the base unit of luminous intensity in the International System of Units (SI). It is equal to the luminous intensity in a given direction of a source that emits monochromatic radiation of frequency 540 × 1012 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian.",
"SimilarUnits": [
{
"Name": "Lumen",
"Symbol": "lm",
"Conversion": "1 lumen = 1 candela steradian"
},
{
"Name": "Lux",
"Symbol": "lx",
"Conversion": "1 lux = 1 lumen/m2"
}
]
},
{
"Name": "Mole",
"Symbol": "mol",
"Abbreviation": "Metric system/SI unit of amount of substance",
"Description": "The mole is the base unit of amount of substance in the International System of Units (SI). It is equal to the amount of substance of a system which contains as many elementary entities as there are atoms in 0.012 kilogram of carbon-12.",
"SimilarUnits": [
{
"Name": "Gram Molecular Weight",
"Symbol": "g/mol",
"Conversion": "1 gram molecular weight = 1 mole"
},
{
"Name": "Kilomole",
"Symbol": "kmol",
"Conversion": "1 kilomole = 1000 moles"
}
]
},
{
"Name": "Hertz",
"Symbol": "Hz",
"Abbreviation": "Metric system/SI unit of frequency",
"Description": "The hertz is the base unit of frequency in the International System of Units (SI). It is equal to one cycle per second.",
"SimilarUnits": [
{
"Name": "Kilohertz",
"Symbol": "kHz",
"Conversion": "1 kilohertz = 1000 hertz"
},
{
"Name": "Megahertz",
"Symbol": "MHz",
"Conversion": "1 megahertz = 1000000 hertz"
}
]
},
{
"Name": "Newton",
"Symbol": "N",
"Abbreviation": "Metric system/SI unit of force",
"Description": "The newton is the base unit of force in the International System of Units (SI). It is equal to the force that gives a mass of one kilogram an acceleration of one metre per second squared.",
"SimilarUnits": [
{
"Name": "Kilogram-force",
"Symbol": "kgf",
"Conversion": "1 kilogram-force = 9.80665 newtons"
},
{
"Name": "Pound-force",
"Symbol": "lbf",
"Conversion": "1 pound-force = 4.4482216 newtons"
}
]
},
{
"Name": "Pascal",
"Symbol": "Pa",
"Abbreviation": "Metric system/SI unit of pressure",
"Description": "The pascal is the base unit of pressure in the International System of Units (SI). It is equal to one newton per square metre.",
"SimilarUnits": [
{
"Name": "Atmosphere",
"Symbol": "atm",
"Conversion": "1 atmosphere = 101325 pascals"
},
{
"Name": "Millimeter of Mercury",
"Symbol": "mmHg",
"Conversion": "1 millimeter of mercury = 133.322 pascals"
}
]
},
{
"Name": "Volt",
"Symbol": "V",
"Abbreviation": "Metric system/SI unit of electric potential",
"Description": "The volt is the base unit of electric potential in the International System of Units (SI). It is equal to the difference of electric potential between two points of a conducting wire carrying a constant current of one ampere when the power dissipated between these points is one watt.",
"SimilarUnits": [
{
"Name": "Millivolt",
"Symbol": "mV",
"Conversion": "1 millivolt = 0.001 volts"
},
{
"Name": "Microvolt",
"Symbol": "μV",
"Conversion": "1 microvolt = 0.000001 volts"
}
]
},
{
"Name": "Joule",
"Symbol": "J",
"Abbreviation": "Metric system/SI unit of energy",
"Description": "The joule is the base unit of energy in the International System of Units (SI). It is equal to the energy transferred to an object by the work of moving it a distance of one metre against a force of one newton.",
"SimilarUnits": [
{
"Name": "Calorie",
"Symbol": "cal",
"Conversion": "1 calorie = 4.184 joules"
},
{
"Name": "Kilojoule",
"Symbol": "kJ",
"Conversion": "1 kilojoule = 1000 joules"
}
]
},
{
"Name": "Watt",
"Symbol": "W",
"Abbreviation": "Metric system/SI unit of power",
"Description": "The watt is the base unit of power in the International System of Units (SI). It is equal to one joule per second.",
"SimilarUnits": [
{
"Name": "Horsepower",
"Symbol": "hp",
"Conversion": "1 horsepower = 745.7 watts"
},
{
"Name": "Kilowatt",
"Symbol": "kW",
"Conversion": "1 kilowatt = 1000 watts"
}
]
},
{
"Name": "Coulomb",
"Symbol": "C",
"Abbreviation": "Metric system/SI unit of electric charge",
"Description": "The coulomb is the base unit of electric charge in the International System of Units (SI). It is equal to the charge carried by one ampere per second.",
"SimilarUnits": [
{
"Name": "Millicoulomb",
"Symbol": "mc",
"Conversion": "1 millicoulomb = 0.001 coulomb"
},
{
"Name": "Microcoulomb",
"Symbol": "μC",
"Conversion": "1 microcoulomb = 0.000001 coulomb"
}
]
},
{
"Name": "Tesla",
"Symbol": "T",
"Abbreviation": "Metric system/SI unit of magnetic flux density",
"Description": "The tesla is the base unit of magnetic flux density in the International System of Units (SI). It is equal to one weber per square metre.",
"SimilarUnits": [
{
"Name": "Gauss",
"Symbol": "G",
"Conversion": "1 gauss = 0.0001 tesla"
},
{
"Name": "Weber",
"Symbol": "Wb",
"Conversion": "1 weber = 1 tesla metre2"
}
]
},
{
"Name": "Henry",
"Symbol": "H",
"Abbreviation": "Metric system/SI unit of inductance",
"Description": "The henry is the base unit of inductance in the International System of Units (SI). It is equal to the inductance of a closed circuit in which an electromotive force of one volt is produced when the electric current in the circuit varies uniformly at a rate of one ampere per second.",
"SimilarUnits": [
{
"Name": "Millihenry",
"Symbol": "mH",
"Conversion": "1 millihenry = 0.001 henrys"
},
{
"Name": "Microhenry",
"Symbol": "μH",
"Conversion": "1 microhenry = 0.000001 henrys"
}
]
},
{
"Name": "Siemens",
"Symbol": "S",
"Abbreviation": "Metric system/SI unit of electrical conductance",
"Description": "The siemens is the base unit of electrical conductance in the International System of Units (SI). It is equal to the reciprocal of the ohm.",
"SimilarUnits": [
{
"Name": "Mho",
"Symbol": "mho",
"Conversion": "1 mho = 1 siemens"
},
{
"Name": "Mho per metre",
"Symbol": "mho/m",
"Conversion": "1 mho per metre = 1 siemens/metre"
}
]
},
{
"Name": "Weber",
"Symbol": "Wb",
"Abbreviation": "Metric system/SI unit of magnetic flux",
"Description": "The weber is the base unit of magnetic flux in the International System of Units (SI). It is equal to the flux which, linking a circuit of one turn, would produce in it an electromotive force of one volt if it were reduced to zero at a uniform rate in one second.",
"SimilarUnits": [
{
"Name": "Maxwell",
"Symbol": "Mx",
"Conversion": "1 maxwell = 1 weber"
},
{
"Name": "Line",
"Symbol": "L",
"Conversion": "1 line = 1 weber/metre"
}
]
},
{
"Name": "Ohm",
"Symbol": "Ω",
"Abbreviation": "Metric system/SI unit of electrical resistance",
"Description": "The ohm is the base unit of electrical resistance in the International System of Units (SI). It is equal to the resistance between two points of a conductor when a constant potential difference of one volt, applied to these points, produces in the conductor a current of one ampere, the conductor not being the seat of any electromotive force.",
"SimilarUnits": [
{
"Name": "Kiloohm",
"Symbol": "kΩ",
"Conversion": "1 kiloohm = 1000 ohms"
},
{
"Name": "Megohm",
"Symbol": "MΩ",
"Conversion": "1 megohm = 1000000 ohms"
}
]
},
{
"Name": "Sievert",
"Symbol": "Sv",
"Abbreviation": "Metric system/SI unit of radiation dose",
"Description": "The sievert is the base unit of radiation dose in the International System of Units (SI). It is equal to the dose of radiation that will cause a change of one joule of energy per kilogram of matter.",
"SimilarUnits": [
{
"Name": "Gray",
"Symbol": "Gy",
"Conversion": "1 gray = 1 sievert"
},
{
"Name": "Roentgen",
"Symbol": "R",
"Conversion": "1 roentgen = 0.0093 sieverts"
}
]
}
]
}