Description |
A digital elevation model (DEM) represents terrain elevations for ground positions at regularly spaced horizontal intervals. The USGS "native" DEM format was developed specifically for this category of data and dates from 1992. A DEM dataset is a single file comprising 1024-byte ASCII-encoded (text) blocks that fall into three record categories called A, B, and C. There is no cross-platform ambiguity since line ending control codes are not used, and all data, including numbers, is represented in readable text form. A raster file format, DEM files usually contain terrain elevations, but the file format can be used for representing any surface. The format, allows internal documentation of coordinate system, date of publication, etc. These values are referenced horizontally, either to a Universal Transverse Mercator (UTM) projection or to a geographic coordinate system
The A record contains information defining the general characteristics of the DEM, including its name, boundaries, units of measurement, minimum and maximum elevations, number of B records, and projection parameters. Each B record consists of an elevation profile with associated header information, and the optional C record contains accuracy data. Each file contains a single A record and may contain a single C record, while there is a separate B record for each elevation profile.
|