= GDAL Plugin = The GDAL Plugin provides access to all the raster and vector formats support by GDAL and OGR. You can find a complete list of raster and vector formats here: * [http://www.gdal.org/formats_list.html Raster Formats] * [http://www.gdal.org/ogr/ogr_formats.html Vector Formats] == Drivers == All GDAL/OGR drivers are prefixed with "gdal_". For example, the GDAL driver code for the ERDAS Imagine file format is "HFA". The equivalent driver in OSSIM is "gdal_HFA". Here's an example of how to use the HFA driver in orthoigen: {{{ ossim-orthoigen -w gdal_HFA input.tif output.img }}}