Skip to content

ajolma/Geo-GDAL-FFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

479f9ba · Jun 19, 2024
Jun 12, 2024
Jun 18, 2024
Jul 1, 2020
Jun 19, 2024
Jun 12, 2024
Jun 19, 2024
Dec 12, 2017
Dec 4, 2018
May 17, 2018
May 17, 2018
Jun 12, 2024
Jul 10, 2023

Repository files navigation

Linux bin workflow
Linux share workflow
Linus sys workflow
MacOS share workflow
MacOS workflow
Windows workflow

Geo-GDAL-FFI

Perl FFI to GDAL using FFI::Platypus

INSTALLATION FROM CPAN DISTRIBUTION

To build, test and install this module the basic steps are

perl Makefile.PL make make test make install

DEPENDENCIES

FFI::Platypus PDL Alien::gdal

Alien::gdal downloads and compiles GDAL. This package will try to use an existing GDAL in the system if Alien::gdal is not found or GDAL location prefix is specified as an argument to Makefile.PL, for example

perl Makefile.PL GDAL=/usr/local

DOCUMENTATION

COPYRIGHT AND LICENCE

Copyright (C) 2017- by Ari Jolma.

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