calculate_geodetic_distance
Calculate the geodetic distance between two geographic points. Supports customizable ellipsoids (default WGS84) for accurate earth surface measurements.
Instructions
Calculate geodetic distance between points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point1 | Yes | ||
| point2 | Yes | ||
| ellps | No | WGS84 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||