[pdal-commits] [PDAL/PDAL] 10dd9e: Update #3298 to fix docker GHA builder (#3330)

Andrew Bell noreply at github.com
Thu Jan 28 10:44:33 PST 2021


  Branch: refs/heads/issue-3338
  Home:   https://github.com/PDAL/PDAL
  Commit: 10dd9ecb43ce56ec3fcaf83abcd37722b71a6f79
      https://github.com/PDAL/PDAL/commit/10dd9ecb43ce56ec3fcaf83abcd37722b71a6f79
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-01-13 (Wed, 13 Jan 2021)

  Changed paths:
    M .github/workflows/docker.yml
    M pdal/SpatialReference.cpp

  Log Message:
  -----------
  Update #3298 to fix docker GHA builder (#3330)

* Add ALLOW_ELLIPSOIDAL_HEIGHT_AS_VERTICAL_CRS=YES for 1.4 support

* Fix syntax

* only push packages for Docker builder if we are a push to master

* conditional logic

* syntax

* lint

* explicit test of conditional

Co-authored-by: Michael D. Smith <michael.smith at erdc.dren.mil>


  Commit: 0b90c067278597ec5041564d725b0dbfb79070fd
      https://github.com/PDAL/PDAL/commit/0b90c067278597ec5041564d725b0dbfb79070fd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M io/LasHeader.cpp

  Log Message:
  -----------
  Strip trailing NULL bytes from WKT. (#3334)

Close #3332


  Commit: c845a9418785ead1821a940961c0a0be1a88e859
      https://github.com/PDAL/PDAL/commit/c845a9418785ead1821a940961c0a0be1a88e859
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M doc/stages/readers.las.rst
    M io/LasReader.cpp
    M io/LasReader.hpp

  Log Message:
  -----------
  Allow the names of LAS extra dims to be fixed. (#3333)

* Allow the names of LAS extra dims to be fixed.

* Update doc.


  Commit: dbdc10628fd3aa345698559f8b82e8a34f59477f
      https://github.com/PDAL/PDAL/commit/dbdc10628fd3aa345698559f8b82e8a34f59477f
  Author: Vasily Chekalkin <bacek at bacek.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M filters/HagNnFilter.cpp

  Log Message:
  -----------
  Don't try to build HeightAboveGround if there is no ground points. (#3343)

Without this it triggers assert/segfault in PointView::getFieldAs when
HAG filters trying to fetch non-existing points.

Co-authored-by: Vasily Chekalkin <bacek at powerlinespro.com>


  Commit: 60670b8aed64061233015cf41d5639d1e9f57400
      https://github.com/PDAL/PDAL/commit/60670b8aed64061233015cf41d5639d1e9f57400
  Author: Howard Butler <howard at hobu.co>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  bump master version information so it will resolve when we use it elsewhere


  Commit: b7aaa45640a5097123023a7dad4019eaba77f97b
      https://github.com/PDAL/PDAL/commit/b7aaa45640a5097123023a7dad4019eaba77f97b
  Author: Norman Barker <norman at tiledb.io>
  Date:   2021-01-27 (Wed, 27 Jan 2021)

  Changed paths:
    M plugins/tiledb/io/TileDBWriter.cpp
    M plugins/tiledb/test/TileDBWriterTest.cpp

  Log Message:
  -----------
  TileDB SFC (#3345)

* TileDB: Support hilbert ordering

* remove unnecessary array check


  Commit: 4fffe804faf4fe7536ea4d54c9c90359260a2a81
      https://github.com/PDAL/PDAL/commit/4fffe804faf4fe7536ea4d54c9c90359260a2a81
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2021-01-28 (Thu, 28 Jan 2021)

  Changed paths:
    M .github/workflows/docker.yml
    M CMakeLists.txt
    M doc/stages/readers.las.rst
    M filters/HagNnFilter.cpp
    M io/LasHeader.cpp
    M io/LasReader.cpp
    M pdal/SpatialReference.cpp
    M plugins/tiledb/io/TileDBWriter.cpp
    M plugins/tiledb/test/TileDBWriterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/b49c3009fd22...4fffe804faf4


More information about the pdal-commits mailing list