NAME
Alien::Proj4 - Compile the PROJ library, version 4
BUILD STATUS
SYNOPSIS
use Alien::Proj4;
DESCRIPTION
PROJ is a generic coordinate transformation software. See https://proj4.org/about.html.
This Alien package is probably most useful for compilation of other modules, e.g. PDLA::Rest.
This is a fork of the main Alien::proj, but with the major version fixed to 4. Later versions of the proj code have changed their API, so this ensure stability until dependent projects have updated.
The Proj library can be accessed from Perl code via the Geo::Proj4 package.
REPORTING BUGS
Please send any bugs, suggestions, or feature requests to https://github.com/PDLPorters/Alien-Proj4/issues.
SEE ALSO
AUTHORS
Shawn Laffan, <shawnlaffan@gmail.com>
COPYRIGHT AND LICENSE
Copyright 2018- by Shawn Laffan
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.