LAS zip in las tools

90 views
Skip to first unread message

Bino

unread,
Jul 20, 2016, 7:45:59 AM7/20/16
to LAStools - efficient tools for LiDAR processing
Any possible to Zip more than one file at a time with individual original names

Martin Isenburg

unread,
Jul 22, 2016, 7:55:17 AM7/22/16
to LAStools - efficient command line tools for LIDAR processing
Hello Bino,

You can easily compress a whole folder of LAS files (or similarly decompress a whole folder of LAZ files) using either the GUI, the command-line, or the QGIS / ArghGIS "LAStools Pro" toolboxes. In addition you could add the projection information while compressing as this is often missing as shown in the screenshot of the laszip.exe GUI.

simple compression on 8 cores in parallel 
laszip -i c:\ISPRS\KRNAP\*.las -odir c:\ISPRS\KRNAP_compressed -olaz -cores 8 

simple decompression on 8 cores in parallel 
laszip -i c:\ISPRS\KRNAP_compressed\*.laz -odir c:\ISPRS\KRNAP -olas -cores 8 

compression on 8 cores in parallel and adding projection info
laszip -i c:\ISPRS\KRNAP\*.las -odir c:\ISPRS\KRNAP_compressed -olaz -utm 33N -vertical_wgs84 -cores 8 

compression on 8 cores in parallel and adding projection info and appending spatial indices
laszip -i c:\ISPRS\KRNAP\*.las -odir c:\ISPRS\KRNAP_compressed -olaz -utm 33N -vertical_wgs84  -lax -append -cores 8 

Regards,

Martin @rapidlasso

On Wed, Jul 20, 2016 at 1:39 PM, Bino <bi...@paradigmtechindia.com> wrote:
Any possible to Zip more than one file at a time with individual original names
laszip_GUI.png
Reply all
Reply to author
Forward
0 new messages