My company is evaluating LAStools, primarily for processing of national LiDAR datasets of Croatia. These datasets are tiled in a custom schema with a particular naming convention, which are important to keep for common reference when communicating with National geodesic authority and other institutions.
What would be the simplest way to add buffer to these tiles while preserving the original tiling schema and file names?
We did index the files with lasindex64 and then tried to use lastile64 to buffer, but lastile insists on retiling the whole show to squares and renaming files.
We hoped las2las might support on the fly buffering, and while it does recognize the -buffered flag and states that it's adding points while reading the files, the output is not buffered. Unfortunately it does not recognize -remain_buffered flag that is available for some other tools..
Thanks in advance for any advice.