Add next 40 backlog calculators (BTU, bushels volumes, data already covered)
This commit is contained in:
@@ -2009,6 +2009,45 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "btu-to-hartree", "name": "Btu to Hartree", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Hartree"}, "factor": 2.4199945575388712e+20},
|
||||
{"slug": "btu-to-kilocalories", "name": "Btu to Kilocalories", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Kilocalories"}, "factor": 0.25216440009560226},
|
||||
|
||||
{"slug": "btu-to-rydberg", "name": "Btu to Rydberg", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Rydberg"}, "factor": 4.839989115307655e+20},
|
||||
{"slug": "btu-to-ton-of-tnt", "name": "Btu to Ton Of Tnt", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Ton Of Tnt"}, "factor": 2.521644000956023e-07},
|
||||
{"slug": "btu-to-watt-hours", "name": "Btu to Watt-hours", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Watt-hours"}, "factor": 0.29307106944444444},
|
||||
{"slug": "btu-hour-to-btu-min", "name": "btu/hour to btu/min", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "btu/min"}, "factor": 0.016666666666666666},
|
||||
{"slug": "btu-hour-to-calories-per-second", "name": "btu/hour to Calories Per Second", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "Calories Per Second"}, "factor": 0.07004566669322286},
|
||||
{"slug": "btu-hour-to-lusec", "name": "btu/hour to Lusec", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "Lusec"}, "factor": 2198219.8736892636},
|
||||
{"slug": "btu-hour-to-mechanical-hp", "name": "btu/hour to Mechanical Hp", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "Mechanical Hp"}, "factor": 0.00039301477546908675},
|
||||
{"slug": "btu-hour-to-megawatts", "name": "btu/hour to Megawatts", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "Megawatts"}, "factor": 2.9307107e-07},
|
||||
{"slug": "btu-min-to-btu-hour", "name": "btu/min to btu/hour", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "btu/hour"}, "factor": 60},
|
||||
{"slug": "btu-min-to-calories-per-second", "name": "btu/min to Calories Per Second", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Calories Per Second"}, "factor": 4.202740001593371},
|
||||
{"slug": "btu-min-to-kilowatts", "name": "btu/min to Kilowatts", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Kilowatts"}, "factor": 0.01758426416666667},
|
||||
{"slug": "btu-min-to-lusec", "name": "btu/min to Lusec", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Lusec"}, "factor": 131893192.17133456},
|
||||
{"slug": "btu-min-to-mechanical-hp", "name": "btu/min to Mechanical Hp", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Mechanical Hp"}, "factor": 0.02358088652812667},
|
||||
{"slug": "btu-min-to-megawatts", "name": "btu/min to Megawatts", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Megawatts"}, "factor": 1.7584264166666667e-05},
|
||||
{"slug": "btu-min-to-tons-of-refrigeration", "name": "btu/min to Tons Of Refrigeration", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Tons Of Refrigeration"}, "factor": 0.005},
|
||||
{"slug": "btu-min-to-watts", "name": "btu/min to Watts", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Watts"}, "factor": 17.584264166666667},
|
||||
{"slug": "bushels-to-acre-feet", "name": "Bushels to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Acre-feet"}, "factor": 2.856877912117811e-05},
|
||||
{"slug": "bushels-to-barrel-us-oil", "name": "Bushels to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Barrel (us Oil)"}, "factor": 0.22164708307565448},
|
||||
{"slug": "bushels-to-centiliters", "name": "Bushels to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Centiliters"}, "factor": 3523.9070166879997},
|
||||
{"slug": "bushels-to-cubic-centimeters", "name": "Bushels to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Centimeters"}, "factor": 35239.07016688},
|
||||
{"slug": "bushels-to-cubic-feet", "name": "Bushels to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Feet"}, "factor": 1.2444560185185185},
|
||||
{"slug": "bushels-to-cubic-inches", "name": "Bushels to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Inches"}, "factor": 2150.42},
|
||||
{"slug": "bushels-to-cubic-meters", "name": "Bushels to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Meters"}, "factor": 0.03523907016688},
|
||||
{"slug": "bushels-to-cubic-yards", "name": "Bushels to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Yards"}, "factor": 0.04609096364883402},
|
||||
{"slug": "bushels-to-drams-fluid", "name": "Bushels to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Drams (fluid)"}, "factor": 9532.59774891775},
|
||||
{"slug": "bushels-to-fluid-ounces", "name": "Bushels to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Fluid Ounces"}, "factor": 1191.5747186147187},
|
||||
{"slug": "bushels-to-gill", "name": "Bushels to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Gill"}, "factor": 297.89367965367967},
|
||||
{"slug": "bushels-to-hogshead", "name": "Bushels to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Hogshead"}, "factor": 0.1477647218397696},
|
||||
{"slug": "bushels-to-imperial-fl-oz", "name": "Bushels to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Imperial Fl Oz"}, "factor": 1240.2418840587845},
|
||||
{"slug": "bushels-to-imperial-gallons", "name": "Bushels to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Imperial Gallons"}, "factor": 7.751511775367404},
|
||||
{"slug": "bushels-to-imperial-pints", "name": "Bushels to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Imperial Pints"}, "factor": 62.01209420293923},
|
||||
{"slug": "bushels-to-jiggers", "name": "Bushels to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Jiggers"}, "factor": 794.3831457431457},
|
||||
{"slug": "bushels-to-milliliters", "name": "Bushels to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Milliliters"}, "factor": 35239.07016688},
|
||||
{"slug": "bushels-to-minims", "name": "Bushels to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Minims"}, "factor": 571955.8649350649},
|
||||
{"slug": "bushels-to-pecks", "name": "Bushels to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Pecks"}, "factor": 4.0},
|
||||
{"slug": "bushels-to-pints", "name": "Bushels to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Pints"}, "factor": 64.0},
|
||||
{"slug": "bushels-to-quarts", "name": "Bushels to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Quarts"}, "factor": 32.0},
|
||||
{"slug": "bushels-to-tablespoons", "name": "Bushels to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Tablespoons"}, "factor": 2383.1494372294374},
|
||||
|
||||
];
|
||||
|
||||
const slugIndex = new Map(calculators.map(c => [c.slug, c]));
|
||||
|
||||
Reference in New Issue
Block a user