Hello Ty,
when las2dem is run with the input options '-i *.laz -merged' then
it's usually a wrong. (-: las2dem is the tool to be used for smaller
data sets (up to 25-30 million points that participate in the
triangulation step) and usually in a tile-based batch processing
environment where each tile will result into a separate DEM that are
put back together in the end by some other tool (gdal, grass, ...).
here is how the command line should then look like:
lastile hugestrip.las -tile_size 1000 -buffer 50 -o tiles\tiles -olaz
las2dem -i tiles\tiles*.laz -keep_class 2 3 -extra_pass -step 1.12 -
use_tile_bb -odir rasters -otif -cores 3
note the '-use_tile_bb' which assures that only the interior of each
tile is rastered and not the buffer. and you probably have a nice
computer with multiple cores, so why not put them to work with '-olaz'
and '-cores 3'. if you have a single strip of 3.5 GB that is already
classfied and all you need to do is create a DEM via TIN interpolation
then simply run
blast2dem -verbose -i hugestrip.las -keep_class 2 3 -step 1.12 -otif
and you get one big TIFF file without memory issues.
Cheers,
Martin @lastools
PS: For an example of a complete tile-based batch-processing pipeline
check the last few slides of this presentation:
http://lastools.org/download/lastools.ppt
On May 11, 10:50 am, Ty Kennedy-Bowdoin <
tbowd...@stanford.edu> wrote:
> Martin,
>
> I am currently testing the lastile and las2dem executibles.
>
> - I have started by tiling a single strip of las data (3.5gb) into
> 1000m buffered tiles.
> - I would like to interpolate ground and surface dems using las2dem. It
> was easy to do a las2dem -i *.las -step 1.12 -keep_class 2 3 -otif, but I
> would like to assemble these into dems by strip using the -merge keyword.
> - when I use merge it las2dem gives me an error: cannot alloc