Hello,
I am trying to rasterize the canopy following this steps: https://rapidlasso.com/2014/11/04/rasterizing-perfect-canopy-height-models-from-lidar/ . First I use lasheight and then lasgrid, but the raster cell values I get are from 0-250. What am I doing wrong because I suppose I should get values of vegetation height from 0 to some 30 m?
Ivan
Yes, my LIDAR data (Slovenia) are already categorized into ground, vegetation(low, medium, hight),…
I also tried to use like this:
lasground -i drawno.laz ^
-wilderness ^
-o ground.laz
lasheight -i ground.laz ^
-drop_above 30 ^
-replace_z ^
-o normalized.laz
lasgrid -i normalized.laz ^
-step 0.33333 ^
-highest ^
-false -set_min_max 0 25 ^
-ll 278200 602200 -ncols 300 -nrows 300 ^
-o chm_grd.png
But the raster values are from 0-255, and the trees are maybe 30-40 m maximum?
Sorry for not pasting the steps from the beginning I realize I is much more clear this way.
Ivan
--
Download LAStools at
http://lastools.org
http://rapidlasso.com
Be social with LAStools at
http://facebook.com/LAStools
http://twitter.com/LAStools
http://linkedin.com/groups/LAStools-4408378
Manage your settings at
http://groups.google.com/group/lastools/subscribe
-false -set_min_max 0 25 ^
-o chm_grd.png
lasgrid -i normalized.laz ^
-step 0.33333 ^
-highest ^
-o chm_grd.bil