And*_*Min 2 point-clouds las cesiumjs
我有las文件,点数据。我想知道如何将las文件转换为3d图块,以便它可以通过Cesium.js渲染。
有一个演示,由Cesium渲染点数据,但使用的是铯离子。我想在 3d 瓷砖中使用。因为不允许将las文件上传到cesium ion。 https://sandcastle.cesium.com/?src=3D%20Tiles%20Point%20Cloud.html
这是开源点云平铺器项目的列表。
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
Run Code Online (Sandbox Code Playgroud)
我尝试使用 py3dtile,它的平铺并不完美,但基本上可以工作。