Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
/ php-gdal-wrapper Public archive

PHP Library to use GDAL functions

License

Notifications You must be signed in to change notification settings

geo6/php-gdal-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Library to use GDAL functions

Latest Stable Version Total Downloads Monthly Downloads Software License

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.