The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::geos::af - Compile GEOS, the Geometry Engine, Open Source

BUILD STATUS

Requires Perl 5.10+

SYNOPSIS

    use Alien::geos::af;

    use Env qw(@PATH);
    unshift @PATH, Alien::geos::af->bin_dir;

    print Alien::geos::af->dist_dir;

    

DESCRIPTION

GEOS is the Geometry Engine, Open Source. See http://geos.osgeo.org/.

The name Aien::geos::AF is chosen to not clash with a pre-existing Alien::GEOS distribution. This package differs in that it uses the alienfile approach, hence the ::af suffix in the name.

REPORTING BUGS

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

SEE ALSO

Geo::GDAL::FFI

Alien::gdal

Alien::proj

Geo::Geos

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.