Hi all,
I am trying to get slope rasters for my las files (they are quite small; square plots of 120 meters on the side). I did something like this:
C:> las2dem -slope -meter -elevation_meter -step 20 -i lasfile.las -o slope_xyz.xyz
Note that lasfile.las had been ground classified and cleaned up.
Now, in slope_xyz.xyz, in "z" values, I get values like 77, 88, 86, 81, etc. Are these the slope of the normal to the terrain, in degrees? That is, the slope of the ground would be (90 - slope_normal), right? That is, the corresponding terrain slopes would be 13, 2, 4, 9 etc. This is not clear in the documentation.
Thanks in advance for your responses!
Ranjith.
--
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
Hello Ranjith,
I would agree with you if the tool would be called las2dtm. But it is called las2dem because it can generate any kind of DEM ... not just a DTM. Here is how i call them:
DEM: any of the elevation models below
DTM: bare-earth terrain (ground points only)
DSM: highest surface during survey (first or highest returns)
CHM: normalized height of highest surface above terrain
There are many variations on that:
archaeological DTMs: include man-made objects but no vegetation
lowest- or last-return DSMs: includes buildings and thick vegetation but few wires or thin poles
wireless DSMs: important for solar radiation studies where wires in the standard DSM produce shadowing walls
pit-free CHMs: provide less spiky canopy structure for better single tree detection
etc ...
las2dem - if used with different parameters - can produce all of the DEMs listed above ... not just standard DTMs.
Regards,
Martin
--
http://rapidlasso.com - fast tools to DEM your LiDARs