ProcessingGuide - bcal-lidar/tools GitHub Wiki

Processing Guide for LiDAR Tools

This page is a basic guideline to processing LiDAR data using the BCAL LiDAR Tools software package for ENVI. More detailed information on the individual steps can be found on the information pages for the respective tools.

Step 1: Convert your data to the .las format (if necessary)

The BCAL LiDAR Tools package requires that all data be in the .las data format. If your data are not in this format, you will need to convert them before any processing can take place. The BCAL LiDAR Tools package contains a conversion tool for converting your data from ascii to las.

Step 2: Tile your data (if necessary)

In order to accomplish many of the functions in the BCAL LiDAR Tools package, the software must be able to read the individual files into the computer's memory. If the files are too large (or if the computer's memory is limited), they can be broken into smaller files using the tiling feature. Alternatively, large files may also be subset or decimated.

Step 3: Explore your data

Use the file info tool to explore your data files. Things to look for include projection information (or lack thereof), point density, number of returns available, and the spatial extents of the data. Also of use is the boundary tool, with which you can display the geographic footprints of the individual files.

Step 4: Buffer your data (optional)

When filtering and/or rasterizing multiple files at once (for a single project), the software often has problems at the seams between the data tiles. These problems can be overcome by buffering the data, which creates areas of overlap between the files. The buffer distance (and thus distance of overlap) should be several times the value of the canopy spacing (filtering) or pixel size (rasterizing).

Step 5: Filter your data

If you are interested in calculating the heights of vegetation in your data or determining bare ground elevations, use the height filtering tool.

Step 6: Rasterize your data

Use the raster tool to create various raster products from your data. Remember that the raster products related to vegetation and/or bare ground cannot be created unless the data have been filtered first.

Data Processing Workflow

images/LiDARWorkflow.jpg