Compute the Haversine forward solution for geodesy.
|
2 jaren geleden | |
---|---|---|
.gitignore | 3 jaren geleden | |
LICENSE.md | 3 jaren geleden | |
Makefile | 3 jaren geleden | |
README.md | 2 jaren geleden | |
geotaxis.c | 3 jaren geleden |
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: