ldm_calculator
Calculate loading metres (LDM) for European road freight shipments to determine trailer space usage and check pallet fit within vehicle limits.
Instructions
Calculate loading metres (LDM) for road freight shipments.
LDM measures how much of a trailer's length a pallet load occupies. European trailers are 13.6m long and 2.4m wide. LDM = (pallet_length x pallet_width x quantity) / (trailer_width x stack_factor).
Use this tool when you need to:
Quote European road freight (FTL/LTL)
Calculate trailer utilisation percentage
Check if pallets fit within vehicle weight/space limits
Supports pallet presets (euro, uk, half, quarter) or custom dimensions. Supports vehicles: artic (13.6m), rigid10, rigid75, luton, or custom length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pallet | No | Pallet preset. Euro=1200x800mm, UK=1200x1000mm, Half=800x600mm, Quarter=600x400mm | |
| length_mm | No | Custom pallet length in mm (use instead of preset) | |
| width_mm | No | Custom pallet width in mm (use instead of preset) | |
| quantity | No | Number of pallets (default: 1) | |
| stackable | No | Can pallets be stacked? (default: false) | |
| stack_height | No | Stack height: 2 or 3 (default: 2) | |
| weight_kg | No | Weight per pallet in kg | |
| vehicle | No | Vehicle type (default: artic 13.6m) | |
| vehicle_length_m | No | Custom vehicle length in metres (required if vehicle=custom) |