Geo::Coordinates::UTM::XS - C/XS reimplementation of Geo::Coordinates::UTM


NAME

Geo::Coordinates::UTM::XS - C/XS reimplementation of Geo::Coordinates::UTM


SYNOPSIS

  # use Geo::Coordinates::UTM;
  use Geo::Coordinates::UTM::XS;
  ...


DESCRIPTION

This module is a drop in replacement for the Geo::Coordinates::UTM manpage.

It's written in C/XS and around 10x-15x times faster than the Perl implementation.


SEE ALSO

Read the Geo::Coordinates::UTM manpage to learn how to use this module.


BUGS

Functions to convert coordinates to MGRS available from Geo::Coordinates::UTM 0.06 are not yet supported.


AUTHOR

Salvador Fandiño <sfandino@yahoo.com>


COPYRIGHT AND LICENSE

Copyright (c) 2007-2008 by Salvador Fandino.

Copyright (c) 2007-2008 by Qindel Formacion y Servicios SL.

Copyright (c) 2000, 2002, 2004 by Graham Crookham.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.