> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-web-features/asset-library/data-layers/point-clouds-las-laz-e57.md).

# Point Clouds (LAS / LAZ / E57)

Point clouds are dense scans of a real world site, usually captured by lidar or photogrammetry. SiEGA Web supports the&#x20;three most common point cloud formats: LAS, LAZ, and E57. When you upload one of these files, the system converts it&#x20;into a streaming 3D Tiles asset so it loads quickly in the browser and stays smooth as you move the camera around.\
\
This page walks through bringing a point cloud into the scene and interacting with it. For changing how individual&#x20;classes are colored or hidden, see the Point Cloud Classification page.

#### How point clouds get into the scene

Right now point clouds come in through your Cesium Ion account. You upload your .las, .laz, or .e57 file to Cesium&#x20;Ion, Cesium tiles it for you, and SiEGA Web pulls the tiled asset in using the Cesium Ion access token saved on yourAERO AI account

If you have not connected a Cesium Ion token to your AERO AI account yet, follow the Account Setup & Installation page&#x20;to create a Cesium Ion account, copy your default access token, and paste it into your AERO AI dashboard under Team →&#x20;Organization Settings. Once that token is saved, every Cesium Ion asset on your account becomes available in the&#x20;Asset Sidebar the next time you launch SiEGA Web.

### Loading a Point Cloud Into the Scene

Once your token is connected, your Cesium Ion assets will show up in the Asset Sidebar on the left side of the viewer.&#x20;Point clouds live under the 3D Tiles section with a Cesium source label below the asset name.

1. Open the Asset Sidebar and expand the 3D Tiles section to see your available assets.
2. Click the cloud download icon on the left side of the asset row to stream the point cloud into the scene.
3. Click the eye icon on the right side of the row to fly the camera directly to the loaded point cloud.

<figure><img src="/files/0HPcFR70R3lUW8wHVdPO" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aeroai.io/siega-web-features/asset-library/data-layers/point-clouds-las-laz-e57.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
