Added calculators

This commit is contained in:
Codex
2026-03-07 11:56:16 +00:00
parent 436a15df2b
commit d2519238ce
3 changed files with 147 additions and 3 deletions

View File

@@ -389,7 +389,31 @@ The registry currently contains 416 unique calculator slugs.
| Square Yards to Square Feet Convert square yards into square feet. | square-yards-to-square-feet | 9 |
| Square Yards to Square Inches Convert square yards into square inches. | square-yards-to-square-inches | 1296 |
| Square Yards to Square Meters Convert square yards into square meters. | square-yards-to-square-meters | 0.83612736 |
| Square Yards to Square Centimeters Express square yards as square centimeters for CTA-level accuracy. | square-yards-to-square-centimeters | 8361.2736 |
| Square Yards to Square Millimeters Translate yard-area footprints into square millimeters for fine tooling. | square-yards-to-square-millimeters | 836127.36 |
| Square Centimeters to Square Millimeters Scale square centimeters up to square millimeters (×100). | square-centimeters-to-square-millimeters | 100 |
| Square Feet to Square Millimeters Convert floor areas into square millimeters for CAD detail. | square-feet-to-square-millimeters | 92903.04 |
| Square Inches to Square Millimeters Convert small planar areas into square millimeters (×645.16). | square-inches-to-square-millimeters | 645.16 |
| Square Meters to Square Millimeters Expand square meters into square millimeter counts. | square-meters-to-square-millimeters | 1000000 |
| Square Kilometers to Square Millimeters Cover entire districts in square millimeters. | square-kilometers-to-square-millimeters | 1000000000000 |
| Square Yards to Hectares Estimate how many hectares your yard covers when planning landscaping. | square-yards-to-hectares | 8.3612736e-05 |
| Square Yards to Square Kilometers Translate square yards into square kilometers for city planning. | square-yards-to-square-kilometers | 8.3612736e-07 |
| Square Kilometers to Square Yards Convert large urban footprints into square yards for real estate quoting. | square-kilometers-to-square-yards | 1195990.046 |
| Square Kilometers to Square Feet Turn square kilometers into square feet for building code checks. | square-kilometers-to-square-feet | 10763910.417 |
| Square Kilometers to Square Inches Break city-wide areas into square inches for precise engineering layouts. | square-kilometers-to-square-inches | 1.5500031e+09 |
| Square Kilometers to Square Centimeters Express a square kilometer as square centimeters for microscale units. | square-kilometers-to-square-centimeters | 10000000000 |
| Square Inches to Square Kilometers Scale a tiny square inch back up to square kilometers. | square-inches-to-square-kilometers | 6.4516e-10 |
| Square Inches to Square Yards Convert square inches to square yards for small-to-medium area comparisons. | square-inches-to-square-yards | 0.000771604938 |
| Square Inches to Square Meters Convert square inches into square meters for precision part specifications. | square-inches-to-square-meters | 0.00064516 |
| Square Feet to Square Kilometers Convert building floor area into square kilometers for city-scale planning. | square-feet-to-square-kilometers | 9.290304e-08 |
| Square Feet to Square Centimeters Express floor area in square centimeters for detailed CAD work. | square-feet-to-square-centimeters | 929.0304 |
| Square Centimeters to Square Yards Turn centimeter-scale rectangles into square yards with a quick lookup. | square-centimeters-to-square-yards | 0.000119599 |
| Square Centimeters to Square Kilometers Scale small tiles up to square kilometers for mapping. | square-centimeters-to-square-kilometers | 1e-10 |
| Square Centimeters to Square Feet Switch square centimeters into square feet for interior design tasks. | square-centimeters-to-square-feet | 0.001076391041 |
| Townships to Square Miles Translate a township into square miles (36 square miles). | townships-to-square-miles | 36 |
| Townships to Acres Convert a township into acres for agricultural estimates. | townships-to-acres | 23040 |
| Townships to Square Kilometers Scale township areas into square kilometers for regional planning. | townships-to-square-kilometers | 93.239571972096 |
| Townships to Square Meters Translate a township into square meters for detailed surveys. | townships-to-square-meters | 93239571.972096 |
| Slugs to kilograms | slugs-to-kilograms | 14.5939 |
| Sievert to rem | sievert-to-rem | 100 |
| Seconds to minutes | seconds-to-minutes | 0.016667 |
@@ -1228,6 +1252,27 @@ The registry currently contains 416 unique calculator slugs.
- [x] Square Yards to Square Feet (`square-yards-to-square-feet`)
- [x] Square Yards to Square Inches (`square-yards-to-square-inches`)
- [x] Square Yards to Square Meters (`square-yards-to-square-meters`)
- [x] Square Yards to Hectares (`square-yards-to-hectares`)
- [x] Square Yards to Square Kilometers (`square-yards-to-square-kilometers`)
- [x] Square Kilometers to Square Yards (`square-kilometers-to-square-yards`)
- [x] Square Kilometers to Square Feet (`square-kilometers-to-square-feet`)
- [x] Square Kilometers to Square Inches (`square-kilometers-to-square-inches`)
- [x] Square Kilometers to Square Centimeters (`square-kilometers-to-square-centimeters`)
- [x] Square Yards to Square Centimeters (`square-yards-to-square-centimeters`)
- [x] Square Yards to Square Millimeters (`square-yards-to-square-millimeters`)
- [x] Square Centimeters to Square Millimeters (`square-centimeters-to-square-millimeters`)
- [x] Square Feet to Square Millimeters (`square-feet-to-square-millimeters`)
- [x] Square Inches to Square Millimeters (`square-inches-to-square-millimeters`)
- [x] Square Meters to Square Millimeters (`square-meters-to-square-millimeters`)
- [x] Square Kilometers to Square Millimeters (`square-kilometers-to-square-millimeters`)
- [x] Square Inches to Square Kilometers (`square-inches-to-square-kilometers`)
- [x] Square Inches to Square Yards (`square-inches-to-square-yards`)
- [x] Square Inches to Square Meters (`square-inches-to-square-meters`)
- [x] Square Feet to Square Kilometers (`square-feet-to-square-kilometers`)
- [x] Square Feet to Square Centimeters (`square-feet-to-square-centimeters`)
- [x] Square Centimeters to Square Yards (`square-centimeters-to-square-yards`)
- [x] Square Centimeters to Square Kilometers (`square-centimeters-to-square-kilometers`)
- [x] Square Centimeters to Square Feet (`square-centimeters-to-square-feet`)
- [x] Sticks of Butter to Cups (`sticks-of-butter-to-cups`)
- [x] Sticks of Butter to Tablespoons (`sticks-of-butter-to-tablespoons`)
- [x] Stokes to Centistokes (`stokes-to-centistokes`)
@@ -1245,6 +1290,9 @@ The registry currently contains 416 unique calculator slugs.
- [x] Torr to kPa (`torr-to-kpa`)
- [x] Torr to PSI (`torr-to-psi`)
- [x] Townships to Square Miles (`townships-to-square-miles`)
- [x] Townships to Acres (`townships-to-acres`)
- [x] Townships to Square Kilometers (`townships-to-square-kilometers`)
- [x] Townships to Square Meters (`townships-to-square-meters`)
- [x] US gallons to Imperial gallons (`us-gallons-to-imperial-gallons`)
## Backlog / To-Do
@@ -7292,7 +7340,7 @@ The registry currently contains 416 unique calculator slugs.
- [ ] Torr to Pascals
- [ ] Torr to Technical Atmosphere
- [ ] Torr to Technical Atmosphere (at)
- [ ] Townships to Acres
- [x] Townships to Acres
- [ ] Townships to Ares
- [ ] Townships to Barns
- [ ] Townships to Circular Mils
@@ -7303,8 +7351,8 @@ The registry currently contains 416 unique calculator slugs.
- [ ] Townships to Square Centimeters
- [ ] Townships to Square Feet
- [ ] Townships to Square Inches
- [ ] Townships to Square Kilometers
- [ ] Townships to Square Meters
- [x] Townships to Square Kilometers
- [x] Townships to Square Meters
- [ ] Townships to Square Mils
- [ ] Townships to Square Yards
- [ ] Troy Ounces to Amu

