PROProduction
Generate terrain-focused raster products from LiDAR with consistent QA and surface controls.
workflow pro
LiDAR Terrain Product Suite
How can we convert raw LiDAR into a consistent, production-ready terrain package quickly and reproducibly?
Mapping programs, engineering/environmental consultancies, and topographic data providers.
Production teams must deliver standardized terrain products at scale with minimal manual orchestration.
| Parameter | Optional | Description |
|---|---|---|
| input (LAS/LAZ) | no | Input LiDAR point cloud used to derive QA, terrain, structure, or encroachment products. |
| profile, block size, slope/elevation thresholds | no | Terrain-suite processing profile and block/threshold controls for derivative generation. |
| hillshade and QA controls | no | Hillshade illumination and QA export controls for terrain package outputs. |
| Parameter | Type | Description |
|---|---|---|
| dtm | GeoTIFF | Digital terrain model raster generated from workflow processing. |
| dsm | GeoTIFF | Digital surface model raster generated from workflow processing. |
| slope | GeoTIFF | Slope derivative raster generated from terrain processing. |
| hillshade | GeoTIFF | Hillshade visualization raster generated from terrain derivatives. |
| confidence | GeoTIFF | Confidence layer quantifying reliability of modeled outputs. |
| uncertainty | GeoTIFF | Uncertainty diagnostics layer highlighting low-certainty areas. |
| metadata | JSON | Metadata contract describing generated products and provenance. |
| html_report | HTML | Human-readable customer-facing report generated from the metadata/summary contract for stakeholder review and QA traceability. |
| classified_lidar | optional LAS/LAZ | Optional classified LiDAR point cloud output from QA/terrain workflows. |
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)
Use of this function requires a license for Whitebox Workflows Professional (WbW-Pro). Please visit www.whiteboxgeo.com to purchase a license.