Download the PHP package geo6/php-gdal-wrapper without Composer
On this page you can find all versions of the php package geo6/php-gdal-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download geo6/php-gdal-wrapper
More information about geo6/php-gdal-wrapper
Files in geo6/php-gdal-wrapper
Package php-gdal-wrapper
Short Description PHP Library to use GDAL functions
License GPL-3.0-or-later
Informations about the package php-gdal-wrapper
PHP Library to use GDAL functions
GDAL is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing.
-- Source: http://www.gdal.org/
GDAL functions implemented
- ogr2ogr : Converts simple features data between file formats.
- ogrinfo : Lists information about an OGR supported data source.
The GDAL library must be installed ! See Building GDAL From Source for more information.