i've added a new function '-entire_overlap' to the lasoverage module that can compute and then classify/flag/remove the *entire* overlap for tiles as well as for flightlines:
It's available in todays release of LAStools which also contains an important update to the LASzip decompressor for those folks who are using LAZ files that contain the new point types and extended classification codes higher than 31. You can download the new release here:
lasoverage -v -i 1_tiles_raw\*.laz ^
-entire_overlap ^
-odir 2_tiles_over -olaz
processing file '1_tiles_raw\668500_1586000.laz' with 187199 points using step 1.
WARNING: input has only one flightline ID 2. there is no overlap to compute.
took 0.561 sec. computing flightline overlap.
took 0 sec. outputting ...
took 0.512 sec. found 0 overlap points.
done with '2_tiles_over\668500_1586000.laz'. total time 1.073 sec.
processing file '1_tiles_raw\669000_1586000.laz' with 847255 points using step 1.
took 1.733 sec. computing flightline overlap.
took 0 sec. outputting ...
took 1.904 sec. found 699080 overlap points.
done with '2_tiles_over\669000_1586000.laz'. total time 3.637 sec.
processing file '1_tiles_raw\669500_1586000.laz' with 545549 points using step 1.
took 1.221 sec. computing flightline overlap.
took 0 sec. outputting ...
took 1.085 sec. found 417659 overlap points.
done with '2_tiles_over\669500_1586000.laz'. total time 2.306 sec.
processing file '1_tiles_raw\670000_1586000.laz' with 76959 points using step 1.
WARNING: input has only one flightline ID 4. there is no overlap to compute.
took 0.141 sec. computing flightline overlap.
took 0 sec. outputting ...
took 0.156 sec. found 0 overlap points.
done with '2_tiles_over\670000_1586000.laz'. total time 0.297 sec.
lasoverage.exe -v -i 0_strips_raw\*sub.laz ^
-flights_are_flightlines ^
-entire_overlap ^
-odir 0_strips_over -olaz
processing file '0_strips_raw\Ayutthaya_line_2sub.laz' with 651856 points using step 1.
processing file '0_strips_raw\Ayutthaya_line_3sub.laz' with 615727 points using step 1.
processing file '0_strips_raw\Ayutthaya_line_4sub.laz' with 389379 points using step 1.
took 4.355 sec. computing flightline overlap.
took 0.023 sec. outputting ...
took 2.685 sec. found 1116817 overlap points.
done with 3 files. total time 7.063 sec.