Compute the Haversine forward solution for geodesy.
Timothy Rice c4c1d98820 Fix wrong word | 2 年之前 | |
---|---|---|
.gitignore | 2 年之前 | |
LICENSE.md | 2 年之前 | |
Makefile | 2 年之前 | |
README.md | 2 年之前 | |
geotaxis.c | 2 年之前 |
Compute the geodetic forward solution, i.e. the destination given a starting point, bearing and distance.
There are multiple algorithms for this, and there is a bit of a trade off involved in deciding the best one for a given task. We use Haversine as it is fast, reasonably accurate, and doesn't have Vincenty convergence issues.
geotaxis LATITUDE LONGITUDE DISTANCE BEARING
Arguments: