get_commute_difficulty
Calculate commute difficulty by entering start and end coordinates. Combines transit routes, weather, and holiday data to score the burden of your trip based on time, transfers, walking, and discomfort.
Instructions
출발지와 도착지 좌표로 퇴근 난이도를 계산합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_lat | Yes | ||
| end_lon | Yes | ||
| start_lat | Yes | ||
| start_lon | Yes |