Changes between Version 55 and Version 56 of Processing/Lidarqcprocedure


Ignore:
Timestamp:
Nov 28, 2012, 4:10:27 PM (11 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Lidarqcprocedure

    v55 v56  
    66
    77==== Horizontal ====
    8 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. Use Lag with "Brightness by Intensity". If you have trouble making out the details in the lidar viewer then you can make tiffs of the flightlines by converting the las files to ascii with las2txt.sh then using these with make_lidardem_or_intensity.sh. [[BR]]
     8The 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. Use Lag with "Brightness by Intensity". If you have trouble making out the details in the lidar viewer then you can make tiffs of the flightlines with lidar_intensity.sh. [[BR]]
    99Check 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.
    1010
     
    2323If not done in the above step then the flight lines must be checked against vectors (if available).
    2424
    25 To check in Envi: Create ascii versions of the las files with las2txt.sh <las_dir> --parse txyzicrna (may not work with LAS 1.1) and then make an intensity mosaic with make_lidardem_or_intensity.sh [wiki:Processing/CreateTifs Instructions Here]
     25To check in Envi: Create ascii versions of the las files with las2txt.sh <las_dir> --parse txyzicrna (may not work with LAS 1.1) and then make an intensity mosaic with lidar_intensity.sh [wiki:Processing/CreateTifs#lidar_intensity.sh Instructions Here]
    2626
    2727To check in Terrascan: You need to convert the .shp vectors into .dgn. Instructions [wiki:Processing/shapesintoterrascan here]