Changes between Initial Version and Version 1 of Processing/Lidarqcprocedure


Ignore:
Timestamp:
Apr 29, 2009, 3:44:46 PM (15 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Lidarqcprocedure

    v1 v1  
     1= Lidar QC Procedure =
     2
     3This page describes the procedure for the QC of the LIDAR data.
     4------
     5== QC Procedure ==
     6
     7As it stands this is the Lidar data QC procedure. This could be improved and added to as time allows.
     8
     9=== Remove noisy points ===
     10
     11The first stage of the QC is to check the data and remove erroneous points. This can be done in Microstation/TerraSolid by creating a macro. It should be straightforward to script this into a GIS such as GRASS too.
     12
     13In Terrascan goto Tools -> Macro
     14
     15Press Add to add routines to the Macro.
     16
     17 * Any class to default class (Routine: by class)
     18 * Remove groups of low points (Routine: low points)
     19 * Remove single low points (Routine: low points)
     20 * Remove isolated points (Routine: isolated points)
     21
     22To run on large projects use "selected files" instead of reading all LAS files into memory.
     23Check the result to see what points have been selected.
     24
     25To delete the points: Point -> Delete -> by class
     26
     27Can select/deselect points using the Add Point tool individually selecting points to get points which were missed by the classification algorithms.
     28
     29To remove haze layers, use elevation to threshold (Routine: by absolute elevation). Select an elevation range whose minimum is well above any ground targets and maximum above the haze layer.