Skip to content

laser info

Retrieves basic las/laz file info, like the coordinate system.

laser info [-h] [-o OUTPUT_FILE] input_file

positional arguments:
  input_file            Input file

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT_FILE, --output_file OUTPUT_FILE
                        Output yaml file path. Sends output to stdout if not set. (default: None)
Back to top