README

=encoding utf8

Geo::Ellipsoid

Longitude and latitude calculations using an ellipsoid model.

INSTALLATION

To install this module, run one of the following commands:

zef install Geo::Ellipsoid
    panda install Geo::Ellipsoid

TESTING

1. To run the test suite:

$ make test

2. To run an individual test:

$ raku t/test-filename.t

3. To compare the results of this module to the CPAN Perl 5 version:

$ make test-orig > res.txt
   $ diff res.txt test/results.txt

RELEASE NOTES

This is version 1.0, the initial port of the CPAN Perl 5 version to Perl 6.

RELEASE NOTES (from the original CPAN version)

This module is a port of existing Fortran subroutines to Perl.

Copyright (C) 2015-2018 Tom Browder <[email protected]> Copyright (C) 2005-2008 Jim Gibson

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

Geo::Ellipsoid v1.0.1

Longitude and latitude calculations using an ellipsoid model.

Authors

  • Tom Browder <[email protected]> (translator Perl 5 to Raku, current maintainer)
  • Jim Gibson (CPAN Perl 5 author, v1.12)

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Geo::Ellipsoid
  • Geo::Ellipsoid::GenFuncs
  • Geo::Ellipsoid::Utils

The Camelia image is copyright 2009 by Larry Wall. "Raku" is a trademark of the Yet Another Society. All rights reserved.

Built with Podlite — the markup and publishing tools behind this site.