Short answer
The two are not competitors; they measure different physical quantities. LiDAR is an active sensor: it fires laser pulses and times the return, so it measures 3D structure directly, including elevation, canopy height, and (crucially) bare ground glimpsed through gaps in vegetation. Optical satellite imagery is passive: it records sunlight reflected off the surface across spectral bands, so it tells you about material, vegetation health, and land cover, but not height. Choose LiDAR when the question is "what is the shape of the ground." Choose satellite imagery when the question is "what is on the surface, over a large area, or how has it changed over time." Most serious projects use both.
What each sensor actually measures
LiDAR (active ranging). An airborne or terrestrial scanner emits laser pulses and records the time-of-flight to each return. Because a single pulse can produce multiple returns (canopy top, mid-canopy, ground), LiDAR captures vertical structure. After classifying ground returns you build a bare-earth DTM with vertical accuracy commonly in the 5–15 cm range for high-quality airborne surveys. Point densities of several to tens of points per square metre are typical. LiDAR works day or night because it supplies its own light, but it does not see through cloud and a survey covers only the flown extent.
Optical satellite imagery (passive reflectance). Sensors like Sentinel-2 (10–20 m, 5-day revisit), Landsat 8/9 (30 m, since the 1980s for the program), and commercial constellations (sub-metre) record reflected solar radiation in discrete bands. The information is spectral: a near-infrared and red band give NDVI for vegetation; shortwave-infrared bands respond to clay and iron-oxide minerals; thermal bands give surface temperature. Imagery gives you wall-to-wall coverage, deep time archives, and frequent revisit, but it is blocked by cloud, depends on sun illumination, and on its own carries no direct elevation.
Head-to-head on the dimensions that matter
| Dimension | Airborne LiDAR | Optical satellite imagery |
|---|---|---|
| Primary measurement | 3D structure / elevation | Surface reflectance / material |
| Bare-earth terrain | Excellent (penetrates canopy gaps) | Indirect, surface-top only |
| Vertical accuracy | ~5–15 cm | Metres (stereo/InSAR DEMs) |
| Spatial coverage | Project-area, commissioned | Regional to global, standing archive |
| Temporal depth | Survey date(s) only | Decades (Landsat), frequent revisit |
| Spectral/material info | Limited (intensity, some multispectral) | Rich, multiple bands |
| Weather/illumination | Night-capable, blocked by cloud | Needs daylight, blocked by cloud |
| Cost | High (flight, processing) | Low to free (public missions) |
Can imagery give you elevation?
Yes, but with caveats that matter for terrain work:
- Stereo photogrammetry (overlapping optical images, e.g. from Pléiades or aerial photography) reconstructs a Digital Surface Model via structure-from-motion. It captures the top of canopy and buildings, not bare earth, and its accuracy degrades in low-texture areas (snow, water, shadow).
- Radar interferometry (InSAR) from Sentinel-1 or commercial SAR produces elevation and, more importantly, millimetre-scale surface deformation over time. Radar penetrates cloud and works at night, which optical cannot, but global products like the Copernicus DEM are a surface model at ~30 m, far coarser than airborne LiDAR.
So satellite-derived DEMs are real and useful, especially for large areas and deformation monitoring, but for a bare-earth DTM under forest at decimetre accuracy, airborne LiDAR remains in a class of its own.
A worked decision and fusion workflow
Suppose you are screening a forested slope for landslide hazard.
- Terrain base from LiDAR. Commission or source an airborne LiDAR DTM (class-2 ground returns), reproject to a projected CRS, and derive slope and curvature:
The DTM reveals scarps and hummocky ground hidden under canopy that no optical image could show.gdaldem slope dtm.tif slope_deg.tif -alg Horn - Surface context from satellite. Pull Sentinel-2 Level-2A surface reflectance for vegetation state and recent disturbance; compute NDVI to flag stressed or cleared vegetation that often accompanies instability.
- Movement from radar. Use Sentinel-1 InSAR time series to detect slow creep, which neither a single LiDAR survey nor optical imagery captures.
- Fuse. Overlay the layers in QGIS or PostGIS on a common grid and CRS so steep slopes (LiDAR), vegetation change (Sentinel-2), and deformation (InSAR) reinforce or contradict each other. Agreement raises confidence; disagreement flags areas to investigate.
The point of fusion is that structure, composition, and motion answer different parts of one question.
Common pitfalls and why they happen
- Expecting bare earth from imagery. A photogrammetric or InSAR DEM over forest gives canopy height plus terrain mixed together; treating it as ground produces systematic positive elevation bias.
- Comparing a LiDAR DTM to an optical DSM. They are different surfaces; differencing them measures vegetation height, not terrain change.
- Ignoring acquisition dates. A 2018 LiDAR survey and a 2025 image describe different states; change between them is real, not error.
- Mismatched CRS or grid in fusion. Sub-pixel misregistration creates false edges where layers disagree. Reproject and resample to one grid first.
Validation and QA
Confirm the LiDAR DTM against ground control or a benchmark, and confirm it is bare-earth (flat slope over known-flat ground). Check that satellite products are surface reflectance, cloud-masked, and seasonally appropriate before differencing dates. Before any fusion, verify every layer shares the same CRS and pixel grid. Record sensor, date, resolution, and processing level for each input so a reviewer can reconstruct which evidence supported which conclusion.
Bathyl perspective
We rarely answer "LiDAR or satellite" with one or the other. LiDAR gives us the shape of the ground; satellite imagery gives us what is on it and how it is changing; radar adds motion. The deliverable's credibility comes from stating which sensor supports which claim, and from never asking an optical image to describe terrain it cannot see.
Related reading
- SAR Data for Terrain and Hazards
- Data Fusion for Geological Interpretation
- LiDAR-Derived DEMs for Terrain Work
- Remote sensing and Earth data