py4dgeo
py4dgeo copied to clipboard
Method to export point cloud as .las/.laz
An additional method to export the point cloud of an Epoch would be useful. The point cloud should include computed values such as the M3C2 distance or similar. It could be an optional argument for the already existing method Epoch.save(filename, as_las = True) or a new method Epoch.save_las(filename).