Laszy is a Python-based tool designed for processing LiDAR (Light Detection and Ranging) data. It provides functionalities for handling, analyzing, and reporting on LiDAR data, typically stored in LAS or LAZ file formats. The tool is structured into two main components: Laszy.py
for core processing and LaszyReport.py
for generating reports based on the processed data.
User must have poetry installed on their local system:
pip install poetry
Run the poetry command to install the package:
poetry install