PDAL / wrench

Point cloud processing made easy!
GNU General Public License v3.0
70 stars 9 forks source link

Adding option to build_vpc to read files from input file list #15

Closed ryan-salo closed 1 year ago

ryan-salo commented 1 year ago

Similar to gdalbuildvrt I wanted to read files from a text file:

pdal_wrench build_vpc --output=testing.vpc --input_file_list=lazlist.txt
ryan-salo commented 1 year ago

@wonder-sk , thanks for the suggestions! I made those changes and also added a help arg, hope that's okay.