Changes between Version 26 and Version 27 of GSoC/2017/IntegrationOfPDALintoGRASSGIS


Ignore:
Timestamp:
Jul 8, 2017, 12:19:05 PM (7 years ago)
Author:
ptschrum
Comment:

Added Week 6 report

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017/IntegrationOfPDALintoGRASSGIS

    v26 v27  
    151151
    152152
     153 ==== Week 06 ====
    153154
     1551. What did you get done this week?
     156
     157a. With my mentor's help, resolved the problem with the .o files not linking.  Accomplishing this included adding the Makefile to the git repo.  (It was not added originally because I inadvertently had Makefile listed in .gitignore, so I also removed that.  Link to Commit)
     158
     159b. Refactored function basicReaderWriter from dwelling in main.cpp to being found as a static function in the pipelinejson class.  Commit
     160
     161c. In consultation with my mentor (Vashek) determined to proceed by creating a new class, PdalVectorMapWriter, which will inherit from PDAL's Writer class.  This will allow the GRASS Vector Map writer to be included as an end point in a json pipeline when invoked from GRASS.  Implementing this has been started but not completed.  This follows on to last weeks item 2a: "get a basic, no-frills conversion from .las to GRASS to work like basic .las to .txt is now working."  Commit to add hpp and cpp files  Commit refactoring existing files
     162
     163
     1642. What do you plan on doing next week?
     165a. Complete last week's item 2a, get a basic, no-frills conversion from .las to GRASS Vector Map to work.
     166
     167b. Begin work on a basic conversion from .las to GRASS Raster. (r.in.pdal)
     168
     169c. Complete last week's item 2c, Create unit tests for item 2a.
     170
     171d. Begin work adding features to v.in.pdal.
     172
     1733. Are you blocked on anything?
     174No.
     175
     176
     177