mfbonfigli / gocesiumtiler

A Cesium.js point cloud 3D tiles generator from LAS files written in Golang
GNU Lesser General Public License v3.0
169 stars 36 forks source link

out of memory #39

Closed csj96 closed 6 months ago

csj96 commented 7 months ago

首先感谢你提供的程序。 由于我的点云数据太大,内存跑不下,能否提供一个基于硬盘内存的程序,再次感谢您!

mfbonfigli commented 6 months ago

Hi, I tried to translate using Google as I don't speak Chinese, hope I got the question right.

The software runs entirely in memory, right now this is a hard limitation unfortunately. I have plans to implement algorithms that could efficiently run storing intermediate data on disk but I don't have an ETA to share.

csj96 commented 6 months ago

Thank you for your reply. I have received your answer, so I can only try other methods. Thank you!