We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to load a simple pointcloud from a txt file, untwine fails to convert it to a copc file with the following error
Untwine Error: Unable to convert scaled value (4738500000) to int32 for dimension 'X' when writing LAS/LAZ file. src/providers/pdal/qgspdalindexingtask.cpp:122 : (runUntwine) [19009ms] [thread:0x55e3fe82a150] Untwine error: Untwine exited with code: 65280 src/core/qgsmessagelog.cpp:40 : (logMessage) [2ms] 2024-12-13T19:06:06 Messages[2] Couche cloud3 : Untwine error: Untwine exited with code: 65280
This can be easily reproduced with this sample:
X Y Z Red Green Blue 473850.0 637.0 67.8 0 246 8
cloud3.txt
I tried with untwine from master and it works. The issue has been fixed by this commit: hobuinc/untwine@0c3207d
Would it be possible to update untwine to fix this issue?
cc @uclaros @wonder-sk
QGIS 3.41 master and QGIS 3.40
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the bug or the crash?
When trying to load a simple pointcloud from a txt file, untwine fails to convert it to a copc file with the following error
This can be easily reproduced with this sample:
cloud3.txt
I tried with untwine from master and it works. The issue has been fixed by this commit: hobuinc/untwine@0c3207d
Would it be possible to update untwine to fix this issue?
cc @uclaros @wonder-sk
Steps to reproduce the issue
Versions
QGIS 3.41 master and QGIS 3.40
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: