calculate_raised_bed_soil
Calculate the exact soil volume needed to fill a raised garden bed. Enter length, width, and depth to get cubic meters, bag count, and a recommended mix of compost, topsoil, and sand.
Instructions
Compute soil volume needed to fill a raised garden bed. Use for gardening setup. Inputs: length, width, depth (m). Returns soil m³, bag count, mix recommendation (40% compost / 30% topsoil / 30% sand). See list_bundles for related 'jardinage' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length_m | Yes | Raised bed length in meters | |
| width_m | Yes | Raised bed width in meters | |
| depth_cm | No | Raised bed depth in centimeters (default 30cm) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |