analyze_commute
Analyze commute options between home and work locations, comparing multiple transportation modes. Get detailed metrics like travel times, distances, and turn-by-turn directions for informed real estate, lifestyle, and relocation decisions.
Instructions
Perform a detailed commute analysis between home and work locations.
This advanced tool analyzes commute options between two locations (typically home and work), comparing multiple transportation modes and providing detailed metrics for each option. Includes estimated travel times, distances, turn-by-turn directions, and other commute-relevant data. Essential for real estate decisions, lifestyle planning, and workplace relocation analysis.
Args: home_latitude: Home location latitude (decimal degrees) home_longitude: Home location longitude (decimal degrees) work_latitude: Workplace location latitude (decimal degrees) work_longitude: Workplace location longitude (decimal degrees) modes: List of transportation modes to analyze (options: "car", "foot", "bike") depart_at: Optional departure time (format: "HH:MM") for time-sensitive routing
Returns: Comprehensive commute analysis with: - Summary comparing all transportation modes - Detailed route information for each mode - Total distance and duration for each option - Turn-by-turn directions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
depart_at | No | ||
home_latitude | Yes | ||
home_longitude | Yes | ||
modes | No | ||
work_latitude | Yes | ||
work_longitude | Yes |