logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Geo::GDAL::FFI::VSI - A GDAL virtual file system

Author

       Ari Jolma - Ari.Jolma at gmail.com

Description

License

       This software is released under the Artistic License. See perlartistic.

Methods

FOpen($path,$access)
        my $file = FOpen('/vsimem/file', 'w');

       Short for Geo::GDAL::FFI::VSI::File::Open

   Mkdir($path,$mode)
       $mode is optional and by default 0x0666.

   ReadDir($path,$max_files)
       $max_files is optional and by default 0, i.e., read all names of files in the dir.

Name

       Geo::GDAL::FFI::VSI - A GDAL virtual file system

See Also

       Geo::GDAL::FFI

       Alien::gdal, FFI::Platypus, <http://www.gdal.org>

perl v5.40.0                                       2025-02-15                           Geo::GDAL::FFI::VSI(3pm)

Synopsis

       use Geo::GDAL::FFI::VSI qw/FOpen Mkdir ReadDir/;

See Also