Canopy Footprint (Relative) — Algorithm Notes
Related user page: Canopy Footprint (Relative)
Purpose
Generate corridor polygons with thresholds adapted to local conditions for each centerline.
Inputs and outputs
- Inputs: centerline vector, CHM/cost raster, relative-threshold controls
- Output: canopy footprint polygons
Method summary
- Build local corridor/cost representation per line.
- Estimate line-specific threshold characteristics.
- Apply relative/adaptive thresholding to extract candidate footprint.
- Convert raster mask to polygons and clean outputs.
- Write final footprint layer.
Assumptions
- Local raster response contains enough signal to derive useful adaptive thresholds.
- Centerline quality is sufficient to anchor corridor extraction.
Edge cases
- Noisy local windows can destabilize adaptive thresholds.
- Very short/atypical lines may need tuning to avoid overfit thresholds.