Hi Group,
I'm trying to check a large number of LAZ files for integrity. The -check command works nicely. It either produces a "SUCCESS" result or an "ERROR" result.
But I would like to write these outputs to a simple txt file for each LAZ file so I can quickly check what LAZ files are an error. I tried:
laszip -check LIDAR.LAZ > LIDAR.err
Yet the outcome still only appears on the commandline and the LIDAR.err file remains empty. The LASZIP results are not piped to the error file.
I'm working on Windows11, Command prompt.
Anny suggestions?