GDAL
Component ID
1916304
Component name
GDAL
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
57044
Component created
Component changed
Component body
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.
An example of using GDAL module to import KML data into Drupal can be found here.
