Expand description
A Rust lib to convert E57 point cloud files to LAS format.
Structs§
Enums§
Functions§
- convert_
file - Converts a given e57 file into LAS format and, optionally, as stations.
- convert_
point - Converts an e57::Point to an optional las::Point.
- convert_
pointcloud - Converts a point cloud to a LAS file.