[pdal-commits] [PDAL/PDAL] b21e00: throw exceptions when random iterators are not fou...

GitHub noreply at github.com
Wed Feb 19 12:03:58 PST 2014


  Branch: refs/heads/feature/pcl-block
  Home:   https://github.com/PDAL/PDAL
  Commit: b21e0070be4313456179add2a860c1db2c6d55ba
      https://github.com/PDAL/PDAL/commit/b21e0070be4313456179add2a860c1db2c6d55ba
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M include/pdal/filters/Predicate.hpp
    M include/pdal/filters/Programmable.hpp

  Log Message:
  -----------
  throw exceptions when random iterators are not found for filters.programmable and filters.predicate


  Commit: b339a86749bf0df9c9d3b1c4ff9214660aceb08e
      https://github.com/PDAL/PDAL/commit/b339a86749bf0df9c9d3b1c4ff9214660aceb08e
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M src/plang/PythonEnvironment.cpp

  Log Message:
  -----------
  fix up exception throwing to actually throw useful exceptions


  Commit: 9a4b16ac2b8254a02a4ed2d7bcaba0660038464a
      https://github.com/PDAL/PDAL/commit/9a4b16ac2b8254a02a4ed2d7bcaba0660038464a
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  use BOOST_CHECK_CLOSE so we can get some output when failures happen


  Commit: a89cd410a24aadf43c0e14ab0f8e82ccd85996df
      https://github.com/PDAL/PDAL/commit/a89cd410a24aadf43c0e14ab0f8e82ccd85996df
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M src/plang/Invocation.cpp
    A test/data/pipeline/create-dimension.xml
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  beef up error detection in cases where Python array types don't match PDAL dimension types


  Commit: 3bf58e9d9a23cd0ded7749e420d48260dda56bfe
      https://github.com/PDAL/PDAL/commit/3bf58e9d9a23cd0ded7749e420d48260dda56bfe
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    M include/pdal/filters/Mosaic.hpp
    M src/filters/Mosaic.cpp
    A test/data/pipeline/mosaic.xml
    M test/unit/filters/MosaicFilterTest.cpp

  Log Message:
  -----------
  make filters.mosaic work more better. Provide an example of a mosaic that creates new dimensions, filters data, and updates one leg of the filters.mosaic with Python


  Commit: 76aec79598b88ae29748ee49c423c0238578798c
      https://github.com/PDAL/PDAL/commit/76aec79598b88ae29748ee49c423c0238578798c
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2014-02-14 (Fri, 14 Feb 2014)

  Changed paths:
    A test/data/autzen-utm.las
    M test/unit/filters/MosaicFilterTest.cpp

  Log Message:
  -----------
  add missing data


  Commit: dbb1f27787a2855d676bb655ff03be5a24dcde7a
      https://github.com/PDAL/PDAL/commit/dbb1f27787a2855d676bb655ff03be5a24dcde7a
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/drivers/text/Writer.cpp

  Log Message:
  -----------
  resolve #243, missing PCD header


  Commit: d9a8b45aeda41d48789bb7cef5753f05b0cbfaf6
      https://github.com/PDAL/PDAL/commit/d9a8b45aeda41d48789bb7cef5753f05b0cbfaf6
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/drivers/text/Writer.cpp

  Log Message:
  -----------
  Merge pull request #244 from PDAL/issue/243-pcd-writer

resolve #243, missing PCD header


  Commit: f3a4845537e3824a36a3108b1aeb86b21972ad10
      https://github.com/PDAL/PDAL/commit/f3a4845537e3824a36a3108b1aeb86b21972ad10
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/StageFactory.cpp

  Log Message:
  -----------
  resolve #245, pdal translate recognizes PCD format by extension


  Commit: 7b45f87d0d6ce3efca1c51c6d6b0c19f5051c087
      https://github.com/PDAL/PDAL/commit/7b45f87d0d6ce3efca1c51c6d6b0c19f5051c087
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/StageFactory.cpp

  Log Message:
  -----------
  Merge pull request #246 from PDAL/issue/245-pdal-translate

resolve #245, pdal translate recognizes PCD format by extension


  Commit: 8f2098ede15093b42850d06aab976acf949f1e17
      https://github.com/PDAL/PDAL/commit/8f2098ede15093b42850d06aab976acf949f1e17
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M include/pdal/filters/Mosaic.hpp
    M include/pdal/filters/Predicate.hpp
    M include/pdal/filters/Programmable.hpp
    M src/StageFactory.cpp
    M src/drivers/text/Writer.cpp
    M src/filters/Mosaic.cpp
    M src/plang/Invocation.cpp
    M src/plang/PythonEnvironment.cpp
    A test/data/autzen-utm.las
    A test/data/pipeline/create-dimension.xml
    A test/data/pipeline/mosaic.xml
    M test/unit/filters/MosaicFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' into feature/pcl-block


Compare: https://github.com/PDAL/PDAL/compare/7e4239538c43...8f2098ede150


More information about the pdal-commits mailing list