Skip to content
Prev 6427 / 29559 Next

decimate points from a Lidar file

Michael:

    Typically Lidar files come "tiled", e.g. you get a set of point 
clouds pre-subsetted to, say, 1km x 1km window.  These subsetted data 
are usually a LOT easier to write some batch scripts to deal with than 
trying to analyze the entire database at once.  Have you seen if the 
source of the Lidar data has a tiled set (most companies will provide 
the data this way)?  This will expand the number of things you can do 
with the data...

--j
Michael Denslow wrote: