Hello,

I have written a simple module that I would like to include in the Geo::Calc
namespace on CPAN called Geo::Calc::Lite.

It offers a lighter set of dependencies than Geo::Calc, requiring only core
Perl modules (Carp, Exporter, and Math::Trig), and does not use anything
heavy like Moose. It offers only a select set of functions; what I believe
are the more common geo coordinate calculations. It also takes away the
mathematical conversion requirements which would be required by using
Math::Trig directly. The user only ever has to enter decimal coordinate
and/or distance values.

I look forward to whatever comments and/or recommendations you may have.

Thanks in advance.

Rick Yakubowski (YAKUBORI)

Reply via email to