1.. _raster.eir:
2
3================================================================================
4EIR -- Erdas Imagine Raw
5================================================================================
6
7.. shortname:: EIR
8
9.. built_in_by_default::
10
11GDAL supports the Erdas Imagine Raw format for read access including 1,
122, 4, 8, 16 and 32bit unsigned integers, 16 and 32bit signed integers
13and 32 and 64bit complex floating point. Georeferencing is supported.
14
15To open a dataset select the file with the header information. The
16driver finds the image file from the header information. Erdas documents
17call the header file the "raw" file and it may have the extension .raw
18while the image file that contains the actual raw data may have the
19extension .bl.
20
21NOTE: Implemented as ``gdal/frmts/raw/eirdataset.cpp``.
22
23
24Driver capabilities
25-------------------
26
27.. supports_georeferencing::
28
29.. supports_virtualio::
30