<div dir="ltr">Submitted by Paul Schrum<div>Also available at <a href="https://trac.osgeo.org/grass/wiki/GSoC/2017/IntegrationOfPDALintoGRASSGIS">Integration Of PDAL into GRASS GIS</a></div><div><br></div><div><ol style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px"><li>What did you get done this week?</li></ol><ul style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px"><li>Built GRASS73 from source from my local repo directoy.</li><li>Stepped into a module (v.in.ascii) using the debugger to watch it work at the source code level. This was only proving the concept of stepping into the code – just getting it to work.</li><li>Talked with my mentor about the nature of the existing v.in.pdal module and what are some of the things which must be changed, fixed, or improved.</li></ul><ol start="2" style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px"><li>What do you plan on doing next week?</li></ol><ul style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px"><li>Continue stepping through v.in.ascii to see how it works at the source level in order to understand how to write points to a vectormap.</li><li>Get GRASS 73 to link to current version of PDAL.</li><li>Fix broken references to PDAL data structures in the GRASS source</li><li>Refactor existing v.in.pdal so that operations which r.in.pdal and <a class="gmail-changeset" href="https://trac.osgeo.org/grass/changeset/3" title="Initial revision" style="text-decoration-line:none;color:rgb(187,0,0);border-bottom:1px dotted rgb(187,187,187)">r3</a>.in.pdal will need are in a separate module and available as functions to be called from all three of them.</li><li>Learn the process of calling PDAL and how to get it to do the basic operation of reading a lidar file and handing over the data to the caller.</li><li>Set up a basic set of test data for PDAL, open it from pdal without GRASS, then open it using pdal through GRASS with only the most basic options in operation.</li><li>Get PDAL to be able to read .laz (compressed) files. For some reason it can’t do that after build-from-source.</li></ul><ol start="3" style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px"><li>Are you blocked on anything?</li></ol><p style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px">I had two listed on the Wiki when I originally posted it, but my mentor helped me work through those before the end of the reporting period for Week 1. So there are currently no issues blocking me.</p></div></div>