potree / PotreeConverter

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

Conversion issue #482

Open abhibagul opened 3 years ago

abhibagul commented 3 years ago

I am trying to convert a laz file and it only generates a strip. https://app.box.com/s/zhqexzo80qg109jqvxuusbi76ihn0rrd

Here is the link to the laz file: https://app.box.com/s/ozgfn75ryd1bf4chld69in8fe7713bxf

m-schuetz commented 3 years ago

That usually happens if a point cloud is stored in polar coordinates, i.e., X and Y are angles, but Z is in meters. Can you check if that's the case? PotreeConverter expects point clouds to be in euclidean XYZ coordinates.