Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopping after creating chunks #650

Open
tholzmann opened this issue Mar 6, 2024 · 0 comments
Open

Stopping after creating chunks #650

tholzmann opened this issue Mar 6, 2024 · 0 comments

Comments

@tholzmann
Copy link

tholzmann commented Mar 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant