Changes between Version 42 and Version 43 of Processing/Lidarqcprocedure
- Timestamp:
- May 19, 2010, 12:49:12 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/Lidarqcprocedure
v42 v43 1 = Lidar QC Procedure = 2 3 This page describes the procedure for the QC of the LIDAR data. 4 ------ 5 == QC Procedure == 1 == LIDAR QC Procedure == 6 2 7 3 As it stands this is the Lidar data QC procedure. This could be improved and added to as time allows. 8 4 9 5 === Check overlap of neighbouring lines === 10 11 ==== Horizontal ====12 The first thing to do here is to load up all lines into a viewer (or if runs out of memory load them up in pairs) and see how well they overlap in the horizontal plane. The Fugro viewer is probably best for this because it also allows Shapefiles to be read in (though you can also just use Terrascan with "Colour by intensity").13 Check along features that cross between flight lines, for example, roads/field boundaries/hedgerows do they continue unbroken or are they offset between flight lines. Also, compare against the vectors (if available) for any gross offsets.14 6 15 7 ==== Vertical ==== … … 23 15 24 16 17 ==== Horizontal ==== 18 The first thing to do here is to load up all lines into a viewer (or if runs out of memory load them up in pairs) and see how well they overlap in the horizontal plane. The Fugro viewer is probably best for this because it also allows Shapefiles to be read in (though you can also just use Terrascan with "Colour by intensity"). 19 Check along features that cross between flight lines, for example, roads/field boundaries/hedgerows do they continue unbroken or are they offset between flight lines. Also, compare against the vectors (if available) for any gross offsets. 20 21 25 22 === Check against OS vector maps === 26 23 … … 31 28 To check in Terrascan: You need to convert the .shp vectors into .dgn. Instructions [wiki:Processing/shapesintoterrascan here] 32 29 33 === Reclassify noisy points ===30 === Classify noisy points === 34 31 35 32 … … 37 34 38 35 The final stage of the QC is to check the data and reclassify erroneous points to class 7 (low points). This can be done in Microstation/TerraSolid by creating a macro, or using a (in-progress) program [wiki:Processing/LidarClassification classify_las]. 36 [[BR]] 37 38 39 '''Microstation method''' 40 [[BR]] 39 41 40 42 Start Microstation and goto Utilities -> MDL Applications -> Terrascan[[BR]] 41 43 In Terrascan goto Tools -> Macro 42 43 44 Press Add to add routines to the Macro. 44 45 45 * Change all classes to default class (Action: Classify Points, Routine: by class) 46 46 * Classify groups of low points (Action: Classify Points, Routine: low points)