[pdal-commits] [PDAL/PDAL] dd8f39: Small fixes for EPT reader.

Andrew Bell noreply at github.com
Thu Jun 18 09:21:48 PDT 2020


  Branch: refs/heads/esri
  Home:   https://github.com/PDAL/PDAL
  Commit: dd8f39c370820ebe44c92623bd62f65f2687e98c
      https://github.com/PDAL/PDAL/commit/dd8f39c370820ebe44c92623bd62f65f2687e98c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M io/EptReader.cpp
    M vendor/arbiter/arbiter.cpp

  Log Message:
  -----------
  Small fixes for EPT reader.


  Commit: 6fb2e975e7134f11e8711484d03afe467af685e6
      https://github.com/PDAL/PDAL/commit/6fb2e975e7134f11e8711484d03afe467af685e6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
    M filters/IQRFilter.hpp
    M filters/LloydKMeansFilter.cpp
    M filters/MADFilter.hpp
    M filters/NeighborClassifierFilter.cpp
    M filters/NeighborClassifierFilter.hpp
    M io/LasReader.cpp
    M io/private/ept/TileContents.cpp
    M kernels/DeltaKernel.cpp
    M kernels/DeltaKernel.hpp
    M kernels/GroundKernel.cpp
    M kernels/HausdorffKernel.cpp
    M kernels/HausdorffKernel.hpp
    M kernels/MergeKernel.cpp
    M kernels/RandomKernel.cpp
    M kernels/SortKernel.cpp
    M kernels/SplitKernel.cpp
    M kernels/TIndexKernel.cpp
    A pdal/ColumnPointTable.cpp
    M pdal/DimDetail.hpp
    M pdal/PipelineManager.cpp
    M pdal/PipelineManager.hpp
    M pdal/PointContainer.hpp
    M pdal/PointLayout.hpp
    M pdal/PointRef.hpp
    M pdal/PointTable.cpp
    M pdal/PointTable.hpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp
    M test/unit/PointTableTest.cpp

  Log Message:
  -----------
  Add ColumnPointTable (#3110)

* Working vertical point table.

* Vertical point table and improved performance for high-volume data gets.

* Update set to match get.

* Put the copy code in one function.  Runs just as fast or faster.

* Remove debug.

* Revert pointless change.

* Replace PointTable with ColumnPointTable in many places.


  Commit: d3abfed0af61f14aa20e17e64dff3fdde3f7ceb7
      https://github.com/PDAL/PDAL/commit/d3abfed0af61f14aa20e17e64dff3fdde3f7ceb7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M filters/HagDelaunayFilter.cpp
    M filters/HagNnFilter.cpp

  Log Message:
  -----------
  Log message instead of terminate with no ground points. (#3114)


  Commit: 9e7dff8642dcca6641f2465a76fb4779e67c13c5
      https://github.com/PDAL/PDAL/commit/9e7dff8642dcca6641f2465a76fb4779e67c13c5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M doc/stages/reader_opts.rst

  Log Message:
  -----------
  Add documentation for 'default_srs'.


  Commit: 8155f2b82011524f342ebabf23df058a3b432e87
      https://github.com/PDAL/PDAL/commit/8155f2b82011524f342ebabf23df058a3b432e87
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M filters/HagDelaunayFilter.cpp
    M filters/HagNnFilter.cpp

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


  Commit: 0425b51b0cd3fa538338ccc31cd82b5511d47fb5
      https://github.com/PDAL/PDAL/commit/0425b51b0cd3fa538338ccc31cd82b5511d47fb5
  Author: Connor Manning <connor at hobu.co>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M io/private/ept/EptInfo.cpp

  Log Message:
  -----------
  Fix EPT number of points value when greater than 32 bits. (#3121)


  Commit: 8e85c435941fa63012bad7e28c42d7db8d5afb1b
      https://github.com/PDAL/PDAL/commit/8e85c435941fa63012bad7e28c42d7db8d5afb1b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M filters/private/delaunator.cpp

  Log Message:
  -----------
  Better error message.


  Commit: 62d4ee159fd73a3ec3cc04915c7d39709c003f25
      https://github.com/PDAL/PDAL/commit/62d4ee159fd73a3ec3cc04915c7d39709c003f25
  Author: Howard Butler <howard at hobu.co>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M kernels/TIndexKernel.cpp

  Log Message:
  -----------
  store WKT instead of proj4/epsg codes in tindex 'srs' column (#3122)


  Commit: 78b82948ac5acef3de00bc77281ed4750aa8e2ee
      https://github.com/PDAL/PDAL/commit/78b82948ac5acef3de00bc77281ed4750aa8e2ee
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M pdal/GDALUtils.cpp
    M pdal/util/Bounds.cpp
    M pdal/util/Bounds.hpp
    M test/unit/filters/CropFilterTest.cpp

  Log Message:
  -----------
  Properly handle Bounds as both 2D and 3D in reprojection (#3117)

* Fix "Bounds" reprojection.

* Add test.


  Commit: d200d993b573ff93050922d097b462121618868d
      https://github.com/PDAL/PDAL/commit/d200d993b573ff93050922d097b462121618868d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/pdal_types.hpp
    M pdal/util/Utils.hpp

  Log Message:
  -----------
  Move StatusWithReason to Utils.


  Commit: 44e87efb243a851f11bcf771e975dd513a6e6f2b
      https://github.com/PDAL/PDAL/commit/44e87efb243a851f11bcf771e975dd513a6e6f2b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M plugins/nitf/CMakeLists.txt

  Log Message:
  -----------
  Add GDAL includes for non-modern cmake support.


  Commit: 492b373650fa6d75f018f1dc59de490dc6eeb560
      https://github.com/PDAL/PDAL/commit/492b373650fa6d75f018f1dc59de490dc6eeb560
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M plugins/nitf/CMakeLists.txt

  Log Message:
  -----------
  Fix include path.


  Commit: eed55e75ca18df4b87e04016057ef39cccc7caee
      https://github.com/PDAL/PDAL/commit/eed55e75ca18df4b87e04016057ef39cccc7caee
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-11 (Thu, 11 Jun 2020)

  Changed paths:
    M io/EptReader.cpp

  Log Message:
  -----------
  Create hierarchy on inspect(). (#3125)

Close #3123


  Commit: 50c08db30f4f9fdc716c3425d7d91c213ab2d61d
      https://github.com/PDAL/PDAL/commit/50c08db30f4f9fdc716c3425d7d91c213ab2d61d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-15 (Mon, 15 Jun 2020)

  Changed paths:
    M doc/stages/readers.text.rst
    M io/TextReader.cpp
    M test/data/text/quoted.txt
    A test/data/text/quoted2.txt
    M test/unit/io/TextReaderTest.cpp

  Log Message:
  -----------
  Make reading quoted headers actually work. (#3129)


  Commit: e3a33950e6aefa027d47f25aadf58af7e549f7bb
      https://github.com/PDAL/PDAL/commit/e3a33950e6aefa027d47f25aadf58af7e549f7bb
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2020-06-16 (Tue, 16 Jun 2020)

  Changed paths:
    M doc/stages/filters.normal.rst
    M filters/NormalFilter.cpp

  Log Message:
  -----------
  Turn off normal refinement by default (#3134)


  Commit: 35323b8855689dd9777cb248b42a69c2663dc0fc
      https://github.com/PDAL/PDAL/commit/35323b8855689dd9777cb248b42a69c2663dc0fc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M doc/stages/filters.normal.rst
    M doc/stages/reader_opts.rst
    M doc/stages/readers.text.rst
    M filters/HagDelaunayFilter.cpp
    M filters/HagNnFilter.cpp
    M filters/IQRFilter.hpp
    M filters/LloydKMeansFilter.cpp
    M filters/MADFilter.hpp
    M filters/NeighborClassifierFilter.cpp
    M filters/NeighborClassifierFilter.hpp
    M filters/NormalFilter.cpp
    M filters/private/delaunator.cpp
    M io/EptReader.cpp
    M io/LasReader.cpp
    M io/TextReader.cpp
    M io/private/ept/EptInfo.cpp
    M io/private/ept/TileContents.cpp
    M kernels/DeltaKernel.cpp
    M kernels/DeltaKernel.hpp
    M kernels/GroundKernel.cpp
    M kernels/HausdorffKernel.cpp
    M kernels/HausdorffKernel.hpp
    M kernels/MergeKernel.cpp
    M kernels/RandomKernel.cpp
    M kernels/SortKernel.cpp
    M kernels/SplitKernel.cpp
    M kernels/TIndexKernel.cpp
    A pdal/ColumnPointTable.cpp
    M pdal/DimDetail.hpp
    M pdal/GDALUtils.cpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/PipelineManager.cpp
    M pdal/PipelineManager.hpp
    M pdal/PointContainer.hpp
    M pdal/PointLayout.hpp
    M pdal/PointRef.hpp
    M pdal/PointTable.cpp
    M pdal/PointTable.hpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp
    M pdal/pdal_types.hpp
    M pdal/util/Bounds.cpp
    M pdal/util/Bounds.hpp
    M pdal/util/Utils.hpp
    M plugins/nitf/CMakeLists.txt
    M test/data/text/quoted.txt
    A test/data/text/quoted2.txt
    M test/unit/PointTableTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/io/TextReaderTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/7e673a5a7913...35323b885568


More information about the pdal-commits mailing list