Hey!
We've been experimenting with the new LAStools @ linux distribution, and we've noticed the following issues:
- lasindex64 with -append flag still generates LAX files in addition to the LAZ files
- lastile64 seems to output files with a windows-like seperator (i.e. folder\file.laz instead of folder/file.laz) <--- this is an issue for automation when we e.g. want to prepare a "list of files" text file using the find command
- The licence file can only be read if you run the executables from the same folder where the license exists. For example, if we have /opt/LAStools/bin/.... then we HAVE to run everything within /opt/LAStools/bin/, and we CANNOT use absolute paths (e.g. running /opt/LAStools/bin/lastile64... from a /home/user path).
Hoping these could be fixed in the next release :)