DEMs

A digital elevation model answers a question the optical sensors cannot: not what the surface looks like, but how high it is. A DEM is a raster whose every pixel holds a ground elevation, and that single extra dimension reshapes a surprising amount of analysis — where water flows, which ground floods, how a hillside faces the sun, what a valley hides from a viewpoint. Most of this site’s sources measure reflected or emitted energy; a DEM measures shape, and it usually enters a workflow as context and constraint rather than as the thing being classified. This page is about treating terrain as its own input surface: what a DEM represents, how raw elevation differs from the products derived from it, what quality issues matter, and how access works — kept conceptual, the way the accepted pages are, rather than pinned to any one dataset’s exact figures.

What a DEM represents

At its core a DEM is elevation on a grid: a regular raster, like the imagery the Digital Imagery concept describes, but with height as the pixel value instead of brightness. Two distinctions matter immediately. The first is what “the surface” means. A digital surface model records the top of whatever is there — tree canopy, rooftops, bridges — while a digital terrain model aims for the bare ground beneath them; “DEM” is often used loosely for either, so knowing which one you hold is essential before you reason about flow or exposure, because a canopy-top surface routes water very differently from bare earth. The second distinction is elevation versus its derivatives. The raw height grid is rarely the end product: from it you compute slope (steepness), aspect (the compass direction a slope faces), hillshade (a shaded-relief rendering for visualization), flow direction and accumulation (which way water moves and where it concentrates), and watershed boundaries. These are all derived measurements, calculated from neighborhood differences in elevation — the derivative is only as good as the DEM and its grid spacing underneath it, which is why the source model’s quality propagates into everything built on top.

Quality concerns that shape use

A DEM’s fitness for a task turns on a handful of quality properties, and ignoring them is where terrain analysis quietly goes wrong. Spatial resolution — the ground distance per pixel — sets what landforms are even representable, exactly the trade-off the Resolution concept frames: a coarse global model captures broad topography efficiently but smooths away small channels, terraces, and berms that decide local flooding, while a fine local model resolves them at the cost of coverage and size. Distinct from horizontal detail is vertical accuracy — how close the recorded heights are to true elevation — which varies with terrain, land cover, and how the model was produced, and which dominates any analysis of small height differences. Real DEMs also carry artifacts: voids (missing data, common in steep or radar-shadowed terrain), striping or banding from acquisition, and edge effects where tiles meet. And because elevation is measured against a reference, datum differences matter: heights given relative to one vertical reference do not equal heights relative to another, and mixing them injects a systematic offset. Finally, terrain is frequently resampled and reprojected to line up with imagery, and every resampling of a continuous surface smooths it slightly — so the order and method of those steps is itself an analysis choice, tied to the Coordinate Systems reasoning about aligning layers.

Where DEMs fit in workflows

Terrain earns its place in a workflow as the layer that adds physical context to spectral data. The clearest case is water: flow direction, accumulation, and elevation thresholds are central to hydrology and to the terrain screening behind Flood Mapping, where low, flat, water-accumulating ground is where inundation concentrates and a DEM tells you where that is before any image is examined. Terrain also provides contextual and exposure information for planning and for Infrastructure Monitoring, where slope and elevation frame what a road, dam, or settlement sits on and is exposed to. A third role is normalization and stratification: because slope and aspect change how much sunlight a surface receives, elevation-derived layers help correct or stratify optical analysis — comparing vegetation on north- and south-facing slopes as like with like rather than blaming the sensor for a shadow. DEMs are also a natural masking layer, letting you exclude or separate areas by height or steepness. In each case elevation is a distinct raster combined with spectral inputs — a Raster vs Vector companion to the imagery — and because bare ground changes slowly, a DEM is often a stable backdrop against which the imagery’s Change Detection plays out, though large earthworks or landslides can change terrain itself.

Accessing elevation data

DEMs come from several production methods and many providers, and as with other sources the access route is a choice rather than a limit. Global models assembled from satellite radar or stereo optical give near-worldwide coverage at moderate resolution; national mapping agencies publish finer models over their own territories, increasingly from airborne lidar, which yields high-resolution bare-earth terrain; and local surveys provide the finest detail over small areas. That tiering is the practical decision — global for broad context, national or local when the question hinges on small height differences. Access mirrors the other data-source pages: elevation collections are available ready-to-query in a browser environment such as Google Earth Engine, distributed directly by public agencies, and mirrored in cloud archives, often described by the same STAC metadata used for imagery and cataloged alongside the broader open geospatial data ecosystem. Whatever the entry point, the durable reasoning holds: confirm whether you have a surface or terrain model, check resolution and vertical accuracy against what the task needs, watch the datum and any voids, and resample deliberately when aligning to imagery. The dataset names and endpoints change with the platform; the questions you ask of a DEM before trusting its derivatives do not.