<div dir="ltr"><div class="gmail_extra">Hi Aaron,<br><br></div><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 1, 2016 at 9:22 AM, Aaron Poznanovic <span dir="ltr"><<a href="mailto:aaron@redfoxgis.com" target="_blank">aaron@redfoxgis.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><div>GridMetrics computes a series of descriptive statistics for a LIDAR data set. Output is a raster (grid) represented in database form with each record corresponding to a single grid cell.<br></div><div><br></div><div>Essentially, I'm interested in producing a raster dataset where each cell represents summarized descriptive statistics for the Lidar point cloud such as cover, skewness, 75th percentile, etc (all of the grid metrics I'm after are available on the FUSION documentation. Is this currently possible, or recommended, with PDAL, or would this require other libraries? Many thanks in advance.</div></blockquote></div><br>this is what r.in.lidar in GRASS GIS is doing: <br><br><a href="https://grass.osgeo.org/grass72/manuals/r.in.lidar.html">https://grass.osgeo.org/grass72/manuals/r.in.lidar.html</a><br>method: n, min, max, range, sum, mean, stddev, variance, coeff_var, median, percentile, skewness, trimmean<br></div><div class="gmail_extra">(available also through QGIS processing since<span class="gmail-float-right"> Jun 2)</span></div><div class="gmail_extra"><br></div><div class="gmail_extra">Currently, r.in.lidar is using libLAS. I would like to rewrite it (or would like somebody else to rewrite it) to use PDAL instead of libLAS.<br><br>The idea here is that at the end you have your data in GRASS GIS where you can do the subsequent raster analysis (although you can of course import or link the raster created elsewhere) but PDAL (or currently only libLAS) is used for all point cloud processing in the background. This is something like a tool chain which Howard mentions but hidden from the user.<br><br>(If somebody is interested in working towards that, please let me know anytime.)<br><br></div><div class="gmail_extra">Vaclav<br></div></div>