The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Alien::proj - Compile the PROJ library

BUILD STATUS

Requires Perl 5.10+

SYNOPSIS

    use Alien::proj;

    

DESCRIPTION

PROJ is a generic coordinate transformation software. See https://proj.org/about.html.

This Alien package is probably most useful for compilation of other modules, e.g. Geo::GDAL::FFI, although there are also utility programs that could be of use.

The Proj library can be accessed from Perl code via the Geo::Proj4 package.

Note: As of version 1.06, share installs will disable libtiff and curl support for proj 7, both of which need implementation work.

User defined config args

User defined arguments can be passed to the configure script for share install using the ALIEN_PROJ_CONFIG_ARGS environment variable.

REPORTING BUGS

Please send any bugs, suggestions, or feature requests to https://github.com/shawnlaffan/perl-alien-proj/issues.

SEE ALSO

Geo::Proj4

Geo::GDAL::FFI

Alien::geos::af

Alien::gdal

Alien::proj4 (if you need to stay on proj version 4)

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.