The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2005-03-20

  • Updated the README description.
  • Removed debug print()s. Eeek!

Changes for version 0.08 - 2012-03-23

  • Release with Dist::Zilla.
  • Fix Great Circle formula to use ** instead of ^.

Modules

Calculate geographic distances.
Role for all the GIS::Distance::Formula:: classes.
Cosine distance calculations.
Geo::Ellipsoid distance calculations.
Great circle distance calculations. (BROKEN)
Exact spherical distance calculations.
Great cirlce distance calculations using Math::Trig.
Polar coordinate flat-earth distance calculations. (BROKEN)
Thaddeus Vincenty distance calculations.