View File

@@ -0,0 +1,31 @@
import path from 'node:path';
import type { Handle } from '@sveltejs/kit';
const MIME_TYPES: Record<string, string> = {
'.js': 'application/javascript; charset=utf-8',
'.mjs': 'application/javascript; charset=utf-8',
'.css': 'text/css; charset=utf-8',
'.json': 'application/json; charset=utf-8',
'.svg': 'image/svg+xml; charset=utf-8',
'.woff2': 'font/woff2',
'.woff': 'font/woff',
'.ttf': 'font/ttf',
'.otf': 'font/otf'
};
export const handle: Handle = async ({ event, resolve }) => {
const response = await resolve(event);
if (event.url.pathname.startsWith('/_app/')) {
const existing = response.headers.get('content-type');
const hasValidHeader = existing && existing.trim().length > 0;
if (!hasValidHeader) {
const extension = path.extname(event.url.pathname).toLowerCase();
const mime = extension && MIME_TYPES[extension];
if (mime) {
response.headers.set('content-type', mime);
}
}
}
return response;
};

View File

@@ -118,6 +118,47 @@ export const calculators: CalculatorDef[] = [
{"slug": "coulombs-to-ampere-hours", "name": "Coulombs to Ampere-hours", "category": "time", "type": "standard", "teaser": "Express a charge in coulombs as ampere-hours.", "labels": {"in1": "Coulombs", "in2": "Ampere-hours"}, "factor": 0.0002777777777777778, "hidden": true},
{"slug": "cups-to-milliliters", "name": "Cups to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Milliliters"}, "factor": 236.588237},
{"slug": "cups-to-ounces-weight", "name": "Cups to Ounces (weight)", "category": "weight", "type": "standard", "teaser": "Convert a cup\u2019s weight into ounces for baking measurements.", "labels": {"in1": "Cups", "in2": "Ounces (weight)"}, "factor": 8.0},
{"slug": "cups-to-acre-feet", "name": "Cups to Acre-feet", "category": "length", "type": "standard", "teaser": "Translate kitchen cups into acre-feet when planning irrigation.", "labels": {"in1": "Cups", "in2": "Acre-feet"}, "factor": 1.918052048260257e-07},
{"slug": "cups-to-barrel-us-oil", "name": "Cups to Barrel (US oil)", "category": "volume", "type": "standard", "teaser": "Express cup volumes as US oil barrels.", "labels": {"in1": "Cups", "in2": "Barrel (US oil)"}, "factor": 0.001488095238095238},
{"slug": "cups-to-bushels", "name": "Cups to Bushels", "category": "volume", "type": "standard", "teaser": "Count how many cups sit inside a dry bushel.", "labels": {"in1": "Cups", "in2": "Bushels"}, "factor": 0.006713804745119558},
{"slug": "cups-to-centiliters", "name": "Cups to Centiliters", "category": "volume", "type": "standard", "teaser": "Convert cups into centiliters for precision cooking.", "labels": {"in1": "Cups", "in2": "Centiliters"}, "factor": 23.65882365},
{"slug": "cups-to-cubic-centimeters", "name": "Cups to Cubic Centimeters", "category": "length", "type": "standard", "teaser": "Show cup volume as cubic centimeters.", "labels": {"in1": "Cups", "in2": "Cubic Centimeters"}, "factor": 236.5882365},
{"slug": "cups-to-cubic-feet", "name": "Cups to Cubic Feet", "category": "length", "type": "standard", "teaser": "Express a cup in cubic feet for construction math.", "labels": {"in1": "Cups", "in2": "Cubic Feet"}, "factor": 0.008355034722222222},
{"slug": "cups-to-cubic-inches", "name": "Cups to Cubic Inches", "category": "length", "type": "standard", "teaser": "Convert cups into cubic inches for compact spaces.", "labels": {"in1": "Cups", "in2": "Cubic Inches"}, "factor": 14.4375},
{"slug": "cups-to-cubic-meters", "name": "Cups to Cubic Meters", "category": "length", "type": "standard", "teaser": "Cover cup volumes in cubic meters.", "labels": {"in1": "Cups", "in2": "Cubic Meters"}, "factor": 0.0002365882365},
{"slug": "cups-to-cubic-yards", "name": "Cups to Cubic Yards", "category": "length", "type": "standard", "teaser": "Translate cups into cubic yards for landscaping.", "labels": {"in1": "Cups", "in2": "Cubic Yards"}, "factor": 0.30944573045267487},
{"slug": "cups-to-fluid-ounces", "name": "Cups to Fluid Ounces", "category": "weight", "type": "standard", "teaser": "Convert cups into US fluid ounces (8 fl oz per cup).", "labels": {"in1": "Cups", "in2": "Fluid Ounces"}, "factor": 8.0},
{"slug": "cups-to-gills", "name": "Cups to Gills", "category": "volume", "type": "standard", "teaser": "Express cup volumes as US gills.", "labels": {"in1": "Cups", "in2": "Gills"}, "factor": 2.0},
{"slug": "cups-to-hogshead", "name": "Cups to Hogshead", "category": "volume", "type": "standard", "teaser": "Compare cupfuls with a hogshead for brewing.", "labels": {"in1": "Cups", "in2": "Hogshead"}, "factor": 0.0009920632524184317},
{"slug": "cups-to-imperial-fl-oz", "name": "Cups to Imperial Fluid Ounces", "category": "weight", "type": "standard", "teaser": "Convert cups into Imperial fluid ounces.", "labels": {"in1": "Cups", "in2": "Imperial Fluid Ounces"}, "factor": 8.326741846289888},
{"slug": "cups-to-imperial-gallons", "name": "Cups to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Express cups in Imperial gallons for British recipes.", "labels": {"in1": "Cups", "in2": "Imperial Gallons"}, "factor": 0.0520421365393118},
{"slug": "cups-to-imperial-pints", "name": "Cups to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Translate cups into Imperial pints.", "labels": {"in1": "Cups", "in2": "Imperial Pints"}, "factor": 0.4163370923144944},
{"slug": "cups-to-jiggers", "name": "Cups to Jiggers", "category": "volume", "type": "standard", "teaser": "Turn cups into cocktail jiggers.", "labels": {"in1": "Cups", "in2": "Jiggers"}, "factor": 5.333333344604674},
{"slug": "cups-to-liters", "name": "Cups to Liters", "category": "volume", "type": "standard", "teaser": "Express cups as liters.", "labels": {"in1": "Cups", "in2": "Liters"}, "factor": 0.2365882365},
{"slug": "cups-to-minims", "name": "Cups to Minims", "category": "volume", "type": "standard", "teaser": "Break cups into minims for historical measures.", "labels": {"in1": "Cups", "in2": "Minims"}, "factor": 3839.9999951307805},
{"slug": "cups-to-pecks", "name": "Cups to Pecks", "category": "volume", "type": "standard", "teaser": "Convert cups into US pecks for bulk goods.", "labels": {"in1": "Cups", "in2": "Pecks"}, "factor": 0.0260210682696559},
{"slug": "cups-to-quarts", "name": "Cups to Quarts", "category": "volume", "type": "standard", "teaser": "Convert cups into quarts (4 cups per quart).", "labels": {"in1": "Cups", "in2": "Quarts"}, "factor": 0.25},
{"slug": "cups-to-us-gallons", "name": "Cups to US Gallons", "category": "volume", "type": "standard", "teaser": "Express cups in US gallons (16 cups per gallon).", "labels": {"in1": "Cups", "in2": "US Gallons"}, "factor": 0.0625},
{"slug": "cups-to-us-pints", "name": "Cups to US Pints", "category": "volume", "type": "standard", "teaser": "Translate cups into US pints (2 cups per pint).", "labels": {"in1": "Cups", "in2": "US Pints"}, "factor": 0.5},
{"slug": "drams-to-cups", "name": "Drams (fluid) to Cups", "category": "volume", "type": "standard", "teaser": "Scale drams up to cups for small volumes.", "labels": {"in1": "Drams (fluid)", "in2": "Cups"}, "factor": 0.015625},
{"slug": "drams-to-fluid-ounces", "name": "Drams to Fluid Ounces", "category": "weight", "type": "standard", "teaser": "Translate drams into US fluid ounces (8 drams per fl oz).", "labels": {"in1": "Drams", "in2": "Fluid Ounces"}, "factor": 0.125},
{"slug": "drams-to-gallons", "name": "Drams to Gallons", "category": "volume", "type": "standard", "teaser": "Express a fluid dram as a fraction of a US gallon.", "labels": {"in1": "Drams", "in2": "Gallons"}, "factor": 0.0009765625},
{"slug": "drams-to-gills", "name": "Drams to Gills", "category": "other", "type": "standard", "teaser": "Convert drams into US gills.", "labels": {"in1": "Drams", "in2": "Gills"}, "factor": 0.03125},
{"slug": "drams-to-hogshead", "name": "Drams to Hogshead", "category": "other", "type": "standard", "teaser": "Compare drams with a hogshead of liquid.", "labels": {"in1": "Drams", "in2": "Hogshead"}, "factor": 1.5500988319037995e-05},
{"slug": "drams-to-imperial-fl-oz", "name": "Drams to Imperial Fluid Ounces", "category": "weight", "type": "standard", "teaser": "Convert drams into Imperial fluid ounces.", "labels": {"in1": "Drams", "in2": "Imperial Fluid Ounces"}, "factor": 0.1301053413482795},
{"slug": "drams-to-imperial-gallons", "name": "Drams to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Express drams in Imperial gallons.", "labels": {"in1": "Drams", "in2": "Imperial Gallons"}, "factor": 0.0008131583834267469},
{"slug": "drams-to-imperial-pints", "name": "Drams to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Translate drams into Imperial pints.", "labels": {"in1": "Drams", "in2": "Imperial Pints"}, "factor": 0.006505267067413975},
{"slug": "drams-to-jiggers", "name": "Drams to Jiggers", "category": "other", "type": "standard", "teaser": "Convert drams into cocktail jiggers (12 drams per jigger).", "labels": {"in1": "Drams", "in2": "Jiggers"}, "factor": 0.08333333350944803},
{"slug": "drams-to-liters", "name": "Drams to Liters", "category": "volume", "type": "standard", "teaser": "Show drams in liters.", "labels": {"in1": "Drams", "in2": "Liters"}, "factor": 0.0036966911953125},
{"slug": "drams-to-minims", "name": "Drams to Minims", "category": "other", "type": "standard", "teaser": "Break drams into minims for pharmacy measures.", "labels": {"in1": "Drams", "in2": "Minims"}, "factor": 59.999999923918445},
{"slug": "drams-to-pecks", "name": "Drams to Pecks", "category": "other", "type": "standard", "teaser": "Convert drams into US pecks.", "labels": {"in1": "Drams", "in2": "Pecks"}, "factor": 0.00040657919171337343},
{"slug": "drams-to-pints", "name": "Drams to Pints", "category": "volume", "type": "standard", "teaser": "Express drams as US pints.", "labels": {"in1": "Drams", "in2": "Pints"}, "factor": 0.0078125},
{"slug": "drams-to-quarts", "name": "Drams to Quarts", "category": "volume", "type": "standard", "teaser": "Translate drams into quarts.", "labels": {"in1": "Drams", "in2": "Quarts"}, "factor": 0.00390625},
{"slug": "drams-to-tablespoons", "name": "Drams to Tablespoons", "category": "volume", "type": "standard", "teaser": "Convert drams into tablespoons.", "labels": {"in1": "Drams", "in2": "Tablespoons"}, "factor": 0.2500000808366742},
{"slug": "drams-to-teaspoons", "name": "Drams to Teaspoons", "category": "volume", "type": "standard", "teaser": "Convert drams into teaspoons.", "labels": {"in1": "Drams", "in2": "Teaspoons"}, "factor": 0.75000005230607},
{"slug": "drams-to-cubic-inches", "name": "Drams to Cubic Inches", "category": "length", "type": "standard", "teaser": "Express drams as cubic inches.", "labels": {"in1": "Drams", "in2": "Cubic Inches"}, "factor": 0.2255859375},
{"slug": "drams-to-cubic-centimeters", "name": "Drams to Cubic Centimeters", "category": "length", "type": "standard", "teaser": "Translate drams into cubic centimeters.", "labels": {"in1": "Drams", "in2": "Cubic Centimeters"}, "factor": 3.6966911953125},
{"slug": "drams-to-cubic-meters", "name": "Drams to Cubic Meters", "category": "length", "type": "standard", "teaser": "Scale a dram into cubic meters.", "labels": {"in1": "Drams", "in2": "Cubic Meters"}, "factor": 3.6966911953124997e-06},
{"slug": "curie-to-becquerel", "name": "Curie to Becquerel", "category": "radiation", "type": "standard", "labels": {"in1": "Curie", "in2": "Becquerel"}, "factor": 37000000000.0},
{"slug": "daltons-to-amu", "name": "Daltons to AMU", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "AMU"}, "factor": 1.0},
{"slug": "days-to-hours", "name": "Days to Hours", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Hours"}, "factor": 24.0},
@@ -380,7 +421,31 @@ export const calculators: CalculatorDef[] = [
{"slug": "square-yards-to-square-feet", "name": "Square Yards to Square Feet", "category": "length", "type": "standard", "teaser": "Convert square yards into square feet.", "labels": {"in1": "Square Yards", "in2": "Square Feet"}, "factor": 9.0},
{"slug": "square-yards-to-square-inches", "name": "Square Yards to Square Inches", "category": "length", "type": "standard", "teaser": "Convert square yards into square inches.", "labels": {"in1": "Square Yards", "in2": "Square Inches"}, "factor": 1296.0},
{"slug": "square-yards-to-square-meters", "name": "Square Yards to Square Meters", "category": "length", "type": "standard", "teaser": "Convert square yards into square meters.", "labels": {"in1": "Square Yards", "in2": "Square Meters"}, "factor": 0.83612736, "hidden": true},
{"slug": "square-yards-to-square-centimeters", "name": "Square Yards to Square Centimeters", "category": "length", "type": "standard", "teaser": "Express square yards as square centimeters for CTA-level accuracy.", "labels": {"in1": "Square Yards", "in2": "Square Centimeters"}, "factor": 8361.2736},
{"slug": "square-yards-to-square-millimeters", "name": "Square Yards to Square Millimeters", "category": "length", "type": "standard", "teaser": "Translate yard-area footprints into square millimeters for fine tooling.", "labels": {"in1": "Square Yards", "in2": "Square Millimeters"}, "factor": 836127.36},
{"slug": "square-centimeters-to-square-millimeters", "name": "Square Centimeters to Square Millimeters", "category": "length", "type": "standard", "teaser": "Scale square centimeters up to square millimeters (\u00d7100).", "labels": {"in1": "Square Centimeters", "in2": "Square Millimeters"}, "factor": 100.0},
{"slug": "square-feet-to-square-millimeters", "name": "Square Feet to Square Millimeters", "category": "length", "type": "standard", "teaser": "Convert floor areas into square millimeters for CAD detail.", "labels": {"in1": "Square Feet", "in2": "Square Millimeters"}, "factor": 92903.04},
{"slug": "square-inches-to-square-millimeters", "name": "Square Inches to Square Millimeters", "category": "length", "type": "standard", "teaser": "Convert small planar areas into square millimeters (\u00d7645.16).", "labels": {"in1": "Square Inches", "in2": "Square Millimeters"}, "factor": 645.16},
{"slug": "square-meters-to-square-millimeters", "name": "Square Meters to Square Millimeters", "category": "length", "type": "standard", "teaser": "Expand square meters into square millimeter counts.", "labels": {"in1": "Square Meters", "in2": "Square Millimeters"}, "factor": 1000000.0},
{"slug": "square-kilometers-to-square-millimeters", "name": "Square Kilometers to Square Millimeters", "category": "length", "type": "standard", "teaser": "Cover entire districts in square millimeters.", "labels": {"in1": "Square Kilometers", "in2": "Square Millimeters"}, "factor": 1000000000000.0},
{"slug": "square-yards-to-hectares", "name": "Square Yards to Hectares", "category": "length", "type": "standard", "teaser": "Estimate how many hectares your yard covers when planning landscaping.", "labels": {"in1": "Square Yards", "in2": "Hectares"}, "factor": 8.3612736e-05},
{"slug": "square-yards-to-square-kilometers", "name": "Square Yards to Square Kilometers", "category": "length", "type": "standard", "teaser": "Translate square yards into square kilometers for city planning.", "labels": {"in1": "Square Yards", "in2": "Square Kilometers"}, "factor": 8.3612736e-07, "hidden": true},
{"slug": "square-kilometers-to-square-yards", "name": "Square Kilometers to Square Yards", "category": "length", "type": "standard", "teaser": "Convert large urban footprints into square yards for real estate quoting.", "labels": {"in1": "Square Kilometers", "in2": "Square Yards"}, "factor": 1195990.046},
{"slug": "square-kilometers-to-square-feet", "name": "Square Kilometers to Square Feet", "category": "length", "type": "standard", "teaser": "Turn square kilometers into square feet for building code checks.", "labels": {"in1": "Square Kilometers", "in2": "Square Feet"}, "factor": 10763910.417},
{"slug": "square-kilometers-to-square-inches", "name": "Square Kilometers to Square Inches", "category": "length", "type": "standard", "teaser": "Break city-wide areas into square inches for precise engineering layouts.", "labels": {"in1": "Square Kilometers", "in2": "Square Inches"}, "factor": 1550003100.0},
{"slug": "square-kilometers-to-square-centimeters", "name": "Square Kilometers to Square Centimeters", "category": "length", "type": "standard", "teaser": "Express a square kilometer as square centimeters for microscale units.", "labels": {"in1": "Square Kilometers", "in2": "Square Centimeters"}, "factor": 10000000000.0},
{"slug": "square-inches-to-square-kilometers", "name": "Square Inches to Square Kilometers", "category": "length", "type": "standard", "teaser": "Scale a tiny square inch back up to square kilometers.", "labels": {"in1": "Square Inches", "in2": "Square Kilometers"}, "factor": 6.4516e-10, "hidden": true},
{"slug": "square-inches-to-square-yards", "name": "Square Inches to Square Yards", "category": "length", "type": "standard", "teaser": "Convert square inches to square yards for small-to-medium area comparisons.", "labels": {"in1": "Square Inches", "in2": "Square Yards"}, "factor": 0.000771604938, "hidden": true},
{"slug": "square-inches-to-square-meters", "name": "Square Inches to Square Meters", "category": "length", "type": "standard", "teaser": "Convert square inches into square meters for precision part specifications.", "labels": {"in1": "Square Inches", "in2": "Square Meters"}, "factor": 0.00064516},
{"slug": "square-feet-to-square-kilometers", "name": "Square Feet to Square Kilometers", "category": "length", "type": "standard", "teaser": "Convert building floor area into square kilometers for city-scale planning.", "labels": {"in1": "Square Feet", "in2": "Square Kilometers"}, "factor": 9.290304e-08, "hidden": true},
{"slug": "square-feet-to-square-centimeters", "name": "Square Feet to Square Centimeters", "category": "length", "type": "standard", "teaser": "Express floor area in square centimeters for detailed CAD work.", "labels": {"in1": "Square Feet", "in2": "Square Centimeters"}, "factor": 929.0304},
{"slug": "square-centimeters-to-square-yards", "name": "Square Centimeters to Square Yards", "category": "length", "type": "standard", "teaser": "Turn centimeter-scale rectangles into square yards with a quick lookup.", "labels": {"in1": "Square Centimeters", "in2": "Square Yards"}, "factor": 0.000119599, "hidden": true},
{"slug": "square-centimeters-to-square-kilometers", "name": "Square Centimeters to Square Kilometers", "category": "length", "type": "standard", "teaser": "Scale small tiles up to square kilometers for mapping.", "labels": {"in1": "Square Centimeters", "in2": "Square Kilometers"}, "factor": 1e-10, "hidden": true},
{"slug": "square-centimeters-to-square-feet", "name": "Square Centimeters to Square Feet", "category": "length", "type": "standard", "teaser": "Switch square centimeters into square feet for interior design tasks.", "labels": {"in1": "Square Centimeters", "in2": "Square Feet"}, "factor": 0.001076391041, "hidden": true},
{"slug": "townships-to-square-miles", "name": "Townships to Square Miles", "category": "length", "type": "standard", "teaser": "Translate a township into square miles (36 square miles).", "labels": {"in1": "Townships", "in2": "Square Miles"}, "factor": 36.0},
{"slug": "townships-to-acres", "name": "Townships to Acres", "category": "area", "type": "standard", "teaser": "Convert a township into acres for agricultural estimates.", "labels": {"in1": "Townships", "in2": "Acres"}, "factor": 23040.0},
{"slug": "townships-to-square-kilometers", "name": "Townships to Square Kilometers", "category": "length", "type": "standard", "teaser": "Scale township areas into square kilometers for regional planning.", "labels": {"in1": "Townships", "in2": "Square Kilometers"}, "factor": 93.239571972096},
{"slug": "townships-to-square-meters", "name": "Townships to Square Meters", "category": "length", "type": "standard", "teaser": "Translate a township into square meters for detailed surveys.", "labels": {"in1": "Townships", "in2": "Square Meters"}, "factor": 93239571.972096},
{"slug": "slugs-to-kilograms", "name": "Slugs to kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Slugs", "in2": "kilograms"}, "factor": 14.5939},
{"slug": "sievert-to-rem", "name": "Sievert to rem", "category": "radiation", "type": "standard", "labels": {"in1": "Sievert", "in2": "rem"}, "factor": 100.0},
{"slug": "seconds-to-minutes", "name": "Seconds to minutes", "category": "time", "type": "standard", "labels": {"in1": "Seconds", "in2": "minutes"}, "factor": 0.016667, "hidden": true},