calculate_geodetic_point
Calculate a new geodetic point given a starting location, azimuth, and distance. Input start point coordinates, azimuth in degrees, distance in meters, and optional ellipsoid model (default WGS84) to obtain the destination point.
Instructions
Calculate point at given distance and azimuth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_point | Yes | ||
| azimuth | Yes | ||
| distance | Yes | ||
| ellps | No | WGS84 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||