# .PCD, .PLY, .LAS, .LAZ pointclouds

## Overview

This option allows you to upload point clouds as episodes to the platform without any annotations. All items from the input directory and its subdirectories will be uploaded to a single dataset. If you need to preserve the directory structure, you can use the [Import Pointcloud Episodes](https://ecosystem.supervisely.com/apps/import-pointcloud-episode) application from the Supervisely Ecosystem.

## Format description

**Supported image formats:** `.pcd`.\
**With annotations:** No\
**Supported annotation format:** Not applicable.\
**Grouped by:** Any structure (will be uploaded to a single dataset).<br>

## Input files structure

{% hint style="success" %}
Example data: [download ⬇️](https://github.com/supervisely-ecosystem/import-wizard-docs/files/15025197/sample_pcde.zip)\
\
Example data with related images: [download ⬇️](https://github.com/supervisely-ecosystem/import-wizard-docs/files/15025207/sample_pcde_w_rimg.zip)
{% endhint %}

<br>

Recommended directory structure:

```
📦folder (with related images)          📦folder
 ┣ 📂pointcloud                          ┣ 📂pointcloud
 ┃ ┣ 📦0000000000.pcd                    ┃ ┣ 📦0000000000.pcd
 ┃ ┣ 📦0000000001.pcd                    ┃ ┣ 📦0000000001.pcd
 ┃ ┗ 📦0000000002.pcd                    ┃ ┗ 📦0000000002.pcd
 ┣ 📂related_images                      ┗ 📜frame_pointcloud_map.json
 ┃ ┣ 📂0000000000_pcd
 ┃ ┃ ┣ 🖼️0000000000.png
 ┃ ┃ ┗ 📜0000000000.png.json
 ┃ ┣ 📂0000000001_pcd
 ┃ ┃ ┣ 🖼️0000000001.png
 ┃ ┃ ┗ 📜0000000001.png.json
 ┃ ┣ 📂0000000002_pcd
 ┃ ┃ ┣ 🖼️0000000002.png
 ┃ ┃ ┗ 📜0000000002.png.json
 ┗ 📜frame_pointcloud_map.json                   
```

Frames mapping file structure:

<details>

<summary>📜frame_pointcloud_map.json</summary>

```json
{
    "0": "0000000000.pcd",
    "1": "0000000001.pcd",
    "2": "0000000002.pcd"
}
```

</details>

## Useful links

* [\[Supervisely Ecosystem\] Import Pointcloud Episodes](https://ecosystem.supervisely.com/apps/import-pointcloud-episode)


---

# 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.supervisely.com/import-and-export/import/supported-annotation-formats/pointcloud_episodes/point_clouds_episodes.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.
