Canopy Footprint (Absolute) — Algorithm Notes
Related user page: Canopy Footprint (Absolute)
Purpose
Generate corridor polygons using an absolute threshold strategy for each centerline context.
Inputs and outputs
- Inputs: centerline vector, CHM/cost raster, threshold controls
- Output: canopy footprint polygons
Method summary
- Build local analysis window around each centerline.
- Compute corridor/cost surface response.
- Apply absolute threshold(s) to extract footprint mask.
- Convert mask to vector polygons and clean geometry.
- Write output footprint layer.
Assumptions
- Absolute thresholds are meaningful across the target dataset.
- Input centerlines reasonably represent corridor center paths.
Edge cases
- Single global threshold may under/over-segment in heterogeneous canopy conditions.
- Raster artifacts/noise can create fragmented polygons without post-cleaning.