Lidar data(las/laz file) to point cloud tile?

1. A concise explanation of the problem you’re experiencing.

I want to render Lidar data in Cesium viewer. I have Lidar data in .las or .laz files on AWS.

Going through the Cesium docs,my understanding is that I need to transform Lidar data to point cloud files(.pnt files), and then in 3DTiles files I would refer to these files(content.url).

Is my understanding correct?

And if yes, how does one transform data from .las/.laz file to a .pnt file?And then how to generate files for 3DTiles?

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

Cesium:1.44

OS:Windows 10

Browser:Chrome

Hi Manish,

Yes your understanding is correct. The process of converting LAS to 3D Tiles requires splitting the source data into tiles in such a way that is efficient for streaming. Usually this is achieved with a hierarchical level of detail arrangement of tiles.

We are working on a LAS to 3D Tiles converter that will eventually become available of Cesium ion, though sometime after the initial release. If you would like us to convert your data as a trial run feel free to send me a download link. My email address is slilley@agi.com.

Hi Sean,

Is LAS support available yet in Cesium ion?

With regards

Manish

Hi Manish,

Not yet, but it’s coming soon.