OGR Virtual Dataset (VRT) Reader

Licensing options for this format begin with FME Professional Edition.

The OGR VRT reader allows FME to read data from OGR VRT datasets.

Overview

OGR VRT is an XML format which maps its attributes and geometries to that of an underlying datasource of any OGR-supported format. In this way, the VRT reader allows FME to read data from any OGR format whose driver is provided with FME.

The VRT format is able to map its geometry to an encoded representation of the geometry. This allows VRT to overlay a non-spatial format (for example, CSV) that contains geometric data, and allow it to be treated as a spatial dataset with simple geometry types and a spatial reference system.

Because VRT is a gateway format that overlays other OGR formats, the capabilities outlined in this document are a superset and are subject to some restrictions imposed by the underlying data format. Some capabilities (for example, spatial reference systems) overlay and enhance the capabilities of the underlying data; however, other capabilities (for example, geometry types) will be reliant on the underlying data format.

The following OGR drivers are provided with FME:

  • CSV
  • ESRI Shape
  • Google Fusion Tables
  • DGN
  • EPI Info REC
  • NTF
  • TIGER
  • ArcInfo Binary
  • ArcInfo E00
  • CouchDB
  • GeoJSON

For more information on the specification of the VRT format please see http://www.gdal.org/ogr/drv_vrt.html.