calculate_geodetic_distance
Measure the geodetic distance between two geographic points on Earth using WGS84 ellipsoid or a specified model. Ideal for precise geospatial analysis in GIS workflows.
Instructions
Calculate geodetic distance between points.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ellps | No | WGS84 | |
point1 | Yes | ||
point2 | Yes |