2

I have las file, point data. I want to know how to convert las file to 3d tiles, so it can render by Cesium.js.

There is a demo, point data render by Cesium, but is use cesium ion. I want to use in 3d tiles. Because upload las file to cesium ion is not allowed. https://sandcastle.cesium.com/?src=3D%20Tiles%20Point%20Cloud.html

Anderson Min
  • 89
  • 2
  • 12

2 Answers2

5

This is a list of open-source point cloud tiler projects.

   https://github.com/Oslandia/py3dtiles  
   https://github.com/mattshax/cesium_pnt_generator  
   https://github.com/mfbonfigli/gocesiumtiler  
   https://github.com/tum-gis/cesium-point-cloud-generator  

I tried to use py3dtile, and its tiling is not perfect but basically works.

ZhefengJin
  • 930
  • 8
  • 17
2

entwine is also a good alternative.

https://github.com/connormanning/entwine
https://github.com/connormanning/cesium.entwine.io
WorldHello
  • 21
  • 3