Compute the Haversine forward solution for geodesy.
Timothy Rice c4c1d98820 Fix wrong word | hace 2 años | |
---|---|---|
.gitignore | hace 2 años | |
LICENSE.md | hace 2 años | |
Makefile | hace 2 años | |
README.md | hace 2 años | |
geotaxis.c | hace 2 años |
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: