Changes between Version 3 and Version 4 of gdalplugin


Ignore:
Timestamp:
Oct 16, 2010, 9:41:46 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gdalplugin

    v3 v4  
    44 * [http://www.gdal.org/formats_list.html Raster Formats]
    55 * [http://www.gdal.org/ogr/ogr_formats.html Vector Formats]
     6
     7== Drivers ==
     8All 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:
     9{{{
     10ossim-orthoigen -w gdal_HFA input.tif output.img
     11}}}