potree / PotreeConverter

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

Readme doesn't list what file formats are valid inputs #629

Open andybak opened 1 year ago

andybak commented 1 year ago

LAS is the only format mentioned but what else is accepted?

mf1989 commented 8 months ago

I've got the same question as @andybak .

wischi-chr commented 5 months ago

I'm looking for that too, but my guess (according to the "test file" https://github.com/potree/PotreeConverter/blob/develop/testing/testing.mjs) LAS and LAZ should be supported but sadly the testfiles themselves are not in the repo but referenced on local disk :-/

Pixelshiftarr commented 3 months ago

Due to a 10 GB limit when hosting a GitLab Pages site I am looking for a way to visualize LAZ files directly via potree - without converting them to LAS or BIN first. Has anyone found a working example on how to do this? I saw the example at https://github.com/potree/potree/blob/develop/examples/lion_laz.html but didn't find it very helpful as it doesn't actually seem to load LAZ, but a JS file instead.