A tool to automate processing .las files
Description of program flow:
- las2las: create a tree of all directories containing .las files starting from a defined root directory
for each directory, refered to in the following by
{dirnr}- compile a list of *PAN.las files to convert to .laz
- command will be in the following format:
“las2las -lof file_list.{dirnr}.txt -keep_classification 2 -target_sp83 PA_N -odir "E:\Pennsylvania Iron and Charcoal\LAS Files\{dirnr}\las2las" -olaz” - compile a list of *PAS.las files to convert to .laz
- command will be in the following format:
“las2las -lof file_list.{dirnr}.txt -keep_classification 2 -target_sp83 PA_S -odir "E:\Pennsylvania Iron and Charcoal\LAS Files\{dirnr}\las2las" -olaz”
- command will be in the following format:
- command will be in the following format:
- compile a list of *PAN.las files to convert to .laz
note: every directory (e.g. 26) will further contain a las2las sub-directory in which the desired output in the .laz format will be created
- lastile: create a tree of all directories containing .laz files starting from a defined root directory
for each directory, refered to in the following by
{dirnr}- compile a list of .laz files to convert to tile_.laz files
- command will be in the following format:
“lastile -lof file_list.{dirnr}.txt -o "tile.laz" -tile_size 1000 -buffer 25 -odir "E:\Pennsylvania Iron and Charcoal\LAS Files\{dirnr}\lastile" -olaz”
- command will be in the following format:
- compile a list of .laz files to convert to tile_.laz files
note: every directory (e.g. 26) will further contain a lastile sub-directory in which the desired output in the .laz format will be created
- BLAST2DEM: create a tree of all directories containing tile_*.laz files starting from a defined root directory
for each directory, refered to in the following by
{dirnr}- compile a list of *.laz files to convert to *.tif, *.kml, and *.tfw
- command will be in the following format:
“blast2dem -lof file_list.{dirnr}.txt -elevation -odir "E:\Pennsylvania Iron and Charcoal\LAS Files\{dirnr}\blast2dem" -otif”
- command will be in the following format:
- compile a list of *.laz files to convert to *.tif, *.kml, and *.tfw
note: every directory (e.g. 26) will further contain a blast2dem sub-directory in which the desired output will be created



