NAME

Geo::Forward - Calculate geographic location form lat, lon, distance, heading.

SYNOPSIS

use Geo::Forward;
my $object = Geo::Forward->new('WGS84');
my ($lat2,$lon2,$baz) = $object->forward($lon1,$lat1,$faz,$dist);

DESCRIPTION

This module is a pure perl port of the NGS program in the public domain "forward" by Robert (Sid) Safford and Stephen J. Frakes.

METHODS

TODO

BUGS

LIMITS

No garentees that perl handles all of the double percision calculations in the same manner.

AUTHOR

Michael R. Davis qw/perl michaelrdavis com/

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.