[pdal-commits] [PDAL/PDAL] 0425b5: Fix EPT number of points value when greater than 3...

Andrew Bell noreply at github.com
Wed Jun 10 07:47:37 PDT 2020


  Branch: refs/heads/issue-3118
  Home:   https://github.com/PDAL/PDAL
  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: e06a383a595bbcddd90dbc04704ad2c88603a6cf
      https://github.com/PDAL/PDAL/commit/e06a383a595bbcddd90dbc04704ad2c88603a6cf
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M filters/private/expr/Lexer.cpp
    M filters/private/expr/Lexer.hpp
    M filters/private/expr/Parser.cpp
    M filters/private/expr/Parser.hpp
    R filters/private/expr/Token.cpp
    M filters/private/expr/Token.hpp

  Log Message:
  -----------
  Working parser.


  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: 40a939cf3564482ac557c063c0bf0a476d3953ce
      https://github.com/PDAL/PDAL/commit/40a939cf3564482ac557c063c0bf0a476d3953ce
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    A filters/private/expr/Expression.cpp
    A filters/private/expr/Expression.hpp
    M filters/private/expr/Parser.cpp
    M filters/private/expr/Parser.hpp

  Log Message:
  -----------
  Move stuff around a bit.


  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: c6ce375022362b009f81b01ba6c1414820a4c36a
      https://github.com/PDAL/PDAL/commit/c6ce375022362b009f81b01ba6c1414820a4c36a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M filters/private/delaunator.cpp
    M io/private/ept/EptInfo.cpp
    M kernels/TIndexKernel.cpp
    M pdal/GDALUtils.cpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/pdal_types.hpp
    M pdal/util/Bounds.cpp
    M pdal/util/Bounds.hpp
    M pdal/util/Utils.hpp
    M test/unit/filters/CropFilterTest.cpp

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


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

  Changed paths:
    M filters/private/expr/Expression.cpp
    M filters/private/expr/Expression.hpp
    M io/EptReader.cpp
    M pdal/EigenUtils.hpp
    A pdal/Filter.cpp
    M pdal/SrsBounds.hpp
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.hpp

  Log Message:
  -----------
  Hook up 'where' expression to filter argument.


Compare: https://github.com/PDAL/PDAL/compare/a9b4db285e0a...f153ed835623


More information about the pdal-commits mailing list