Plan a canal route
plan_routePlan a boat journey between two points on the inland waterways of Great Britain (canals and navigable rivers). The route follows the water itself, not roads. It counts every lock and estimates cruising time from realistic boat speed plus time per lock. Live closures and stoppages from every GB navigation authority (Canal & River Trust, Environment Agency, Scottish Canals, Broads Authority and others) are routed around automatically, and when a dated closure blocks the natural line the result compares waiting for it to reopen against taking the detour. Give boat dimensions to get per-waterway fit warnings (too long, too wide, too deep, too tall for a waterway on the route). Routes that cross tidal water carry a tidal safety warning. Places can be names (resolved on the waterway network) or "lat,lon" coordinates. If a name matches several distinct locations the tool returns the candidates instead of guessing; call again with the chosen one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination: a place name or "lat,lon" coordinates. | |
| date | No | Departure date (YYYY-MM-DD) for closure checking. Defaults to today. | |
| from | Yes | Start point: a place name on the waterways (e.g. "Braunston Marina") or "lat,lon" coordinates. | |
| 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. | |
| lock_minutes | No | Minutes to work through one lock. Default 15. Experienced crews may use 10, single-handers 20 or more. | |
| boat_air_draught | No | Boat air draught (height above the waterline, for bridges and tunnels). Metres or feet/inches. | |
| cruising_hours_per_day | No | Cruising hours per day, used to split the journey into days with suggested overnight moorings. Default 6. |