Geo::GDAL::FFI::VSI - A GDAL virtual file system
use Geo::GDAL::FFI::VSI qw/FOpen Mkdir ReadDir/;
my $file = FOpen('/vsimem/file', 'w');
Short for Geo::GDAL::FFI::VSI::File::Open
$mode is optional and by default 0x0666.
$max_files is optional and by default 0, i.e., read all names of files in the dir.
This software is released under the Artistic License. See perlartistic.
Ari Jolma - Ari.Jolma at gmail.com
Geo::GDAL::FFI
Alien::gdal, FFI::Platypus, http://www.gdal.org
To install Geo::GDAL::FFI, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Geo::GDAL::FFI
CPAN shell
perl -MCPAN -e shell install Geo::GDAL::FFI
For more information on module installation, please visit the detailed CPAN module installation guide.