NAME

Alien::gdal - Compile gdal, the Geographic Data Abstraction Library

SYNOPSIS

use Alien::gdal;

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

print Alien::gdal->dist_dir;

#  example assumes @args exists already
system (Alien::gdal->bin_dir, 'gdalwarp', @args);

DESCRIPTION

GDAL is the Geographic Data Abstraction Library. See http://www.gdal.org.

REPORTING BUGS

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

SEE ALSO

Geo::GDAL

AUTHORS

Shawn Laffan, <shawnlaffan@gmail.com>

Jason Mumbulla (did all the initial work - see git log for details)

Ari Jolma

COPYRIGHT AND LICENSE

Copyright 2017 by Shawn Laffan and Jason Mumbulla

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