PotreeConverter icon indicating copy to clipboard operation
PotreeConverter copied to clipboard

Stopping after creating chunks

Open tholzmann opened this issue 11 months ago • 0 comments

Hello,

I have a problem with PotreeConverter and some specific laz files.

When I try to run PotreeConverter, it just stops after CREATING CHUNKS

#threads: 16

#paths: 1

output attributes:
name                              offset    size
================================================
position                               0      12
intensity                             12       2
return number                         14       1
number of returns                     15       1
classification flags                  16       1
classification                        17       1
user data                             18       1
scan angle                            19       2
point source id                       21       2
gps-time                              23       8
rgb                                   31       6
ClassFlags                            37       1
Reflectance                           38       8
Range                                 46       4
================================================
                                              50
================================================
cubicAABB: {
        "min": [258756.420000, 575500.010000, -1.540000],
        "max": [259006.400000, 575749.990000, 248.440000],
        "size": [249.980000, 249.980000, 249.980000]
}
#points: 5'255'804
total file size: 245.6 MB
target directory: 'D:\tools\PotreeConverter_2.1.1\out'

=======================================
=== COUNTING
=======================================
tStartTaskAssembly: 0.000938s
countPointsInCells: 0.498199s
finished counting in 0s
=======================================
createLUT: 0.023030s

=======================================
=== CREATING CHUNKS
=======================================
distributePoints0: 0.000923s
distributePoints1: 0.001085s

[41%, 1s], [DISTRIBUTING: 24%, duration: 0s, throughput: 3MPs][RAM: 0.2GB (highest 0.3GB), CPU: 25%]
finished creating chunks in 1s
=======================================

I tried several minor changes in the laz file with the tool las2las, but nothing helped. I then also tried to run pdal translate without further parameters. This command then converted the file from las format 1.4 to las format 1.2. After this conversion it worked.

However, I really don't know if this was the reason, as we usually always use las format 1.4.

Does someone know what could be the reason for this and how I could debug it in a better way (PotreeConverter provides not a lot of debug output...)?

I'm using PotreeConverter 2.1.1.

Thanks! Thomas

tholzmann avatar Mar 06 '24 10:03 tholzmann