Will my boat fit a waterway
will_my_boat_fitCheck boat dimensions against the published maximum craft dimensions for a named British waterway (length, beam, draught and air draught, from Canal & River Trust published figures covering the full CRT network). Returns a per-dimension verdict quoting the limit. Draught and headroom vary with water level and silting, so treat the answer as advisory. For a whole journey, use plan_route with boat dimensions instead: it checks every waterway along the route.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| waterway | Yes | Waterway name, e.g. "Ashby Canal" or "Llangollen Canal". | |
| boat_beam | No | Boat beam (width). Metres by default (e.g. 2.08), or feet/inches (e.g. "6'10\""). | |
| boat_length | No | Boat length. Metres by default (e.g. 17.4), or a feet/inches string (e.g. "57ft"). | |
| boat_draught | No | Boat draught (depth below the waterline). Metres or feet/inches. | |
| boat_air_draught | No | Boat air draught (height above the waterline, for bridges and tunnels). Metres or feet/inches. |