<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Dec 29, 2015 at 10:42 AM, Vaclav Petras <span dir="ltr"><<a href="mailto:wenzeslaus@gmail.com" target="_blank">wenzeslaus@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 all,<br><br>the filter height [1] adds another dimension called Height. I have two questions related to this.<br><br>1) How can I access this dimension in C++? Taking its ID from the list of dimensions<br><br>  point_view->dims().back()<br><br>works for me but I though I can get its ID directly by something like<br><br>  pdal::Dimension::id("Height")<br></div></blockquote><div><br></div><div>Dimension::Id::Enum dim = point_view->layout()->findDim("Height");</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>2) Why it is using custom dimension when there is HeightAboveGround?<br></div><div><br>  pdal::Dimension::Id::HeightAboveGround</div></div></blockquote><div><br></div><div>Good question.  Seems to me that it should be changed.  Anyone opposed?</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>