Extended Classification Using lasoverlap

53 views
Skip to first unread message

Lukas Fraser

unread,
Sep 21, 2016, 6:18:40 PM9/21/16
to LAStools - efficient tools for LiDAR processing
Hi All,

I am trying to run lasoverlap on some LAS 1.4 files using only classes 40 and 64, but lastools does not seem to recognize classes that high.

lasoverlap -i *.las -files_are_flightlines -keep_class 40 -step 2 -max_diff 0.1 -no_over -last_only -otif
ERROR: cannot keep classification 40 because it is larger than 31

Do any of the extended classification commands work in lasoverlap?

Thanks, Lukas

Martin Isenburg

unread,
Sep 23, 2016, 10:22:04 AM9/23/16
to LAStools - efficient command line tools for LIDAR processing
Hello Lukas,

until LAStools makes the new LAS 1.4 point types 6 to 10 it's new "base" point type we use the 'extended_' key word to access the wider attributes of the newer point types in LAStools. Hence simply use '-keep_extended_class 40' instead.

lasoverlap -i *.las ^
                -last_only ^
                -files_are_flightlines ^
                -keep_extended_class 40 64 ^
                -step 2 -max_diff 0.1 ^
                -no_over ^
                -o difference.tif


Regards,

Martin @rapidlasso

Reply all
Reply to author
Forward
0 new messages