ERDAS RAW Reader/Writer

FME Format Type Identifier

ERDASRAW

Reader/Writer

Both

Typical File Extensions

.raw, .bqw, .blw, .bpw

An ERDAS® .raw file is a header file that stores the properties of an associated raw raster file.

ERDAS RAW Product and System Requirements

Format

FME Platform

Operating System

Reader/Writer

FME Form

FME Flow

FME Flow Hosted

Windows 64-bit

Linux

Mac

Reader

Yes

Yes

Yes

Yes

Yes

Yes

Writer

Yes

Yes

Yes

Yes

Yes

Yes

Overview

The georeferencing information is read from or written to an Esri world file and some properties are stored in the .raw file with the following keywords.

Usage Notes

Note  The ERDAS RAW Reader/Writer does not support the LAYER_SKIP_BYTES, RECORD_SKIP_BYTES, TILE_WIDTH, or TILE_HEIGHT directives.

Since the reader does not read the PIXEL_FILES directive, the reader always assumes that the raw binary file is the dataset, and the name of this file is the name of the header without the extension.

Currently, the reader does not support multiple raw binary files in one dataset or a single file with both the header and the raw binary data at the same time.

Reader Overview

FME can read a binary raw raster file with an associated ERDAS .raw header file, with or without an Esri world file.

FME considers a single binary ERDAS RAW file associated with a header file to be a dataset. The ERDAS RAW file contains pixel data, and each pixel in the file is a point in a single FME raster feature. The header file contains the raster properties.

Writer Overview

FME can output a binary raw raster file and an associated ERDAS .raw header file, along with an Esri World file, into a single folder specified by the Dataset parameter.

The ERDAS RAW file contains pixel data: each pixel in the file is a point in a single FME raster feature. The ERDAS RAW writer distinguishes duplicate output files by appending numbers to the filenames.

FME Raster Features

FME raster features represent raster data and use several concepts that are unlike those used in the handling of vector data.

For comprehensive information about how FME processes raster data, see Rasters.

ERDAS Raw supports rasters with an arbitrary number of bands, provided all bands are the same data type and no band has a palette.

For each raster, there is only a single feature returned, since this feature will contain the entire raster.