<div dir="ltr"><div dir="ltr"><br></div><div>Ah, I understand what you're getting at.  The merge command does the same thing as a simple pipeline.  You should be able to extend the pipeline to any length.  Here is a pipeline that does the same thing as the commands below:</div><div><br></div><div>[</div><div>  "in1.las",</div><div>  "in2.txt",</div><div>  "in1.bpf",</div><div>  "out.txt"</div><div>]</div><div><br></div><div>If this pipeline is called merge.json, you can get the same behavior with</div><div><br></div><div>pdal pipeline merge.json</div><div><br></div><div>Best,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 19, 2019 at 8:13 PM Nicolas Cadieux <<a href="mailto:nicolas.cadieux@archeotec.ca">nicolas.cadieux@archeotec.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="ltr"></div><div dir="ltr">Good to know.</div><div dir="ltr">I had problems with Gdal when I had too many files specified in the command line.  I deduced the problem was with the max memory of characters of dos command prompt can handle.  It would be nice to have a option with a txt file list.  I imagine someone will have the same problem I had.</div><div dir="ltr">Cheers </div><div dir="ltr">Nicolas </div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="ltr"><br>Le 19 avr. 2019 à 18:37, Andrew Bell <<a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a>> a écrit :<br><br></div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div dir="auto"><br></div><div dir="auto">The option has nothing to do with the file type. The file types are inferred from the extensions.</div><div dir="auto"><br></div><div>Sorry the option is confusing.</div><div dir="auto"><br></div><div>All pdal arguments can be specified using options, even if they also support positional behavior.  In this case, the following are equivalent:</div><div><br></div><div>pdal merge in1.las in2.txt in1.bpf out.txt</div><div>pdal merge -f "in1.las in2.txt in1.bpf out.txt"</div><div>pdal merge --files "in1.las in2.txt in1.bpf out.txt"</div><div>pdal merge --files="in1.las in2.txt in1.bpf out.txt"</div><div><br></div><div>Hope that helps,</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 19, 2019, 6:15 PM Nicolas Cadieux <<a href="mailto:nicolas.cadieux@archeotec.ca" target="_blank">nicolas.cadieux@archeotec.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="ltr"></div><div dir="ltr">Hi,</div><div dir="ltr">If you do use -f, I imagine (educated guess) that the file format will be a straight text file you can write with notepad, vim or notepad++.   Normally, these things have one file name on each line like:</div><div dir="ltr">C:\lidar\1.las</div><div dir="ltr">C:\lidar\2.las</div><div dir="ltr">...</div><div dir="ltr"><br></div><div dir="ltr">If that does not work, try a front slash /.  If that does not work, it could be the line end character.  They are different on windows or Unix based systems.</div><div dir="ltr"><br></div><div dir="ltr">Using PDAL merge with a very long list may crash on a Windows prompt if the list is too long.</div><div dir="ltr">Nicolas</div></div></blockquote></div></div></blockquote></div></blockquote></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div></div>