NLeSC / Massive-PotreeConverter

Convert massive pointcloud, for example ahn2 (640 Billion points) to potree format.
Apache License 2.0
81 stars 19 forks source link

support potree2 #31

Open julienlau opened 2 years ago

julienlau commented 2 years ago

Hi, thanks for sharing this tool. When switching to Potree2 format, the file "cloud.js" is not written by potreeconverter anymore. It is replaced by a "metadata.json" file.

I did not test it, but given the fact that access to "cloud.js" is hard-coded, I presume potree2 format is not supported

julienlau commented 2 years ago

2/ If I bring the PR for this, would it be merged ?

Janphr commented 2 years ago

I'd like to do the same, any advice? I would actually like to add new Lidar scans to an existing potree point cloud. Currently I create a las for every scan, convert it to potree and at the end of the stream I merge the las files and create the final potree point cloud...but that's all a bit messy