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