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

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

Open
jsmoreau opened this issue Oct 6, 2023 · 1 comment
Open

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

jsmoreau opened this issue Oct 6, 2023 · 1 comment

Comments

@jsmoreau
Copy link

jsmoreau commented Oct 6, 2023

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.

@alexbruy
Copy link
Contributor

Which PDAL version are you using? Support for input-file-list was added to master only.

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

2 participants