PotreeConverter icon indicating copy to clipboard operation
PotreeConverter copied to clipboard

PotreeConverter 2.0 with PLY and PTX files?

Open vbot1983 opened this issue 4 years ago • 3 comments

I tried converting with the new version but to new avail. Does it only support .las/Laz files now.

preliminary investigation of the source code suggests only a loader for the latter.

vbot1983 avatar Jun 15 '21 14:06 vbot1983

hi can someone please respond on this. I cant convert a .ply file anmore.

vbot1983 avatar Jun 17 '21 05:06 vbot1983

Hello, search for "ply" in the PotreeConverter issues list and you will find lots of them like #462 - which states that ply lacks bounding box information required for computing the octree extent. If you want to convert a ply, either use Potree Converter 1.x or convert your ply files to las, which you can do using CloudCompare (even with the CC CLI if you want to batch file conversions).

jo-chemla avatar Jun 17 '21 07:06 jo-chemla

@jo-chemla .LAS is a obsolete format, .e57 is for a decade the standard for the industry, it's a complex format. .ply is the way to go, it's easy to compute a bounding box from 3D points.... we are not asking .e57 for an input, but .ply is a minimum.....

PerspectivesLab avatar Jan 08 '22 20:01 PerspectivesLab