calculate_distance
Determine the great circle distance between two geographic coordinates for flight planning. Input latitude and longitude for origin and destination to measure accurate travel paths in kilometers.
Instructions
Calculate great circle distance between two points
Input Schema
Name | Required | Description | Default |
---|---|---|---|
destination | Yes | ||
origin | Yes | ||
step_km | No | Step size for polyline generation in km |