[pdal-commits] [PDAL/PDAL] 951a9e: Add a filter that converts GPS time between the th...
    Preston Hartzell 
    noreply at github.com
       
    Tue Feb  9 10:22:18 PST 2021
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 951a9e465a8c0a2f41876286c9b5d584c4311fce
      https://github.com/PDAL/PDAL/commit/951a9e465a8c0a2f41876286c9b5d584c4311fce
  Author: Preston Hartzell <preston.hartzell at gmail.com>
  Date:   2021-02-09 (Tue, 09 Feb 2021)
  Changed paths:
    A doc/stages/filters.gpstimeconvert.rst
    A filters/GpsTimeConvert.cpp
    A filters/GpsTimeConvert.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/GpsTimeConvertTest.cpp
  Log Message:
  -----------
  Add a filter that converts GPS time between the three standards (#3342)
* Replace bool functions with lambdas
First commit since adapting code for eventual pull request.
* Remove time vector, simplify code
- Pass view to functions rather than extracting and passing a vector of
times.
- Use 'filter' function rather than 'run'.
- Simplify functions that wrap and unwrap GPS Week Seconds.
- Move input validation to 'initialize' function.
- Additional miscellaneous refactoring.
* Remove test pipeline and text input/output files.
* Add documentation file, update conversion names
- Added filters.gpstimeconvert.rst to the doc/stages directory.
- Updated conversion names for consistency.
* Finish documentation, Update style, Edit test
- Final commit before pull request
* Fix typos in doc file, add newlines at file ends
    
    
More information about the pdal-commits
mailing list