| 9 | === 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 | |
| 15 | ==== Vertical ==== |
| 16 | The elevation between neighbouring flight lines must be checked too. There is currently a roll-issue with the lidar data, which in particular needs to be looked for. Elevation discrepencies can be found in various ways: |
| 17 | * examining profiles over the overlapping regions: allows measurements of the height difference to be made (in Terrascan/Microstation) |
| 18 | * Re-order points in Terrascan: reorder 'by elevation (Z)' and colour by flightline. This will ideally show a mix of colours in the overlap region. If only one solid colour is shown then this flightline is consistently higher than the the other. |
| 19 | |
| 20 | '''Make a note of the average elevation offsets between flight lines for use in the delivery read me file.''' |
| 21 | |
| 22 | If the elevations are offset consistently between flight lines then this probably means an error with the calibration values (boresight or range correction). This should be corrected using the settings in alspp. If the offsets are random per flight line then the average offset per flight line should be noted but not corrected for (unless ground control points are available). |
| 23 | |
| 24 | |
| 25 | === Check against OS vector maps === |
| 26 | |
| 27 | If not done in the above step then the flight lines must be checked against vectors (if available). |
| 28 | |
| 29 | To check in Envi: Create an ascii with las2txt.sh --parse txyzicra (may not work with LAS 1.1) and then an intensity image with make_lidardem_or_intensity.sh [wiki:Processing/CreateTifs Instructions Here] |
| 30 | |
| 31 | To check in Terrascan: You need to convert the .shp vectors into .dgn. Instructions [wiki:Processing/shapesintoterrascan here] |
| 32 | |
32 | | |
33 | | |
34 | | === Check overlap of neighbouring lines === |
35 | | |
36 | | ==== Horizontal ==== |
37 | | 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"). |
38 | | 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. |
39 | | |
40 | | ==== Vertical ==== |
41 | | The elevation between neighbouring flight lines must be checked too. This can be done in various ways: |
42 | | * examining profiles over the overlapping regions: allows measurements of the height difference to be made (in Terrascan/Microstation) |
43 | | * Re-order points in Terrascan: reorder 'by elevation (Z)' and colour by flightline. This will ideally show a mix of colours in the overlap region. If only one solid colour is shown then this flightline is consistently higher than the the other. |
44 | | |
45 | | '''Make a note of the average elevation offsets between flight lines for use in the delivery read me file.''' |
46 | | |
47 | | If the elevations are offset consistently between flight lines then this probably means an error with the calibration values (boresight or range correction). This should be corrected (although you may have already corrected for roll previously). If the offsets are random per flight line then the average offset per flight line should be noted but not corrected for (unless ground control points are available). |
48 | | |
49 | | |
50 | | === Check against OS vector maps === |
51 | | |
52 | | If not done in the above step then the flight lines must be checked against vectors (if available). |
53 | | |
54 | | To check in Envi: Create an ascii with las2txt.sh --parse txyzicra (may not work with LAS 1.1) and then an intensity image with make_lidardem_or_intensity.sh [wiki:Processing/CreateTifs Instructions Here] |
55 | | |
56 | | To check in Terrascan: You need to convert the .shp vectors into .dgn. Instructions [wiki:Processing/shapesintoterrascan here] |