<div dir="ltr">Thanks guys.<div><br></div><div><div><br></div><div>So, I'm looking at the Sithole-Vosselman "Filter Experiment" paper from 2004.  The data they provide is in text format and sadly, puts two points on a line (first and last return, though they don't give return number nor total number of returns).</div><div><br></div><div><div>data: <a href="http://www.itc.nl/isprswgIII-3/filtertest/">http://www.itc.nl/isprswgIII-3/filtertest/</a></div></div><div><div><br class="gmail-Apple-interchange-newline">[X1 - First Return] - x coordinate (Easting)</div><div>[Y1 - First Return] - y coordinate (Northing)</div><div>[Z1 - First Return] - z coordinate (Height)</div><div>[I1 - First Return] - Intensity of returned pulse</div><div>[X2 - Last  Return] - x coordinate (Easting)</div><div>[Y2 - Last  Return] - y coordinate (Northing)</div><div>[Z2 - Last  Return] - z coordinate (Height)</div><div>[I2 - Last  Return] - Intensity of returned pulse</div></div><div><br></div><div><br></div><div>To move forward I can, of course, preprocess the file so that these read in as two separate, unrelated, points.  However, a robustness test for PDAL would be if I could make a pipeline that would read it in as presented.  Could someone comment on how feasible that is.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 23, 2017 at 7:15 PM, Howard Butler <span dir="ltr"><<a href="mailto:howard@hobu.co" target="_blank">howard@hobu.co</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On Mar 23, 2017, at 7:23 PM, Michael Rosen <<a href="mailto:michael.rosen@gmail.com">michael.rosen@gmail.com</a>> wrote:<br>
><br>
> Suppose I wanted to pass a text file into PDAL:<br>
><br>
</span><span class="">> No header line, just a list of known fields.<br>
<br>
</span>You need to add a header line at the moment. It would be straightforward to make a patch to add a header override option to the TextWriter.cpp code, but that hasn't been done so far.<br>
<span class="HOEnZb"><font color="#888888"><br>
Howard</font></span></blockquote></div><br></div>