# Introduction

LiDARMill is a cloud-based platform designed to post-process LiDAR data. This customizable platform can be used to process trajectory data, generate a calibrated, classified, and colorized pointcloud, generate data products (DTM/DSM, Contours, etc), and easily visualize and share the resulting 3D geospatial data.&#x20;

### **Key Features:**

**NavLab: Trajectory**

Navlab combines IMU and GNSS data to generate a smoothed and accurate trajectory, a critical step to producing survey-grade data.

**Auto Flight Line Detection**

LiDARMill automatically detects and omits turns and calibration patterns, focusing only on data-collecting flight lines and reducing processing time.

**LiDARSnap Adjustment**

LiDARSnap is a powerful feature that minimizes offsets from multiple flight lines, exporting aligned data in the industry-standard LAS format.

**Classification and DTM**

LiDARMill automatically generates a ground/non-ground LAS and gridded DTM using data processed in previous steps.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.phoenixlidar.com/lidarmill-cloud/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
