Hi, I have a huge PCD file which is generated from a LAZ file, and I wanted to load this pointcloud data in my ThreeJS application, but the problem is the PCD file is very large (5-10 GB and can reach upto 20GB) which is very difficult to open, let alone render. Can someone tell me how can I render this huge amount of data in ThreeJS?
You’re best chance of loading and rendering such large point cloud data sets is going to be using potree but even then you’ll likely need to do some processing to reduce your dataset size, 20GB is just too big, even to download on the average mobile network, 20GB is going to take up to hours depending…
2 Likes
Hey, thanks for the answer.
hi, i have same situation, i wonder do you have solution yet ?