potree / PotreeConverter

Create multi res point cloud to use with potree
http://potree.org
BSD 2-Clause "Simplified" License
671 stars 417 forks source link

Is potree_to_laz.h work? #661

Open lMotol opened 1 month ago

lMotol commented 1 month ago

I want to convert data in potree format to another point cloud format (e.g. las or pcd). I found potree_to_laz.h here but it causes an out-of-array reference in the middle of the loadHierarchy function, so I cannot convert it successfully. Does this implementation work? If so, I would appreciate detailed instructions on how to call it. If it does not work, I would like to know how to modify it. In addition, I have not currently found any documentation that accurately summarises the file format, which makes it difficult to understand. If you have found a well summarised document on the file format, please let us know.

I am not a native speaker, so apologies if my English is poor!

nvandamme commented 3 weeks ago

Hi,

I'm also searching for a way to convert back a potree octree+hierarchy file back to a LAZ.

Liquidmasl commented 1 week ago

also looking for this...

just have to extract points from potree somehow