simulate_ultra_route
Generate optimistic, probable, and conservative finish-time scenarios for a GPX route using departure time, flat speed, stops, and climbing penalty to get sector checkpoints and finish times.
Instructions
Build optimistic, probable and conservative timing scenarios from a GPX route, departure time, flat-terrain speed, planned stops and an explicit climbing penalty. Returns sector checkpoints and finish times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpxXml | Yes | Complete GPX XML document | |
| flatSpeedKmh | Yes | ||
| startTimeIso | Yes | Departure timestamp in ISO 8601 format including timezone | |
| totalStopMinutes | Yes | ||
| segmentDistanceKm | No | ||
| climbPenaltyMinutesPer1000m | No | Legacy cycling-compatible ascent penalty; activity-specific default applies when omitted |