Martin,
RLW
--
You are subscribed to the group
"LAStools - efficient command line tools for LIDAR processing"
You can download LAStools at
http://www.cs.unc.edu/~isenburg/lastools/
You can visit the LAStools group at
http://groups.google.com/group/lastools/
> --
> You are subscribed to the group
> "LAStools - efficient command line tools for LIDAR processing"
> You can download LAStools at
> http://www.cs.unc.edu/~isenburg/lastools/
> You can visit the LAStools group at
> http://groups.google.com/group/lastools/
Not sure if this is exactly what you are looking for, but this link:
http://grass.osgeo.org/wiki/LIDAR
provides a description of the process for examining the Serpent Mound - in color - (also in Ohio) based on the Ohio LIDAR data, but using GRASS (open source GIS). You'll need to use las2txt to convert the las file to text for import into GRASS.
Stu
You're right about the source of the LIDAR for Serpent of course -- and the increased resolution makes a huge difference.
I must dig into your tool-box a little deeper - obviously a lot of good stuff in there.
thanks!
Stu
I have 3 LiDAR datasets from different years collected over the same area.
The extents on all of the datasets are slightly different but I need all
three datasets to be converted to DEMs and still be aligned. In completing
this task I have run into an issue. When I use the LAS2DEM tool the
resulting DEM always ends up being in a different location than the original
data. The commands I have used are as follows:
1) las2dem -i temp\in.las -o DEM\dem.asc -kill 5 -elevation -meter
-elevation_meter
2) las2dem -i temp\in.las -o DEM\dem.asc -kill 5 -elevation -meter
-elevation_meter -utm 17T
For some reason output from this is showing up directly north of the LAS
file that was used for input. As a second test I downloaded the serpent
mound sample dataset and tried using it with same command line as 1) above
with the same results. It seems that if I change the spatial extent of the
dataset the DEM is always shifted directly north of the original LAS data
and the southern edge of the DEM always seems to line up with the northern
edge of the LAS file. Is it possible that the lower left corner of the ASC
dem is being set as the upper left corner causing this to happen or am I
doing something wrong in the command line?
Thanks for your time
-Jason Oldham
-Candidate for MSc - Geography
-University of Waterloo, Waterloo ON, Canada