Skip to content

laser canopyheight

Computes the height of each tree using the highest point found in each voxel.

Must be run using classified, z-normalized las/laz data. The size of the voxel is defined by the output resolution.


laser canopyheight [-h] [-o OUTPUT_FILE] [-odir output_directory] [--input-is-list]
  [--tr xres [yres ...]] [--dstnodata value] [--subcircle radius] [--fill radius]
  [--cores CORES] input_files [input_file(s ...]

positional arguments:
  input_file(s)         Input file(s)

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT_FILE, --output_file OUTPUT_FILE
                        Output file (default: None)
  -odir output_directory, --output_directory output_directory
                        Output data directory. (default: None)
  --input-is-list       Use input file as a list of rasters to merge. (default: False)
  --tr xres [yres ...]  Output resolution (default: [1.0, 1.0])
  --dstnodata value     Output nodata value (default: -9999)
  --subcircle radius    splats each point to a larger radius. (default: 0.4)
  --fill radius         fills empty pixels within this radius. (default: 5)
  --cores CORES         number of processing threads (default: 4)
  --use-tile-bb         Export raster without tile buffer. (default: False)
Back to top