PROProduction

Generate terrain-focused raster products from LiDAR with consistent QA and surface controls.

workflow pro

Workflow Narrative

LiDAR Terrain Product Suite

Problem It Solves

How can we convert raw LiDAR into a consistent, production-ready terrain package quickly and reproducibly?

Who It Is For

Primary User

Mapping programs, engineering/environmental consultancies, and topographic data providers.

What It Does

How It Works

Why It Wins

Typical Buying Trigger

Production teams must deliver standardized terrain products at scale with minimal manual orchestration.

Typical Presets

Inputs

ParameterOptionalDescription
input (LAS/LAZ)noInput LiDAR point cloud used to derive QA, terrain, structure, or encroachment products.
profile, block size, slope/elevation thresholdsnoTerrain-suite processing profile and block/threshold controls for derivative generation.
hillshade and QA controlsnoHillshade illumination and QA export controls for terrain package outputs.

Outputs

ParameterTypeDescription
dtmGeoTIFFDigital terrain model raster generated from workflow processing.
dsmGeoTIFFDigital surface model raster generated from workflow processing.
slopeGeoTIFFSlope derivative raster generated from terrain processing.
hillshadeGeoTIFFHillshade visualization raster generated from terrain derivatives.
confidenceGeoTIFFConfidence layer quantifying reliability of modeled outputs.
uncertaintyGeoTIFFUncertainty diagnostics layer highlighting low-certainty areas.
metadataJSONMetadata contract describing generated products and provenance.
html_reportHTMLHuman-readable customer-facing report generated from the metadata/summary contract for stakeholder review and QA traceability.
classified_lidaroptional LAS/LAZOptional classified LiDAR point cloud output from QA/terrain workflows.

Python Example

import whitebox_workflows as wbw

wbe = wbw.WbEnvironment(include_pro=True, tier="pro")

result = wbe.lidar_terrain_product_suite(
    input="data/points.laz",
    profile="balanced",
    output_prefix="output/terrain_suite",
)

print(result)

License Notice

Use of this function requires a license for Whitebox Workflows Professional (WbW-Pro). Please visit www.whiteboxgeo.com to purchase a license.

Project Links

WbW Homepage User Manual Learn More