tlsreadhancock_bin
CLI tool for transforming Hancock terrestrial LiDAR binary polar format to 2D image for quick inspection.
Note
This is a command line tool, that can accept multiple files and will run in parallel.
Example
```
$ cargo install tls3dto2d
$ tls3dto2d --help
3d-to-2d 0.1.0
USAGE:
tls3dto_2d.exe [OPTIONS] --output
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-D, --dist-max Maximum distance [default: 20.0]
-d, --dist-min Minimum distance [default: 0.0]
-n, --n-threads Number of threads to run multiple files in parallel [default: 0]
-o, --output
ARGS:
... Input file list space separated
```