compute_geodesic
Calculate the shortest distance between two geographic coordinates on a sphere using the great-circle formula, returning the result in nautical miles.
Instructions
Compute geodesic great-circle distance in nautical miles (ignores route, this is shortest distance on a sphere).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_lat | Yes | ||
| end_lon | Yes | ||
| start_lat | Yes | ||
| start_lon | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |