[pdal-commits] [PDAL/PDAL] 357f56: Remove reader iterator from Greyhound driver.

GitHub noreply at github.com
Thu Sep 25 08:46:51 PDT 2014


  Branch: refs/heads/json
  Home:   https://github.com/PDAL/PDAL
  Commit: 357f5644e171dde38a1091f3f9115248a1fa72e0
      https://github.com/PDAL/PDAL/commit/357f5644e171dde38a1091f3f9115248a1fa72e0
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-09-23 (Tue, 23 Sep 2014)

  Changed paths:
    M include/pdal/drivers/greyhound/Reader.hpp
    M src/drivers/greyhound/Reader.cpp

  Log Message:
  -----------
  Remove reader iterator from Greyhound driver.


  Commit: ec680da6d06cba5fddf2e6e85f42ab5eb0836a83
      https://github.com/PDAL/PDAL/commit/ec680da6d06cba5fddf2e6e85f42ab5eb0836a83
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/filters/Crop.hpp
    M src/Bounds.cpp
    M src/filters/Crop.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/RangeTest.cpp

  Log Message:
  -----------
  start excising Bounds in favor of a BOX3D


  Commit: 90eaaec83ab1776d516d254a6d0320ac656cf6d6
      https://github.com/PDAL/PDAL/commit/90eaaec83ab1776d516d254a6d0320ac656cf6d6
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/KDIndex.hpp
    M include/pdal/PCLConversions.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/drivers/p2g/P2gWriter.hpp
    M src/PointBuffer.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/p2g/P2gWriter.cpp
    M src/drivers/pcd/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Crop.cpp
    M src/filters/Decimation.cpp
    M src/filters/PCLBlock.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp

  Log Message:
  -----------
  refactor calculateBounds #484


  Commit: 5d06ced3dee930b35942270a0bb0f5af6b8c1e61
      https://github.com/PDAL/PDAL/commit/5d06ced3dee930b35942270a0bb0f5af6b8c1e61
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/SummaryData.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    M include/pdal/kernel/Random.hpp
    M include/pdal/kernel/Translate.hpp
    M src/Bounds.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/LasHeaderReader.cpp
    M src/drivers/las/SummaryData.cpp
    M src/drivers/las/Support.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/kernel/Random.cpp
    M src/kernel/Translate.cpp
    M test/unit/LogTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/Support.cpp
    M test/unit/Support.hpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  switch off Bounds


  Commit: 556a7a9c7c9f6f84d770d6f0dea80d0da6868b34
      https://github.com/PDAL/PDAL/commit/556a7a9c7c9f6f84d770d6f0dea80d0da6868b34
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/Metadata.hpp
    R include/pdal/Range.hpp
    R include/pdal/Vector.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/Stats.hpp
    M src/Bounds.cpp
    M src/CMakeLists.txt
    R src/Range.cpp
    R src/Vector.cpp
    M src/drivers/oci/Writer.cpp
    M test/unit/CMakeLists.txt
    R test/unit/RangeTest.cpp
    M test/unit/UtilsTest.cpp
    R test/unit/VectorTest.cpp

  Log Message:
  -----------
  final removal of Range and Vector to complete refactor of Bounds->BOX3D #484


  Commit: f6a9415be21a0c5bfbfbad36117d4181eb51c99e
      https://github.com/PDAL/PDAL/commit/f6a9415be21a0c5bfbfbad36117d4181eb51c99e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M src/filters/Chipper.cpp
    M test/unit/filters/ChipperTest.cpp

  Log Message:
  -----------
  Don't run the chipper if we have no points.
Test for this case.


  Commit: 780b73d4b6c7ee1b3bda440b3012b3805713490b
      https://github.com/PDAL/PDAL/commit/780b73d4b6c7ee1b3bda440b3012b3805713490b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M src/filters/Chipper.cpp
    M test/unit/filters/ChipperTest.cpp

  Log Message:
  -----------
  Merge pull request #488 from PDAL/empty-chipper-buffer

Don't run the chipper if we have no points.


  Commit: 50d6fda45325b85956ab89e8848d6abbc214afaa
      https://github.com/PDAL/PDAL/commit/50d6fda45325b85956ab89e8848d6abbc214afaa
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M src/Metadata.cpp
    M test/unit/MetadataTest.cpp

  Log Message:
  -----------
  Don't use C++ that breaks VS.
Add test for sanitize.


  Commit: 0b898781bac6f834fe75cff875597069b2af02b0
      https://github.com/PDAL/PDAL/commit/0b898781bac6f834fe75cff875597069b2af02b0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M src/filters/Chipper.cpp
    M test/unit/filters/ChipperTest.cpp

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


  Commit: 2fd413af2d648db8354bc29fa3a7392b000fa5e2
      https://github.com/PDAL/PDAL/commit/2fd413af2d648db8354bc29fa3a7392b000fa5e2
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-09-25 (Thu, 25 Sep 2014)

  Changed paths:
    M src/QuadIndex.cpp

  Log Message:
  -----------
  use Utils::sround rather than std::round to fix #489


  Commit: da4b01733da1201994a8b416930d61d1798a4f55
      https://github.com/PDAL/PDAL/commit/da4b01733da1201994a8b416930d61d1798a4f55
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-25 (Thu, 25 Sep 2014)

  Changed paths:
    M src/QuadIndex.cpp

  Log Message:
  -----------
  Merge pull request #492 from chambbj/issues/489-windows-round

use Utils::sround rather than std::round to fix #489


  Commit: 73914656c7852cbd1e3e9a492cf3b6ed6097508a
      https://github.com/PDAL/PDAL/commit/73914656c7852cbd1e3e9a492cf3b6ed6097508a
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-25 (Thu, 25 Sep 2014)

  Changed paths:
    M include/pdal/drivers/greyhound/Reader.hpp
    M src/drivers/greyhound/Reader.cpp

  Log Message:
  -----------
  Merge pull request #485 from PDAL/ghUpdate

Remove reader iterator from Greyhound driver.


  Commit: c24dbb28407bd6014ce03f2220f2e49b84211aef
      https://github.com/PDAL/PDAL/commit/c24dbb28407bd6014ce03f2220f2e49b84211aef
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-25 (Thu, 25 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/KDIndex.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/PCLConversions.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PointBuffer.hpp
    R include/pdal/Range.hpp
    R include/pdal/Vector.hpp
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/SummaryData.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/drivers/p2g/P2gWriter.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/Stats.hpp
    M include/pdal/kernel/Random.hpp
    M include/pdal/kernel/Translate.hpp
    M src/Bounds.cpp
    M src/CMakeLists.txt
    M src/PointBuffer.cpp
    R src/Range.cpp
    R src/Vector.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/LasHeaderReader.cpp
    M src/drivers/las/SummaryData.cpp
    M src/drivers/las/Support.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/p2g/P2gWriter.cpp
    M src/drivers/pcd/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Crop.cpp
    M src/filters/Decimation.cpp
    M src/filters/PCLBlock.cpp
    M src/kernel/Random.cpp
    M src/kernel/Translate.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/CMakeLists.txt
    M test/unit/LogTest.cpp
    M test/unit/PipelineManagerTest.cpp
    R test/unit/RangeTest.cpp
    M test/unit/Support.cpp
    M test/unit/Support.hpp
    M test/unit/UtilsTest.cpp
    R test/unit/VectorTest.cpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge pull request #484 from PDAL/issues/484-refactor-bounds

Bounds<T> is overengineered


  Commit: c29971359a33334a62f8a15de9df69392d08db78
      https://github.com/PDAL/PDAL/commit/c29971359a33334a62f8a15de9df69392d08db78
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-09-25 (Thu, 25 Sep 2014)

  Changed paths:
    M include/pdal/Utils.hpp
    M src/Metadata.cpp
    M src/Utils.cpp

  Log Message:
  -----------
  Don't add empty fields to JSON output.  Make escapeJSON() not modify the input string.


  Commit: 849a42e57e3fbc1528a8fc5e32cb28635a348823
      https://github.com/PDAL/PDAL/commit/849a42e57e3fbc1528a8fc5e32cb28635a348823
  Author: Connor Manning <connor at hobu.co>
  Date:   2014-09-25 (Thu, 25 Sep 2014)

  Changed paths:
    M src/Metadata.cpp

  Log Message:
  -----------
  Fix conflict with master.


Compare: https://github.com/PDAL/PDAL/compare/70c4114b9d4f...849a42e57e3f


More information about the pdal-commits mailing list