PotreeConverter
PotreeConverter copied to clipboard
Readme doesn't list what file formats are valid inputs
LAS is the only format mentioned but what else is accepted?
I've got the same question as @andybak .
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 :-/
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.