[pdal-commits] [PDAL/PDAL] 75908c: Use default arguments for vector arguments.

GitHub noreply at github.com
Wed Oct 19 09:34:11 PDT 2016


  Branch: refs/heads/stacktrace
  Home:   https://github.com/PDAL/PDAL
  Commit: 75908c5c4a4a38276498fe7e3818112de3fe258d
      https://github.com/PDAL/PDAL/commit/75908c5c4a4a38276498fe7e3818112de3fe258d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-10-13 (Thu, 13 Oct 2016)

  Changed paths:
    M io/derivative/DerivativeWriter.cpp
    M io/gdal/GDALWriter.cpp
    M plugins/p2g/io/P2gWriter.cpp

  Log Message:
  -----------
  Use default arguments for vector arguments.


  Commit: 8fcdde771e6a253a9cfec5bb90bfd9d4e10c27cb
      https://github.com/PDAL/PDAL/commit/8fcdde771e6a253a9cfec5bb90bfd9d4e10c27cb
  Author: Bas Couwenberg <sebastic at xs4all.nl>
  Date:   2016-10-15 (Sat, 15 Oct 2016)

  Changed paths:
    M kernels/info/InfoKernel.cpp

  Log Message:
  -----------
  Fix 'specificiation' typo, replace with 'specification'.


  Commit: 90e705261b9d2993b926ce5c68facf03aa0ec522
      https://github.com/PDAL/PDAL/commit/90e705261b9d2993b926ce5c68facf03aa0ec522
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-10-15 (Sat, 15 Oct 2016)

  Changed paths:
    M kernels/info/InfoKernel.cpp

  Log Message:
  -----------
  Merge pull request #1331 from sebastic/specification-typo

Fix 'specificiation' typo, replace with 'specification'.


  Commit: cea4665058821efc2a8f8fcb632175694a410b6e
      https://github.com/PDAL/PDAL/commit/cea4665058821efc2a8f8fcb632175694a410b6e
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M plugins/hexbin/filters/HexBin.cpp

  Log Message:
  -----------
  return an EMPTY MULTIPOLYGON with an 'error' if we can't compute the boundary #1330


  Commit: 3a65fc171beb67f6832a981d7a013044007986d3
      https://github.com/PDAL/PDAL/commit/3a65fc171beb67f6832a981d7a013044007986d3
  Author: Connor Manning <connor at hobu.co>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M src/Dimension.json

  Log Message:
  -----------
  Add PointId and OriginId dimensions.


  Commit: ba2ad1bd331b185a6992e4bce752f4177deccc93
      https://github.com/PDAL/PDAL/commit/ba2ad1bd331b185a6992e4bce752f4177deccc93
  Author: Connor Manning <connor at hobu.co>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  Correct a cmake directive for docker.


  Commit: aa4f71ff9c83fe91566972ea24db892a922616a0
      https://github.com/PDAL/PDAL/commit/aa4f71ff9c83fe91566972ea24db892a922616a0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M filters/colorinterp/ColorinterpFilter.cpp
    M filters/splitter/SplitterFilter.cpp

  Log Message:
  -----------
  Remove dead code.
Fix comment.


  Commit: 88d6865fc23c3811f4051fee3541e5e3c5fdc39c
      https://github.com/PDAL/PDAL/commit/88d6865fc23c3811f4051fee3541e5e3c5fdc39c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M kernels/info/InfoKernel.cpp
    M plugins/hexbin/filters/HexBin.cpp
    M scripts/docker/Dockerfile
    M src/Dimension.json

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: beada96d7d1506137abdb64480a3f407c8ddacec
      https://github.com/PDAL/PDAL/commit/beada96d7d1506137abdb64480a3f407c8ddacec
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
    M doc/stages/writers.gdal.rst
    M io/gdal/GDALWriter.cpp
    M io/gdal/GDALWriter.hpp

  Log Message:
  -----------
  rename writers.gdal.edge_length to writers.gdal.resolution. Allow setting of nodata in options


  Commit: cd95f6f2e08fee1f3d161bbd9904749c891423f2
      https://github.com/PDAL/PDAL/commit/cd95f6f2e08fee1f3d161bbd9904749c891423f2
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
    M filters/colorinterp/ColorinterpFilter.cpp
    M filters/splitter/SplitterFilter.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: e6baa96e01ee95d737c44910fb87b678344d8fcb
      https://github.com/PDAL/PDAL/commit/e6baa96e01ee95d737c44910fb87b678344d8fcb
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
    M doc/stages/writers.gdal.rst
    M io/gdal/GDALWriter.cpp
    M io/gdal/GDALWriter.hpp

  Log Message:
  -----------
  support selection of dimension for writers.gdal #1325


  Commit: 68f098c8aab2a0e4d1a0538e68e6a42438ca1880
      https://github.com/PDAL/PDAL/commit/68f098c8aab2a0e4d1a0538e68e6a42438ca1880
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
    M test/unit/io/gdal/GDALWriterTest.cpp

  Log Message:
  -----------
  tests should pass, not fail


  Commit: f3508112e023d2132915720fe3f9eabca435a3f5
      https://github.com/PDAL/PDAL/commit/f3508112e023d2132915720fe3f9eabca435a3f5
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
    M doc/stages/writers.gdal.rst
    M io/gdal/GDALWriter.cpp
    M io/gdal/GDALWriter.hpp
    M test/unit/io/gdal/GDALWriterTest.cpp

  Log Message:
  -----------
  Merge pull request #1333 from PDAL/1325-gdal-writer-dimension

support selection of dimension for writers.gdal #1325


  Commit: ff61520aa6f475331b4bd512c7e05d926d874f73
      https://github.com/PDAL/PDAL/commit/ff61520aa6f475331b4bd512c7e05d926d874f73
  Author: Connor Manning <connor at hobu.co>
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
    M doc/stages/writers.gdal.rst
    M filters/colorinterp/ColorinterpFilter.cpp
    M filters/splitter/SplitterFilter.cpp
    M io/derivative/DerivativeWriter.cpp
    M io/gdal/GDALWriter.cpp
    M io/gdal/GDALWriter.hpp
    M kernels/info/InfoKernel.cpp
    M plugins/hexbin/filters/HexBin.cpp
    M plugins/p2g/io/P2gWriter.cpp
    M scripts/docker/Dockerfile
    M src/Dimension.json
    M test/unit/io/gdal/GDALWriterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' into stacktrace


Compare: https://github.com/PDAL/PDAL/compare/71b3696deaf5...ff61520aa6f4


More information about the pdal-commits mailing list