# Point Cloud Data

## Summary

3D point cloud data is collected using the Fraunhofer 3D laserscanner. .

## Data access

Data is available via Clowder and Globus.

* **Clowder**: [scanner3DTop collection](https://terraref.ncsa.illinois.edu/clowder/collection/5728c0a4e4b03269d7079ac0)
* **Globus path**:  `/sites/ua_mac/raw_data/scanner3DTop`
* **Sensor information**: [Fraunhofer 3D scanner collection](https://terraref.ncsa.illinois.edu/clowder/files/581793394f0ce77b66562ff9?dataset=581789af4f0ce77b6655d094\&space=)

For details about using this data via Clowder or Globus, please see [Data Access](/revisions/user-manual/how-to-access-data.md) section.

## Computational pipeline

Raw sensor output (PLY) is converted to LAS format using the `ply2las` extractor

[**ply2las**](https://github.com/terraref/extractors-3dscanner)[ **extractor**](https://github.com/terraref/extractors-3dscanner)

* **Description**: PLY data is converted to LAS using the 3D point cloud extractor
* **Output**:&#x20;
  * **Clowder:** LAS file is added to the dataset
  * **Globus**: `/sites/ua_mac/Level_1/scanner3DTop`

## See also

* [Geospatial information](/revisions/user-manual/data-products/geospatial-information.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.terraref.org/revisions/user-manual/data-products/point-cloud-data.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.
