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 [file]...

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 Output file name -r, --res-az Azimuth pixel resolution [default: 0.2] -R, --res-zen Zenith pixel resolution [default: 0.2] -Z, --zen-max Maximum zenith [default: 120.0] -z, --zen-min Minimum zenith [default: 30.0]

ARGS: ... Input file list space separated ```

Output example:

output sample image