ER Mapper ERS Reader/Writer

Licensing options for this format begin with FME Professional Edition.

FME provides reader and writer access to data in ER Mapper’s ERS format.

Overview

The ERS format is a raw format that uses a header file (*.ers) and a data file, which can have different extensions. The header file contains information about the data itself, like the number of rows and columns, the data byte order, etc., and about the raster itself, like georeferencing information, cell spacing, and ground control points (GCPs). The data file normally contains only plain data, without any header or information on how to interpret it.

The ERS format supports NoData values, although the current FME implementation only supports reading NoData values, but not writing them. The format also supports storing rotation as an angle, which will be ignored by FME upon reading, and applied to the raster upon writing, which might imply slight data loss or distortion.

Reader Overview

FME considers a single ERS file to be a dataset.

Note: Some ERS files also contain algorithms for image creation and manipulation: these algorithms are not currently supported.

Using ECW Files

An ERS file using an ECW file as data will not work properly. In this case, you can open the ECW file directly with FME; however, you will not get all the metadata contained in the ERS file itself.