GIS::Distance::ALT(3pm) | User Contributed Perl Documentation | GIS::Distance::ALT(3pm) |
GIS::Distance::ALT - Andoyer-Lambert-Thomas distance calculations.
The ALT formula is intended as a much faster, but slightly less accurate, alternative of the GIS::Distance::Vincenty formula. This formulas is about 5x faster than Vincenty.
The code for this formula was taken from Geo::Distance::XS and modified to fit.
A faster (XS) version of this formula is available as GIS::Distance::Fast::ALT.
Normally this module is not used directly. Instead GIS::Distance is used which in turn interfaces with the various formula classes.
See "SUPPORT" in GIS::Distance.
See "AUTHORS" in GIS::Distance.
See "LICENSE" in GIS::Distance.
2023-01-23 | perl v5.36.0 |