The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.10 - 2005-07-11

  • The closest() method has a changed argument syntax and no longer supports array searches.
  • The closest() method works!
  • A real gcd formula (still, hsin is much better).
  • Tweaked docs.
  • Added some tests (yay!).

Changes for version 0.10 - 2019-03-07

  • Moved GIS::Distance::GeoEllipsoid to a separate distro.
  • Added the distance_km() method to GIS::Distance.
  • Removed Moo/Type::Tiny, all unecessary, simple OO.
  • Move GIS::Distance::Formula:: modules to GIS::Distance::.
  • Migrate build tooling from Dist::Zilla to Minilla.

Modules

Calculate geographic distances.
Constants used by formula modules.
Cosine distance calculations.
Great circle distance calculations.
Exact spherical distance calculations.
Great cirlce distance calculations using Math::Trig.
Polar coordinate flat-earth distance calculations. (BROKEN)
Thaddeus Vincenty distance calculations.