Changes between Version 28 and Version 29 of GSoC/2017/IntegrationOfPDALintoGRASSGIS


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

Added links to specific Commits in my repo.

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017/IntegrationOfPDALintoGRASSGIS

    v28 v29  
    157157a. 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.  [https://github.com/PaulSchrum/v_in_pdal/commit/ac59163c3fcbac6fb714621b68e7c8300b869ba9 Link to Commit])
    158158
    159 b. Refactored function basicReaderWriter from dwelling in main.cpp to being found as a static function in the pipelinejson class.  Commit
     159b. Refactored function basicReaderWriter from dwelling in main.cpp to being found as a static function in the pipelinejson class.  [https://github.com/PaulSchrum/v_in_pdal/commit/8f2c4cf5de378964750d7e52e2f9c4e8b2bc3df3 Commit]
    160160
    161 c. 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
     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."  [https://github.com/PaulSchrum/v_in_pdal/commit/2b61beb46b71b956f925ef5cbe3606d74091aa9f Commit to add hpp and cpp files]  [https://github.com/PaulSchrum/v_in_pdal/commit/939b753c404cc13a56fd2be23ca9f7b85b708557 Commit refactoring existing files]
    162162
    163163