| 1 | = Lidar QC Procedure = |
| 2 | |
| 3 | This page describes the procedure for the QC of the LIDAR data. |
| 4 | ------ |
| 5 | == QC Procedure == |
| 6 | |
| 7 | As 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 | |
| 11 | The 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 | |
| 13 | In Terrascan goto Tools -> Macro |
| 14 | |
| 15 | Press 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 | |
| 22 | To run on large projects use "selected files" instead of reading all LAS files into memory. |
| 23 | Check the result to see what points have been selected. |
| 24 | |
| 25 | To delete the points: Point -> Delete -> by class |
| 26 | |
| 27 | Can select/deselect points using the Add Point tool individually selecting points to get points which were missed by the classification algorithms. |
| 28 | |
| 29 | To 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. |