Map Forest Density Sample Code

This sample shows how to process point cloud data to classify points as vegetation, and then create a vegetation density raster and a canopy height raster that can be opened and viewed in ENVI.

The install_dir\data\lidar\Hemlock_*.laz data is ideal to use with this extension. It is heavily forested and will give the best approximation. These data were made available by the Rochester Institute of Technology via the SHARE 2012 experiment.

Use the sample code to become familiar with extensions. This sample provides information on how to:

Tip: When displayed in ENVI, the forest density raster can be colored to better illustrate variance in the density. Right-click Density.dat in the Layer Manager and select Change Color Table > Rainbow.

View the Sample Code

  1. Start the IDL Workbench.
  2. Select File > Open and navigate to the PRO Code file INSTALL_DIR\ENVIxx\examples\lidar\forest_density.pro. The file opens in the IDL Workbench.
  3. Close IDL.

Run the Sample Code from the ENVI Toolbox

  1. Copy the PRO code source file INSTALL_DIR\ENVIxx\examples\lidar\forest_density.pro to your user_home/.idl/envi/extensionsx_x.
  2. Launch ENVI+IDL by clicking ENVI x.x +IDL x.x from the Windows Start menu.
  3. In the ENVI Toolbox, select Extensions > LiDAR > Samples and double-click Map Forest Density.