-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Building virtual point cloud on QGIS 3.32.1 standalone install for Windows fails with pg_wrench.exe fail to start #53970
Comments
After taking the name length of the laz files down from 58 to 20 characters, I was able to create a 506 tile virtual file, so it seems that there is a filename list limit for input |
I think this is an upstream bug with pdal |
There may be a need for a similar option to gdalbuildvrt, https://gdal.org/programs/gdalbuildvrt.html , -input_file_list <mylist.txt> |
This has been added recently to pdal_wrench, but it is not released yet: PDAL/wrench#15 |
It looks like either the issue still occurs or it occurs again using QGIS 3.34.11: see #58894. |
What is the bug or the crash?
Building a VPC on QGIS 3.32.1 Standalone install for Windows fails on 1186 tile LAZ group
QGIS version: 3.32.1-Lima
QGIS code revision: 4a078ec
Qt version: 5.15.3
Python version: 3.9.5
GDAL version: 3.7.1
GEOS version: 3.12.0-CAPI-1.18.0
PROJ version: Rel. 9.2.1, June 1st, 2023
PDAL version: 2.5.5 (git-version: a7569c)
Algorithm started at: 2023-07-27T08:36:47
Algorithm 'Build virtual point cloud (VPC)' starting…
Process C:/PROGRA
1/QGIS331.1/apps/qgis/./pdal_wrench.exe failed to start. Either C:/PROGRA1/QGIS331.1/apps/qgis/./pdal_wrench.exe is missing, or you may have insufficient permissions to run the program.Execution failed after 853.85 seconds (14 minutes 14 seconds)
The command works with up to 305 LAZ 1.4 tiles , so it does not sound like it is a permission issue for pdal_wrench.exe and more a limitation on the number of tiles that can be handled at one time.
Perhaps is is the length of file names and the number of characters windows can handle? I have run into those issues before when passing lists of files to a command on windows. The file names I'm using ( as downloaded from USGS) are 58 characters long.
Steps to reproduce the issue
Versions
<style type="text/css"> p, li { white-space: pre-wrap; } </style>Active Python plugins
Cadastral_Divisions-main
1.2
DataPlotly
4.0.3
dissect_dissolve_overlaps
0.3
geocatbridge
4.4
geometric_attributes
0.4
go2streetview
8.6
KP_find
3.1.0
latlontools
3.6.12
mmqgis
2021.9.10
panorama_viewer
1.0
pointsamplingtool
0.5.4
processing_fusion
3.5
processing_r
3.1.1
qgis-project-as-utm
1.1
qgis_stac
1.1.1
quick_map_services
0.19.33
RasterAttributeTable
1.2
segment_reshape_plugin
0.1.4
shapetools
3.4.14
slyr
6.4.3
stripchart
0.66
Submission
0.7
grassprovider
2.12.99
otbprovider
2.12.99
processing
2.12.99
Supported QGIS version
New profile
Additional context
The function fails with 1186 tiles, and 506 tiles, but succeeds with 305 tiles with names 58 characters long. I will try renaming the .laz files to shorter names and running again just to check to see if it is a number of characters issue.
The text was updated successfully, but these errors were encountered: