[pdal-commits] [PDAL/PDAL] f646df: If we're not inferring the input SRS to the reproj...

GitHub noreply at github.com
Mon Dec 7 11:22:45 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: f646dfb73e95e2cab164a9c40fe40b46e6584da3
      https://github.com/PDAL/PDAL/commit/f646dfb73e95e2cab164a9c40fe40b46e6584da3
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M filters/reprojection/ReprojectionFilter.cpp

  Log Message:
  -----------
  If we're not inferring the input SRS to the reprojection filter, create the transform during initialize, allowing usage of the FilterWrapper.


  Commit: 67abd91080f0d9a3c792d354ddac56ac91c5ec88
      https://github.com/PDAL/PDAL/commit/67abd91080f0d9a3c792d354ddac56ac91c5ec88
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M filters/reprojection/ReprojectionFilter.cpp

  Log Message:
  -----------
  Remove null view check and nullptr keyword usage, add braces.


  Commit: c443148f6b8db27abb27d568119dff86ddfa62d5
      https://github.com/PDAL/PDAL/commit/c443148f6b8db27abb27d568119dff86ddfa62d5
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M filters/reprojection/ReprojectionFilter.cpp

  Log Message:
  -----------
  Describe the purpose behind creating the transform during initialize.


  Commit: f990e05c51fdb7fe88fa3b402b378668bd31ec06
      https://github.com/PDAL/PDAL/commit/f990e05c51fdb7fe88fa3b402b378668bd31ec06
  Author: Connor Manning <connormanning at users.noreply.github.com>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M filters/reprojection/ReprojectionFilter.cpp

  Log Message:
  -----------
  Merge pull request #1062 from PDAL/reprojection-srs-creation

Create transform for ReprojectionFilter as soon as necessary inputs are available.


Compare: https://github.com/PDAL/PDAL/compare/f54c96cf2bb8...f990e05c51fd


More information about the pdal-commits mailing list