<div dir="ltr">

<p class="MsoNormal">Weekly Report for Paul Schrum for Week 5 (the week ending
6/30/2017)</p>

<p class="MsoNormal">Project: Integration Of PDAL into GRASS GIS</p>

<p class="MsoNormal"><span> </span></p>

<p class="MsoNormal">1. What did you get done this week?</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Achieved my goal of getting basic functionality to work.<span>  </span>Specifically, the code now takes an input
file name and an output file name via GRASS v.in.pdal and uses pdal to create
the output file using a pipeline json string (created in memory only).<span>  </span>At this point I have only tested this on pdal’s
test file, 100-points.las from their github page.<span>  </span>Further, I have only run the conversion to
.txt format.<span>  </span>But it is happening in
GRASS code. <span> </span>Link to last commit: <a href="https://github.ncsu.edu/ptschrum/v_in_pdal/commit/9f20105628decae639d5e4752235b68dbf86d02b">https://github.ncsu.edu/ptschrum/v_in_pdal/commit/9f20105628decae639d5e4752235b68dbf86d02b</a></p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">2. What do you plan on doing next week?</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">a. I need to develop code and a memory-only pipeline which
will consume points from a .las file one point at a time so I can use them to
build a GRASS Vector Map.<span>  </span>In other
words, get a basic, no-frills conversion from .las to GRASS to work like basic
.las to .txt is now working.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">b. Resolve the .o linking issue I am having with the added
.cpp and .hpp files (see Blocked, below).</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">c. Get the process of testing/proving 2a into a unit
test.<span>  </span>Vashek has added a unit testing
framework to GRASS under a previous GSoC project.<span>  </span>I will be developing my tests under his
established framework.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">d. Add some common options to the GRASS command line option
so we can do more than trivial conversions.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">3. Are you blocked on anything?</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">I have added a new .cpp file and .hpp file for generating
pipelines from GRASS inputs.<span>  </span>They
compile, but I can’t get them to link.<span>  </span>I
think I will need help figuring this out.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Repo: <a href="https://github.ncsu.edu/ptschrum/v_in_pdal">https://github.ncsu.edu/ptschrum/v_in_pdal</a></p>

<p class="MsoNormal">Wiki: <a href="https://trac.osgeo.org/grass/wiki/GSoC/2017/IntegrationOfPDALintoGRASSGIS">https://trac.osgeo.org/grass/wiki/GSoC/2017/IntegrationOfPDALintoGRASSGIS</a></p>

</div>