Export Point Clouds
To export the associated sensor data:
Linux / macOS
cargo run -r -- export \
--point-cloud-format xyz \
--directory-path ${HOME}/Desktop/project/exportOutput Formats
The --point-cloud-format flag controls the output format:
| Format | Description |
|---|---|
epoint | Native epoint format (default) |
epoint-tar | epoint files bundled in a tar archive |
las | LAS 1.4 — widely supported in GIS and point cloud tools |
laz | Compressed LAS — smaller files, same compatibility |
e57 | E57 — common interchange format for terrestrial scanners |
xyz | Plain-text XYZ — simple, human-readable, no attributes |
xyz-zst | Zstandard-compressed XYZ |
Last updated on