wrench icon indicating copy to clipboard operation
wrench copied to clipboard

Unable to use --input-file-list for the build_vpc command

Open jsmoreau opened this issue 8 months ago • 1 comments

Hi,

I'm trying to create a vpc file for a large number of copc files (about 9000 tiles). I first created a list of files. Here are some lines of this file:

/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce/POINTCLOUD_PREP/copc/661319NE.copc.laz
/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce/POINTCLOUD_PREP/copc/661319NW.copc.laz
/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce/POINTCLOUD_PREP/copc/661319SE.copc.laz
/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce/POINTCLOUD_PREP/copc/661319SW.copc.laz
/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce/POINTCLOUD_PREP/copc/661320NE.copc.laz
/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce/POINTCLOUD_PREP/copc/661320NW.copc.laz
/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce/POINTCLOUD_PREP/copc/661320SW.copc.laz

I then ran the following command:

/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce$ /space/partner/nrcan/geobase/work/opt/miniconda-elevation/envs/qgis332/lib/qgis/**pdal_wrench build_vpc** --output=/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce/Project_PointCloud.vpc --threads=128 --input-file-list=/gpfs/fs5/nrcan/nrcan_geobase/work/transfer/work/pro/validationlidar/AB/Grande_Prairie_County_2022-08ce/liste_copc.txt
**No input files!**

It does work if I pass a few files on the command line but since I would like to have a single vpc for the entire project, I would prefer to pass a text file.

jsmoreau avatar Oct 06 '23 18:10 jsmoreau