Esri ASCII Grid Reader/Writer

Licensing options for this format begin with FME Professional Edition.

The Esri® ASCII Grid Reader/Writer allows FME to read and write data in the Esri ASCII Grid format.

Overview

Esri ASCII Grid files are raster files containing elevation data, and each elevation sample in the file is a point in a single FME raster feature. FME considers a single Esri ASCII Grid file to be a dataset.

Esri ASCII Grid is a very simple format. It has a very short header that precedes the raster data. This header provides the location and size of the raster to follow.

The raster is written as a series of rows, which contain one ASCII integer or floating point value per column in the raster. The first element of the raster corresponds to the upper left-hand corner of the raster.

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

Note: As a text-based format, this format will usually not perform as well as binary raster formats (for example, GeoTIFF) for reading and writing. If performance is important, consider using another format.