<div dir="ltr">This is a python question unless you're trying to add a new dimension to the PDAL pipeline for processing later.  If this is the case, here's an example from the tests that adds an AddedIntensity and AddedPointSourceId dimension.<div><br></div><div><div>import numpy</div><div>def myfunc(ins,outs):</div><div>    outs['AddedIntensity'] = np.zeros(ins['X'].size, dtype=numpy.double)</div><div>    outs['AddedPointSourceId'] = np.zeros(ins['X'].size, dtype=numpy.double)</div><div>    return True</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 2, 2017 at 6:50 AM, Giuseppe Falcone <span dir="ltr"><<a href="mailto:falcone.giuseppe@gmail.com" target="_blank">falcone.giuseppe@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi to all,<div><br></div><div>I have a pipe that elaborate a las file. on the pipe.arrays[0] command I have, as result, a ndarray.<br></div><div>I want to split this array in twa subarray: the first with element that have ReturnNumber dimension = 1 and the second with all others elements.</div><div><br></div><div>There is an efficient way to do this?</div><div>Thanks.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Giuseppe</div></font></span></div>
<br>______________________________<wbr>_________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org">pdal@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/pdal</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</div>