geo6 / php-gdal-wrapper
PHP Library to use GDAL functions
Installs: 11 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 4
Open Issues: 0
Requires
- symfony/process: ^3.3|^4.0
Requires (Dev)
This package is auto-updated.
Last update: 2020-04-01 08:52:35 UTC
README
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.