C:\software\LAStools\bin>mkdir compressiontest
C:\software\LAStools\bin>laszip -i ..\data\*.laz -odir compressiontest -olas
C:\software\LAStools\bin>dir compressiontest
04/15/2019 10:28 PM <DIR> .
04/15/2019 10:28 PM <DIR> ..
04/15/2019 10:28 PM 2,833,997 france.las
04/15/2019 10:28 PM 7,772,365 fusa.las
04/15/2019 10:28 PM 1,598,673 house.las
04/15/2019 10:28 PM 2,873,645 lake.las
04/15/2019 10:28 PM 4,211,533 sample.las
04/15/2019 10:28 PM 236,521 test.las
04/15/2019 10:28 PM 5,966,833 TO_core_last_zoom.las
04/15/2019 10:28 PM 18,391,665 zurich.las
8 Datei(en), 43,885,232 Bytes
C:\software\LAStools\bin>dir compressiontest\*.las /b /s > filelist.txt
C:\software\LAStools\bin>laszip -lof filelist.txt
C:\software\LAStools\bin>dir compressiontest
04/15/2019 10:31 PM <DIR> .
04/15/2019 10:31 PM <DIR> ..
04/15/2019 10:28 PM 2,833,997 france.las
04/15/2019 10:31 PM 335,514 france.laz
04/15/2019 10:28 PM 7,772,365 fusa.las
04/15/2019 10:31 PM 1,078,962 fusa.laz
04/15/2019 10:28 PM 1,598,673 house.las
04/15/2019 10:31 PM 285,509 house.laz
04/15/2019 10:28 PM 2,873,645 lake.las
04/15/2019 10:31 PM 483,879 lake.laz
04/15/2019 10:28 PM 4,211,533 sample.las
04/15/2019 10:31 PM 794,383 sample.laz
04/15/2019 10:28 PM 236,521 test.las
04/15/2019 10:31 PM 67,614 test.laz
04/15/2019 10:28 PM 5,966,833 TO_core_last_zoom.las
04/15/2019 10:31 PM 585,158 TO_core_last_zoom.laz
04/15/2019 10:28 PM 18,391,665 zurich.las
04/15/2019 10:31 PM 2,712,189 zurich.laz
16 Datei(en), 50,228,440 Bytes
C:\software\LAStools\bin>lasdiff -lof filelist.txt 2> compressiontest\lasdiff_log.txt
The resulting lasdiff_log.txt file is attached. That may be enough already.
If you want to do another or alternate test you can also do the one below. But God Forbid (!!!) ... do not forget the -check in the command line or else your compressed files will get decompressed to disk and you will override the originals!!!
Regards,
Martin @rapidlasso
================================================
C:\software\LAStools\bin>dir compressiontest\*.laz /b /s > filelist_compressed.txt
C:\software\LAStools\bin>laszip -check -lof filelist_compressed.txt
SUCCESS for 'C:\software\LAStools\bin\compressiontest\france.laz'
SUCCESS for 'C:\software\LAStools\bin\compressiontest\fusa.laz'
SUCCESS for 'C:\software\LAStools\bin\compressiontest\house.laz'
SUCCESS for 'C:\software\LAStools\bin\compressiontest\lake.laz'
SUCCESS for 'C:\software\LAStools\bin\compressiontest\sample.laz'
SUCCESS for 'C:\software\LAStools\bin\compressiontest\test.laz'
SUCCESS for 'C:\software\LAStools\bin\compressiontest\TO_core_last_zoom.laz'
SUCCESS for 'C:\software\LAStools\bin\compressiontest\zurich.laz'