Plan a round trip
plan_round_tripPlan return-to-start cruises from a point on the inland waterways of Great Britain, sized to fit a number of days. Returns several options: circular loops where the canal network offers one (canal "rings"), plus out-and-back and fewest-locks alternatives, each with distance, lock count, day-by-day plan and suggested overnight moorings. Timing is lock-aware and closures from every GB navigation authority are flagged on each option. Give boat dimensions to get fit warnings, and routes touching tidal water carry a tidal safety warning. The start can be a place name or "lat,lon" coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Start date (YYYY-MM-DD) for closure checking. Defaults to today. | |
| days | Yes | Number of days the round trip should fit in. | |
| start | Yes | Start (and finish) point: a place name on the waterways 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. | |
| 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. Default 6. |