That's exactly how I do it, only I use 1.3 as the cutoff between low and
medium and 3.5 for the split between medium and high. This is because
those limits make more sense for an orienteer where we want to determine
how much the vegetation will limit both running speed and visibility.
echo "Recalculating point heights and sorting into LOW/MEDIUM/HIGH
vegetation"
lasheight -i adaptive\*.laz -ilay -ignore_class 6 9 10 11 -drop_class 7
-drop_below -5 -drop_above 100 -classify_between 0.3 1.3 3
-classify_between 1.3 3.5 4 -classify_between 3.5 100 5 -odir
tiles_classified -olaz
Terje
--
- <
Terje.M...@tmsw.no>
"almost all programming can be viewed as an exercise in caching"