GDAL

The Drupal GDAL module allows read and import vector data in all formats supported by the GDAL/OGR library.

The module provides a geodata parser for use in the Feeds module. The process to import data into Drupal in this way is described in the documentation of the feeds module in the section on creating an importer configuration. In order to make full use of geodata you should use a content type with a geometry field, e.g. as provided by the PostGIS module.

This module depends on the PHP GDAL extension. In order to build and install the extension you can follow the documentation.

Building and installing the PHP GDAL extension

This module depends on the PHP GDAL extension. It can be downloaded from https://github.com/geops/php5-gdal.

Examples

In order to make full use of geodata you should use a content type with a geometry field, e.g. as provided by the PostGIS module.

Guide maintainers

azuledu's picture