<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><br></div><div>2) Why it is using custom dimension when there is HeightAboveGround?<br><br>  pdal::Dimension::Id::HeightAboveGround</div><div><br></div><div>Thanks,<br></div><div>Vaclav<br></div><div><br><a href="http://www.pdal.io/stages/filters.height.html">http://www.pdal.io/stages/filters.height.html</a><br></div></div>