<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 29, 2015 at 10:16 AM,  <span dir="ltr"><<a href="mailto:James.V.Greenlee.ctr@nga.mil" target="_blank">James.V.Greenlee.ctr@nga.mil</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Classification: UNCLASSIFIED<br>
======================================================<br>
<br>
Thanks for highlighting the "precision" option in  the source!  It's not in the online documentation (<a href="http://www.pdal.io/stages/writers.text.html" rel="noreferrer" target="_blank">http://www.pdal.io/stages/writers.text.html</a>).<br>
<br>
Since my interest in the ascii version of PLY was for troubleshooting ingest into MeshLab, I can easily construct the PLY ascii using the headers from PLY binary and the CSV output from writers.text.  I agree with Pete that PLY ascii isn't very efficient and in most cases shouldn't be used, but it's very useful for troubleshooting.  Also, the PDAL implementation of PLY ascii is actually more efficient than the other text outputs because it alters the precision depending on if the value is an integer (no decimal places if it's an integer).<br></blockquote><div><br></div><div>I'm almost finished with the precision option for ply output.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ideally, there would be a uniform "precision" option across all the textual outputs that allows for either a per field precision that matches the field order such as:<br>
<br>
'<Option name="order">X,Y,Z,Intensity,Red,Green,Blue</Option>'<br>
'<Option name="precision">7,7,3,0,0,0,0</Option>'<br>
<br>
Or a simpler single definition of precision for all fields (as currently implemented in writers.text) such as:<br>
<br>
'<Option name="precision">6</Option>'<br></blockquote><div><br></div><div>I did this simple thing.  It just applies to X, Y and Z right now.</div><div><br></div></div>-- <br><div class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</div></div>