Changes between Version 3 and Version 4 of gdalplugin
- Timestamp:
- 10/16/10 09:41:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gdalplugin
v3 v4 4 4 * [http://www.gdal.org/formats_list.html Raster Formats] 5 5 * [http://www.gdal.org/ogr/ogr_formats.html Vector Formats] 6 7 == Drivers == 8 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: 9 {{{ 10 ossim-orthoigen -w gdal_HFA input.tif output.img 11 }}}