@corva/convert-units 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/definitions/acousticSlowness.json +34 -0
- package/definitions/angle.json +106 -0
- package/definitions/anglePerLength.json +52 -0
- package/definitions/angularVelocity.json +87 -0
- package/definitions/area.json +106 -0
- package/definitions/concentration.json +34 -0
- package/definitions/current.json +52 -0
- package/definitions/density.json +160 -0
- package/definitions/digital.json +106 -0
- package/definitions/each.json +20 -0
- package/definitions/energy.json +61 -0
- package/definitions/force.json +106 -0
- package/definitions/gammaRadiation.json +34 -0
- package/definitions/gasConcentration.json +124 -0
- package/definitions/gasFlowRate.json +34 -0
- package/definitions/gasVolume.json +250 -0
- package/definitions/gravity.json +43 -0
- package/definitions/gravityRMS.json +34 -0
- package/definitions/inversePressure.json +61 -0
- package/definitions/length.json +97 -0
- package/definitions/lengthPerAngle.json +43 -0
- package/definitions/mass.json +115 -0
- package/definitions/massFlowRate.json +205 -0
- package/definitions/mpl.json +43 -0
- package/definitions/partsPer.json +47 -0
- package/definitions/permiability.json +34 -0
- package/definitions/porosity.json +43 -0
- package/definitions/power.json +43 -0
- package/definitions/pressure.json +142 -0
- package/definitions/pressureGradient.json +43 -0
- package/definitions/proportion.json +52 -0
- package/definitions/resistivity.json +34 -0
- package/definitions/revolutionPerVolume.json +34 -0
- package/definitions/speed.json +97 -0
- package/definitions/spontaneousPotential.json +34 -0
- package/definitions/strokesRate.json +70 -0
- package/definitions/surveyLength.json +43 -0
- package/definitions/temperature.json +44 -0
- package/definitions/time.json +100 -0
- package/definitions/torque.json +61 -0
- package/definitions/unitBucketMapping.json +404 -0
- package/definitions/unitless.json +34 -0
- package/definitions/viscosity.json +28 -0
- package/definitions/voltage.json +70 -0
- package/definitions/volume.json +241 -0
- package/definitions/volumeConcentration.json +34 -0
- package/definitions/volumeFlowRate.json +385 -0
- package/dist/index.cjs +223 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +58 -0
- package/dist/index.d.ts +58 -0
- package/dist/index.js +172 -0
- package/dist/index.js.map +1 -0
- package/package.json +42 -0
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metric": {
|
|
3
|
+
"mm3": {
|
|
4
|
+
"name": {
|
|
5
|
+
"singular": "Cubic Millimeter",
|
|
6
|
+
"plural": "Cubic Millimeters",
|
|
7
|
+
"display": "mm³"
|
|
8
|
+
},
|
|
9
|
+
"to_anchor": 0.000001,
|
|
10
|
+
"aliases": ["mm3"]
|
|
11
|
+
},
|
|
12
|
+
"cm3": {
|
|
13
|
+
"name": {
|
|
14
|
+
"singular": "Cubic Centimeter",
|
|
15
|
+
"plural": "Cubic Centimeters",
|
|
16
|
+
"display": "cm³"
|
|
17
|
+
},
|
|
18
|
+
"to_anchor": 0.001,
|
|
19
|
+
"aliases": ["cm3"]
|
|
20
|
+
},
|
|
21
|
+
"ml": {
|
|
22
|
+
"name": {
|
|
23
|
+
"singular": "Millilitre",
|
|
24
|
+
"plural": "Millilitres",
|
|
25
|
+
"display": "ml"
|
|
26
|
+
},
|
|
27
|
+
"to_anchor": 0.001,
|
|
28
|
+
"aliases": ["ml", "mL", "ml of", "mL of"]
|
|
29
|
+
},
|
|
30
|
+
"cl": {
|
|
31
|
+
"name": {
|
|
32
|
+
"singular": "Centilitre",
|
|
33
|
+
"plural": "Centilitres",
|
|
34
|
+
"display": "cl"
|
|
35
|
+
},
|
|
36
|
+
"to_anchor": 0.01,
|
|
37
|
+
"aliases": ["cl"]
|
|
38
|
+
},
|
|
39
|
+
"dl": {
|
|
40
|
+
"name": {
|
|
41
|
+
"singular": "Decilitre",
|
|
42
|
+
"plural": "Decilitres",
|
|
43
|
+
"display": "dl"
|
|
44
|
+
},
|
|
45
|
+
"to_anchor": 0.1,
|
|
46
|
+
"aliases": ["dl"]
|
|
47
|
+
},
|
|
48
|
+
"l": {
|
|
49
|
+
"name": {
|
|
50
|
+
"singular": "Litre",
|
|
51
|
+
"plural": "Litres",
|
|
52
|
+
"display": "l"
|
|
53
|
+
},
|
|
54
|
+
"to_anchor": 1,
|
|
55
|
+
"aliases": ["l"]
|
|
56
|
+
},
|
|
57
|
+
"m3": {
|
|
58
|
+
"name": {
|
|
59
|
+
"singular": "Cubic meter",
|
|
60
|
+
"plural": "Cubic meters",
|
|
61
|
+
"display": "m³"
|
|
62
|
+
},
|
|
63
|
+
"to_anchor": 1000,
|
|
64
|
+
"aliases": ["m3"]
|
|
65
|
+
},
|
|
66
|
+
"km3": {
|
|
67
|
+
"name": {
|
|
68
|
+
"singular": "Cubic kilometer",
|
|
69
|
+
"plural": "Cubic kilometers",
|
|
70
|
+
"display": "km³"
|
|
71
|
+
},
|
|
72
|
+
"to_anchor": 1000000000000,
|
|
73
|
+
"aliases": ["km3"]
|
|
74
|
+
},
|
|
75
|
+
"krm": {
|
|
76
|
+
"name": {
|
|
77
|
+
"singular": "Matsked",
|
|
78
|
+
"plural": "Matskedar",
|
|
79
|
+
"display": "krm"
|
|
80
|
+
},
|
|
81
|
+
"to_anchor": 0.001,
|
|
82
|
+
"aliases": ["krm"]
|
|
83
|
+
},
|
|
84
|
+
"tsk": {
|
|
85
|
+
"name": {
|
|
86
|
+
"singular": "Tesked",
|
|
87
|
+
"plural": "Teskedar",
|
|
88
|
+
"display": "tsk"
|
|
89
|
+
},
|
|
90
|
+
"to_anchor": 0.005,
|
|
91
|
+
"aliases": ["tsk"]
|
|
92
|
+
},
|
|
93
|
+
"msk": {
|
|
94
|
+
"name": {
|
|
95
|
+
"singular": "Matsked",
|
|
96
|
+
"plural": "Matskedar",
|
|
97
|
+
"display": "msk"
|
|
98
|
+
},
|
|
99
|
+
"to_anchor": 0.015,
|
|
100
|
+
"aliases": ["msk"]
|
|
101
|
+
},
|
|
102
|
+
"kkp": {
|
|
103
|
+
"name": {
|
|
104
|
+
"singular": "Kaffekopp",
|
|
105
|
+
"plural": "Kaffekoppar",
|
|
106
|
+
"display": "kkp"
|
|
107
|
+
},
|
|
108
|
+
"to_anchor": 0.15,
|
|
109
|
+
"aliases": ["kkp"]
|
|
110
|
+
},
|
|
111
|
+
"glas": {
|
|
112
|
+
"name": {
|
|
113
|
+
"singular": "Glas",
|
|
114
|
+
"plural": "Glas",
|
|
115
|
+
"display": "glas"
|
|
116
|
+
},
|
|
117
|
+
"to_anchor": 0.2,
|
|
118
|
+
"aliases": ["glas"]
|
|
119
|
+
},
|
|
120
|
+
"kanna": {
|
|
121
|
+
"name": {
|
|
122
|
+
"singular": "Kanna",
|
|
123
|
+
"plural": "Kannor",
|
|
124
|
+
"display": "kanna"
|
|
125
|
+
},
|
|
126
|
+
"to_anchor": 2.617,
|
|
127
|
+
"aliases": ["kanna"]
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"imperial": {
|
|
131
|
+
"tsp": {
|
|
132
|
+
"name": {
|
|
133
|
+
"singular": "Teaspoon",
|
|
134
|
+
"plural": "Teaspoons",
|
|
135
|
+
"display": "tsp"
|
|
136
|
+
},
|
|
137
|
+
"to_anchor": 0.16666666666666666,
|
|
138
|
+
"aliases": ["tsp"]
|
|
139
|
+
},
|
|
140
|
+
"Tbs": {
|
|
141
|
+
"name": {
|
|
142
|
+
"singular": "Tablespoon",
|
|
143
|
+
"plural": "Tablespoons",
|
|
144
|
+
"display": "tbsp"
|
|
145
|
+
},
|
|
146
|
+
"to_anchor": 0.5,
|
|
147
|
+
"aliases": ["Tbs"]
|
|
148
|
+
},
|
|
149
|
+
"in3": {
|
|
150
|
+
"name": {
|
|
151
|
+
"singular": "Cubic inch",
|
|
152
|
+
"plural": "Cubic inches",
|
|
153
|
+
"display": "in³"
|
|
154
|
+
},
|
|
155
|
+
"to_anchor": 0.55411,
|
|
156
|
+
"aliases": ["in3"]
|
|
157
|
+
},
|
|
158
|
+
"fl-oz": {
|
|
159
|
+
"name": {
|
|
160
|
+
"singular": "Fluid Ounce",
|
|
161
|
+
"plural": "Fluid Ounces",
|
|
162
|
+
"display": "fl-oz"
|
|
163
|
+
},
|
|
164
|
+
"to_anchor": 1,
|
|
165
|
+
"aliases": ["fl-oz"]
|
|
166
|
+
},
|
|
167
|
+
"cup": {
|
|
168
|
+
"name": {
|
|
169
|
+
"singular": "Cup",
|
|
170
|
+
"plural": "Cups",
|
|
171
|
+
"display": "cup"
|
|
172
|
+
},
|
|
173
|
+
"to_anchor": 8,
|
|
174
|
+
"aliases": ["cup"]
|
|
175
|
+
},
|
|
176
|
+
"pnt": {
|
|
177
|
+
"name": {
|
|
178
|
+
"singular": "Pint",
|
|
179
|
+
"plural": "Pints",
|
|
180
|
+
"display": "pint"
|
|
181
|
+
},
|
|
182
|
+
"to_anchor": 16,
|
|
183
|
+
"aliases": ["pnt"]
|
|
184
|
+
},
|
|
185
|
+
"qt": {
|
|
186
|
+
"name": {
|
|
187
|
+
"singular": "Quart",
|
|
188
|
+
"plural": "Quarts",
|
|
189
|
+
"display": "qt"
|
|
190
|
+
},
|
|
191
|
+
"to_anchor": 32,
|
|
192
|
+
"aliases": ["qt"]
|
|
193
|
+
},
|
|
194
|
+
"gal": {
|
|
195
|
+
"name": {
|
|
196
|
+
"singular": "Gallon",
|
|
197
|
+
"plural": "Gallons",
|
|
198
|
+
"display": "gal"
|
|
199
|
+
},
|
|
200
|
+
"to_anchor": 128,
|
|
201
|
+
"aliases": ["gal", "gals"]
|
|
202
|
+
},
|
|
203
|
+
"ft3": {
|
|
204
|
+
"name": {
|
|
205
|
+
"singular": "Cubic foot",
|
|
206
|
+
"plural": "Cubic feet",
|
|
207
|
+
"display": "ft³"
|
|
208
|
+
},
|
|
209
|
+
"to_anchor": 957.506,
|
|
210
|
+
"aliases": ["ft3"]
|
|
211
|
+
},
|
|
212
|
+
"yd3": {
|
|
213
|
+
"name": {
|
|
214
|
+
"singular": "Cubic yard",
|
|
215
|
+
"plural": "Cubic yards",
|
|
216
|
+
"display": "yd³"
|
|
217
|
+
},
|
|
218
|
+
"to_anchor": 25852.7,
|
|
219
|
+
"aliases": ["yd3"]
|
|
220
|
+
},
|
|
221
|
+
"bbl": {
|
|
222
|
+
"name": {
|
|
223
|
+
"singular": "Oil barrel",
|
|
224
|
+
"plural": "Oil barrels",
|
|
225
|
+
"display": "bbl"
|
|
226
|
+
},
|
|
227
|
+
"to_anchor": 5376,
|
|
228
|
+
"aliases": ["bbl", "bbls", "barrels"]
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"_anchors": {
|
|
232
|
+
"metric": {
|
|
233
|
+
"unit": "l",
|
|
234
|
+
"ratio": 33.8140226
|
|
235
|
+
},
|
|
236
|
+
"imperial": {
|
|
237
|
+
"unit": "fl-oz",
|
|
238
|
+
"ratio": 0.029573529651571233
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metric": {
|
|
3
|
+
"l/m3": {
|
|
4
|
+
"name": {
|
|
5
|
+
"singular": "Liter per Cubic Meter",
|
|
6
|
+
"plural": "Liters per Cubic Meter",
|
|
7
|
+
"display": "l/m3"
|
|
8
|
+
},
|
|
9
|
+
"to_anchor": 1,
|
|
10
|
+
"aliases": ["l/m3"]
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"imperial": {
|
|
14
|
+
"gal/Mgal": {
|
|
15
|
+
"name": {
|
|
16
|
+
"singular": "Gallon per 1000 Gallon",
|
|
17
|
+
"plural": "Gallons per 1000 Gallon",
|
|
18
|
+
"display": "gal/Mgal"
|
|
19
|
+
},
|
|
20
|
+
"to_anchor": 1,
|
|
21
|
+
"aliases": ["gal/Mgal"]
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"_anchors": {
|
|
25
|
+
"metric": {
|
|
26
|
+
"unit": "l/m3",
|
|
27
|
+
"ratio": 1
|
|
28
|
+
},
|
|
29
|
+
"imperial": {
|
|
30
|
+
"unit": "gal/Mgal",
|
|
31
|
+
"ratio": 1
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metric": {
|
|
3
|
+
"mm3/s": {
|
|
4
|
+
"name": {
|
|
5
|
+
"singular": "Cubic Millimeter per second",
|
|
6
|
+
"plural": "Cubic Millimeters per second",
|
|
7
|
+
"display": "mm³/s"
|
|
8
|
+
},
|
|
9
|
+
"to_anchor": 0.000001,
|
|
10
|
+
"aliases": ["mm3/s"]
|
|
11
|
+
},
|
|
12
|
+
"cm3/s": {
|
|
13
|
+
"name": {
|
|
14
|
+
"singular": "Cubic Centimeter per second",
|
|
15
|
+
"plural": "Cubic Centimeters per second",
|
|
16
|
+
"display": "cm³/s"
|
|
17
|
+
},
|
|
18
|
+
"to_anchor": 0.001,
|
|
19
|
+
"aliases": ["cm3/s"]
|
|
20
|
+
},
|
|
21
|
+
"ml/s": {
|
|
22
|
+
"name": {
|
|
23
|
+
"singular": "Millilitre per second",
|
|
24
|
+
"plural": "Millilitres per second",
|
|
25
|
+
"display": "ml/s"
|
|
26
|
+
},
|
|
27
|
+
"to_anchor": 0.001,
|
|
28
|
+
"aliases": ["ml/s"]
|
|
29
|
+
},
|
|
30
|
+
"cl/s": {
|
|
31
|
+
"name": {
|
|
32
|
+
"singular": "Centilitre per second",
|
|
33
|
+
"plural": "Centilitres per second",
|
|
34
|
+
"display": "cl/s"
|
|
35
|
+
},
|
|
36
|
+
"to_anchor": 0.01,
|
|
37
|
+
"aliases": ["cl/s"]
|
|
38
|
+
},
|
|
39
|
+
"dl/s": {
|
|
40
|
+
"name": {
|
|
41
|
+
"singular": "Decilitre per second",
|
|
42
|
+
"plural": "Decilitres per second",
|
|
43
|
+
"display": "dl/s"
|
|
44
|
+
},
|
|
45
|
+
"to_anchor": 0.1,
|
|
46
|
+
"aliases": ["dl/s"]
|
|
47
|
+
},
|
|
48
|
+
"l/s": {
|
|
49
|
+
"name": {
|
|
50
|
+
"singular": "Litre per second",
|
|
51
|
+
"plural": "Litres per second",
|
|
52
|
+
"display": "l/s"
|
|
53
|
+
},
|
|
54
|
+
"to_anchor": 1,
|
|
55
|
+
"aliases": ["l/s"]
|
|
56
|
+
},
|
|
57
|
+
"l/min": {
|
|
58
|
+
"name": {
|
|
59
|
+
"singular": "Litre per minute",
|
|
60
|
+
"plural": "Litres per minute",
|
|
61
|
+
"display": "l/min"
|
|
62
|
+
},
|
|
63
|
+
"to_anchor": 0.016666666666666666,
|
|
64
|
+
"aliases": ["l/min", "L/min"]
|
|
65
|
+
},
|
|
66
|
+
"l/h": {
|
|
67
|
+
"name": {
|
|
68
|
+
"singular": "Litre per hour",
|
|
69
|
+
"plural": "Litres per hour",
|
|
70
|
+
"display": "l/h"
|
|
71
|
+
},
|
|
72
|
+
"to_anchor": 0.0002777777777777778,
|
|
73
|
+
"aliases": ["l/h"]
|
|
74
|
+
},
|
|
75
|
+
"kl/s": {
|
|
76
|
+
"name": {
|
|
77
|
+
"singular": "Kilolitre per second",
|
|
78
|
+
"plural": "Kilolitres per second",
|
|
79
|
+
"display": "kl/s"
|
|
80
|
+
},
|
|
81
|
+
"to_anchor": 1000,
|
|
82
|
+
"aliases": ["kl/s"]
|
|
83
|
+
},
|
|
84
|
+
"kl/min": {
|
|
85
|
+
"name": {
|
|
86
|
+
"singular": "Kilolitre per minute",
|
|
87
|
+
"plural": "Kilolitres per minute",
|
|
88
|
+
"display": "kl/min"
|
|
89
|
+
},
|
|
90
|
+
"to_anchor": 16.666666666666668,
|
|
91
|
+
"aliases": ["kl/min"]
|
|
92
|
+
},
|
|
93
|
+
"kl/h": {
|
|
94
|
+
"name": {
|
|
95
|
+
"singular": "Kilolitre per hour",
|
|
96
|
+
"plural": "Kilolitres per hour",
|
|
97
|
+
"display": "kl/h"
|
|
98
|
+
},
|
|
99
|
+
"to_anchor": 0.2777777777777778,
|
|
100
|
+
"aliases": ["kl/h"]
|
|
101
|
+
},
|
|
102
|
+
"m3/s": {
|
|
103
|
+
"name": {
|
|
104
|
+
"singular": "Cubic meter per second",
|
|
105
|
+
"plural": "Cubic meters per second",
|
|
106
|
+
"display": "m³/s"
|
|
107
|
+
},
|
|
108
|
+
"to_anchor": 1000,
|
|
109
|
+
"aliases": ["m3/s"]
|
|
110
|
+
},
|
|
111
|
+
"m3/min": {
|
|
112
|
+
"name": {
|
|
113
|
+
"singular": "Cubic meter per minute",
|
|
114
|
+
"plural": "Cubic meters per minute",
|
|
115
|
+
"display": "m³/min"
|
|
116
|
+
},
|
|
117
|
+
"to_anchor": 16.666666666666668,
|
|
118
|
+
"aliases": ["m3/min"]
|
|
119
|
+
},
|
|
120
|
+
"m3/h": {
|
|
121
|
+
"name": {
|
|
122
|
+
"singular": "Cubic meter per hour",
|
|
123
|
+
"plural": "Cubic meters per hour",
|
|
124
|
+
"display": "m³/h"
|
|
125
|
+
},
|
|
126
|
+
"to_anchor": 0.2777777777777778,
|
|
127
|
+
"aliases": ["m3/h"]
|
|
128
|
+
},
|
|
129
|
+
"km3/s": {
|
|
130
|
+
"name": {
|
|
131
|
+
"singular": "Cubic kilometer per second",
|
|
132
|
+
"plural": "Cubic kilometers per second",
|
|
133
|
+
"display": "km³/s"
|
|
134
|
+
},
|
|
135
|
+
"to_anchor": 1000000000000,
|
|
136
|
+
"aliases": ["km3/s"]
|
|
137
|
+
},
|
|
138
|
+
"ml/30min": {
|
|
139
|
+
"name": {
|
|
140
|
+
"singular": "Millilitre per 30 Minutes",
|
|
141
|
+
"plural": "Millilitres per 30 Minutes",
|
|
142
|
+
"display": "ml/30min"
|
|
143
|
+
},
|
|
144
|
+
"to_anchor": 5.555555555555555e-7,
|
|
145
|
+
"aliases": ["ml/30min", "mL/30 min"]
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"imperial": {
|
|
149
|
+
"tsp/s": {
|
|
150
|
+
"name": {
|
|
151
|
+
"singular": "Teaspoon per second",
|
|
152
|
+
"plural": "Teaspoons per second",
|
|
153
|
+
"display": "tsp/s"
|
|
154
|
+
},
|
|
155
|
+
"to_anchor": 0.16666666666666666,
|
|
156
|
+
"aliases": ["tsp/s"]
|
|
157
|
+
},
|
|
158
|
+
"Tbs/s": {
|
|
159
|
+
"name": {
|
|
160
|
+
"singular": "Tablespoon per second",
|
|
161
|
+
"plural": "Tablespoons per second",
|
|
162
|
+
"display": "Tbs/s"
|
|
163
|
+
},
|
|
164
|
+
"to_anchor": 0.5,
|
|
165
|
+
"aliases": ["Tbs/s"]
|
|
166
|
+
},
|
|
167
|
+
"in3/s": {
|
|
168
|
+
"name": {
|
|
169
|
+
"singular": "Cubic inch per second",
|
|
170
|
+
"plural": "Cubic inches per second",
|
|
171
|
+
"display": "in³/s"
|
|
172
|
+
},
|
|
173
|
+
"to_anchor": 0.55411,
|
|
174
|
+
"aliases": ["in3/s"]
|
|
175
|
+
},
|
|
176
|
+
"in3/min": {
|
|
177
|
+
"name": {
|
|
178
|
+
"singular": "Cubic inch per minute",
|
|
179
|
+
"plural": "Cubic inches per minute",
|
|
180
|
+
"display": "in³/min"
|
|
181
|
+
},
|
|
182
|
+
"to_anchor": 0.009235166666666666,
|
|
183
|
+
"aliases": ["in3/min"]
|
|
184
|
+
},
|
|
185
|
+
"in3/h": {
|
|
186
|
+
"name": {
|
|
187
|
+
"singular": "Cubic inch per hour",
|
|
188
|
+
"plural": "Cubic inches per hour",
|
|
189
|
+
"display": "in³/h"
|
|
190
|
+
},
|
|
191
|
+
"to_anchor": 0.00015391944444444444,
|
|
192
|
+
"aliases": ["in3/h"]
|
|
193
|
+
},
|
|
194
|
+
"fl-oz/s": {
|
|
195
|
+
"name": {
|
|
196
|
+
"singular": "Fluid Ounce per second",
|
|
197
|
+
"plural": "Fluid Ounces per second",
|
|
198
|
+
"display": "fl-oz/s"
|
|
199
|
+
},
|
|
200
|
+
"to_anchor": 1,
|
|
201
|
+
"aliases": ["fl-oz/s"]
|
|
202
|
+
},
|
|
203
|
+
"fl-oz/min": {
|
|
204
|
+
"name": {
|
|
205
|
+
"singular": "Fluid Ounce per minute",
|
|
206
|
+
"plural": "Fluid Ounces per minute",
|
|
207
|
+
"display": "fl-oz/min"
|
|
208
|
+
},
|
|
209
|
+
"to_anchor": 0.016666666666666666,
|
|
210
|
+
"aliases": ["fl-oz/min"]
|
|
211
|
+
},
|
|
212
|
+
"fl-oz/h": {
|
|
213
|
+
"name": {
|
|
214
|
+
"singular": "Fluid Ounce per hour",
|
|
215
|
+
"plural": "Fluid Ounces per hour",
|
|
216
|
+
"display": "fl-oz/h"
|
|
217
|
+
},
|
|
218
|
+
"to_anchor": 0.0002777777777777778,
|
|
219
|
+
"aliases": ["fl-oz/h"]
|
|
220
|
+
},
|
|
221
|
+
"cup/s": {
|
|
222
|
+
"name": {
|
|
223
|
+
"singular": "Cup per second",
|
|
224
|
+
"plural": "Cups per second",
|
|
225
|
+
"display": "cup/s"
|
|
226
|
+
},
|
|
227
|
+
"to_anchor": 8,
|
|
228
|
+
"aliases": ["cup/s"]
|
|
229
|
+
},
|
|
230
|
+
"pnt/s": {
|
|
231
|
+
"name": {
|
|
232
|
+
"singular": "Pint per second",
|
|
233
|
+
"plural": "Pints per second",
|
|
234
|
+
"display": "pnt/s"
|
|
235
|
+
},
|
|
236
|
+
"to_anchor": 16,
|
|
237
|
+
"aliases": ["pnt/s"]
|
|
238
|
+
},
|
|
239
|
+
"pnt/min": {
|
|
240
|
+
"name": {
|
|
241
|
+
"singular": "Pint per minute",
|
|
242
|
+
"plural": "Pints per minute",
|
|
243
|
+
"display": "pnt/min"
|
|
244
|
+
},
|
|
245
|
+
"to_anchor": 0.26666666666666666,
|
|
246
|
+
"aliases": ["pnt/min"]
|
|
247
|
+
},
|
|
248
|
+
"pnt/h": {
|
|
249
|
+
"name": {
|
|
250
|
+
"singular": "Pint per hour",
|
|
251
|
+
"plural": "Pints per hour",
|
|
252
|
+
"display": "pnt/h"
|
|
253
|
+
},
|
|
254
|
+
"to_anchor": 0.0044444444444444444,
|
|
255
|
+
"aliases": ["pnt/h"]
|
|
256
|
+
},
|
|
257
|
+
"qt/s": {
|
|
258
|
+
"name": {
|
|
259
|
+
"singular": "Quart per second",
|
|
260
|
+
"plural": "Quarts per second",
|
|
261
|
+
"display": "qt/s"
|
|
262
|
+
},
|
|
263
|
+
"to_anchor": 32,
|
|
264
|
+
"aliases": ["qt/s"]
|
|
265
|
+
},
|
|
266
|
+
"gal/s": {
|
|
267
|
+
"name": {
|
|
268
|
+
"singular": "Gallon per second",
|
|
269
|
+
"plural": "Gallons per second",
|
|
270
|
+
"display": "gal/s"
|
|
271
|
+
},
|
|
272
|
+
"to_anchor": 128,
|
|
273
|
+
"aliases": ["gal/s"]
|
|
274
|
+
},
|
|
275
|
+
"gal/min": {
|
|
276
|
+
"name": {
|
|
277
|
+
"singular": "Gallon per minute",
|
|
278
|
+
"plural": "Gallons per minute",
|
|
279
|
+
"display": "gal/min"
|
|
280
|
+
},
|
|
281
|
+
"to_anchor": 2.1333333333333333,
|
|
282
|
+
"aliases": ["gal/min", "gal_per_min"]
|
|
283
|
+
},
|
|
284
|
+
"gal/h": {
|
|
285
|
+
"name": {
|
|
286
|
+
"singular": "Gallon per hour",
|
|
287
|
+
"plural": "Gallons per hour",
|
|
288
|
+
"display": "gal/h"
|
|
289
|
+
},
|
|
290
|
+
"to_anchor": 0.035555555555555556,
|
|
291
|
+
"aliases": ["gal/h"]
|
|
292
|
+
},
|
|
293
|
+
"bbl/s": {
|
|
294
|
+
"name": {
|
|
295
|
+
"singular": "Barrel per second",
|
|
296
|
+
"plural": "Barrels per second",
|
|
297
|
+
"display": "bbl/s"
|
|
298
|
+
},
|
|
299
|
+
"to_anchor": 5376,
|
|
300
|
+
"aliases": ["bbl/s"]
|
|
301
|
+
},
|
|
302
|
+
"bbl/min": {
|
|
303
|
+
"name": {
|
|
304
|
+
"singular": "Barrel per minute",
|
|
305
|
+
"plural": "Barrels per minute",
|
|
306
|
+
"display": "bbl/min"
|
|
307
|
+
},
|
|
308
|
+
"to_anchor": 89.6,
|
|
309
|
+
"aliases": ["bbl/min"]
|
|
310
|
+
},
|
|
311
|
+
"bbl/h": {
|
|
312
|
+
"name": {
|
|
313
|
+
"singular": "Barrel per hour",
|
|
314
|
+
"plural": "Barrels per hour",
|
|
315
|
+
"display": "bbl/h"
|
|
316
|
+
},
|
|
317
|
+
"to_anchor": 1.4933333333333334,
|
|
318
|
+
"aliases": ["bbl/h"]
|
|
319
|
+
},
|
|
320
|
+
"ft3/s": {
|
|
321
|
+
"name": {
|
|
322
|
+
"singular": "Cubic foot per second",
|
|
323
|
+
"plural": "Cubic feet per second",
|
|
324
|
+
"display": "ft³/s"
|
|
325
|
+
},
|
|
326
|
+
"to_anchor": 957.506,
|
|
327
|
+
"aliases": ["ft3/s"]
|
|
328
|
+
},
|
|
329
|
+
"ft3/min": {
|
|
330
|
+
"name": {
|
|
331
|
+
"singular": "Cubic foot per minute",
|
|
332
|
+
"plural": "Cubic feet per minute",
|
|
333
|
+
"display": "ft³/min"
|
|
334
|
+
},
|
|
335
|
+
"to_anchor": 15.958433333333334,
|
|
336
|
+
"aliases": ["ft3/min"]
|
|
337
|
+
},
|
|
338
|
+
"ft3/h": {
|
|
339
|
+
"name": {
|
|
340
|
+
"singular": "Cubic foot per hour",
|
|
341
|
+
"plural": "Cubic feet per hour",
|
|
342
|
+
"display": "ft³/h"
|
|
343
|
+
},
|
|
344
|
+
"to_anchor": 0.2659738888888889,
|
|
345
|
+
"aliases": ["ft3/h"]
|
|
346
|
+
},
|
|
347
|
+
"yd3/s": {
|
|
348
|
+
"name": {
|
|
349
|
+
"singular": "Cubic yard per second",
|
|
350
|
+
"plural": "Cubic yards per second",
|
|
351
|
+
"display": "yd³/s"
|
|
352
|
+
},
|
|
353
|
+
"to_anchor": 25852.7,
|
|
354
|
+
"aliases": ["yd3/s"]
|
|
355
|
+
},
|
|
356
|
+
"yd3/min": {
|
|
357
|
+
"name": {
|
|
358
|
+
"singular": "Cubic yard per minute",
|
|
359
|
+
"plural": "Cubic yards per minute",
|
|
360
|
+
"display": "yd³/min"
|
|
361
|
+
},
|
|
362
|
+
"to_anchor": 430.87833333333333,
|
|
363
|
+
"aliases": ["yd3/min"]
|
|
364
|
+
},
|
|
365
|
+
"yd3/h": {
|
|
366
|
+
"name": {
|
|
367
|
+
"singular": "Cubic yard per hour",
|
|
368
|
+
"plural": "Cubic yards per hour",
|
|
369
|
+
"display": "yd³/h"
|
|
370
|
+
},
|
|
371
|
+
"to_anchor": 7.181305555555555,
|
|
372
|
+
"aliases": ["yd3/h"]
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"_anchors": {
|
|
376
|
+
"metric": {
|
|
377
|
+
"unit": "l/s",
|
|
378
|
+
"ratio": 33.8140227
|
|
379
|
+
},
|
|
380
|
+
"imperial": {
|
|
381
|
+
"unit": "fl-oz/s",
|
|
382
|
+
"ratio": 0.029573529564111873
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|