calculate_geodetic_distance
Compute the geodetic distance between two geographic coordinates using the WGS84 ellipsoid. Ideal for precise spatial measurements in geospatial analysis projects.
Instructions
Calculate geodetic distance between points.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ellps | No | WGS84 | |
point1 | Yes | ||
point2 | Yes |