logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GIS::Distance::ALT - Andoyer-Lambert-Thomas distance calculations.

Authors

       See "AUTHORS" in GIS::Distance.

Description

       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.

License

       See "LICENSE" in GIS::Distance.

perl v5.36.0                                       2023-10-21                            GIS::Distance::ALT(3pm)

Name

       GIS::Distance::ALT - Andoyer-Lambert-Thomas distance calculations.

Support

       See "SUPPORT" in GIS::Distance.

See Also