# Uploading a Pointcloud Processing Mission

Pointcloud processing missions are designed to work with the[ Pointcloud Optimization pipeline](/lidarmill-cloud/workflow/processing-tools/pointcloud-optimization-pipeline.md). This gives users the opportunity to upload a generic LAS/LAZ and trajectory and take advantage of LiDARMill's classification, calibration, and product generation capabilities.&#x20;

{% hint style="warning" %}
In most cases, users with raw data from a Phoenix LiDAR system should not create a pointcloud processing mission, and instead should create a RECON or SpatialExplorer mission.&#x20;
{% endhint %}

First, [create a project](/lidarmill-cloud/workflow/project.md) on LiDARMill. Once you've created a project, you can upload your LAS/LAZ and trajectory data as a [Mission](/lidarmill-cloud/workflow/missions.md).&#x20;

## Creating a Pointcloud Processing Mission

Select **Pointcloud Processing** as the mission type:

<figure><img src="/files/Wyq920ZFxYuPEpvOfgZh" alt=""><figcaption></figcaption></figure>

Upload the LAS/LAZ and trajectory. In this example we use an SBET trajectory. The SBET trajectory has an associated accuracy file (SMRMSG.out) that we will also upload.&#x20;

LiDARMill will automatically detect attributes of the LAZ and trajectory. Check that the detected settings and coordinate system are correct:

<figure><img src="/files/zwFOa35CvRQ1yrRqI1en" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
It is particularly important to correctly configure the time format of the LAZ and trajectory. In the example above, the LAZ has a Time of Week time format, as does the SBET (per the SBET file convention). Since these two files use TOW format, a relative time format, it is necessary to specify the GPS week/date of the data acquisition. In general, it is best to use the same time format for both the LAZ and trajectory, if possible. Time formats such as GPS standard time are absolute time formats, and thus the user does not need to specify the date/week of the acquisition when using that time format.&#x20;
{% endhint %}

Once you have uploaded your Pointcloud Processing mission, you can start a [Pointcloud Optimization pipeline](/lidarmill-cloud/workflow/processing-tools/pointcloud-optimization-pipeline.md).


---

# 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/workflow/missions/uploading-a-pointcloud-processing-mission.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.
