Hello,
with today's
LAStools release (version 180910) it becomes easier to use the 64 bit executables. On the one hand they are fully integrated into the GUI. See the attached screenshot. Pressing the "RUN64" button will run the new and largely untested 64 bit executable.
Pressing the "RUN32" button will run the old and well tested 32-bit executables.
You can update your scripts and command lines to run the new tools by simply adding '-cpu64' to your existing command lines. Hence you can continue to use the old tools names such as lasground and lasheight and simply add
'-cpu64' to the command line. There is no need to explicitly call lasground64 and lasheight64 which have no GUI on their own.
This will also work in combination with parallel processing using '-cores 4'. To run lasheight with the 64 bit executables on 3 cores run:
lasheight -i tiles_buffered_ground/*.laz ^
-replace_z ^
-odir tiles_normalized -olaz ^
-cpu64 -cores 4
Note that there are a few tools such as lascolor that do not yet (or may not ever such as laspublish) exist as a 64 bit version.
Also points can now be read from the PLY files (binary or ASCII). If you have a PLY file that does not load as expected, please let me know.
Regards,
Martin