[pdal-commits] [PDAL/PDAL] bfc70f: Add e57 extensions (#2552)

Andrew Bell noreply at github.com
Fri Jun 21 05:36:11 PDT 2019


  Branch: refs/heads/issue-2513
  Home:   https://github.com/PDAL/PDAL
  Commit: bfc70feeeda890b16ae4ecad80f5489ed032ae0e
      https://github.com/PDAL/PDAL/commit/bfc70feeeda890b16ae4ecad80f5489ed032ae0e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:
    M pdal/StageExtensions.cpp

  Log Message:
  -----------
  Add e57 extensions (#2552)

* Add E57 file extension associations.

* Add E57 extensions.
Close #2524


  Commit: 39d627ff61295d57deadf4703fe0b23bdbd1d5c0
      https://github.com/PDAL/PDAL/commit/39d627ff61295d57deadf4703fe0b23bdbd1d5c0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:
    M io/BpfReader.cpp

  Log Message:
  -----------
  Check that file BPF can be opened. (#2553)


  Commit: cd3ad195f6ca636c0efca9340006141c14765ee4
      https://github.com/PDAL/PDAL/commit/cd3ad195f6ca636c0efca9340006141c14765ee4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:
    M io/private/GDALGrid.cpp
    M io/private/GDALGrid.hpp
    A test/data/gdal/issue_2545.txt
    M test/unit/io/GDALWriterTest.cpp

  Log Message:
  -----------
  Keep processing rows/cols if we hit raster edge (#2554)

* Move to next row if we're outside the grid bounds of the current row.
Close #2545

* Don't stop iterating rows/columns if we hit the raster edge.
Close #2545


  Commit: 047fbd731933a99561bc218172fa2a5c1527b9aa
      https://github.com/PDAL/PDAL/commit/047fbd731933a99561bc218172fa2a5c1527b9aa
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-07 (Fri, 07 Jun 2019)

  Changed paths:
    M pdal/util/Utils.cpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Actually escape characters. (#2559)

* Actually escape characters.
Close #2558

* Wrap initialization to satisfy older compiler.


  Commit: 0f5a56e5d75b3feeb26884f4c882b4e2a46b0823
      https://github.com/PDAL/PDAL/commit/0f5a56e5d75b3feeb26884f4c882b4e2a46b0823
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-07 (Fri, 07 Jun 2019)

  Changed paths:
    M cmake/policies.cmake

  Log Message:
  -----------
  Guard policy for more recent cmake versions.


  Commit: 328bec43ecf9a8ac7a5204d6f685de6ea8b039eb
      https://github.com/PDAL/PDAL/commit/328bec43ecf9a8ac7a5204d6f685de6ea8b039eb
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M scripts/docker/centos/Dockerfile

  Log Message:
  -----------
  centos dockerfile fix


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

  Changed paths:
    M io/PlyWriter.cpp

  Log Message:
  -----------
  Follow sized_types for faces header.


  Commit: 9cb932bbd351f35b8e8275a1fbecb642847dd407
      https://github.com/PDAL/PDAL/commit/9cb932bbd351f35b8e8275a1fbecb642847dd407
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-06-13 (Thu, 13 Jun 2019)

  Changed paths:
    A doc/stages/filters.shell.rst
    A filters/ShellFilter.cpp
    A filters/ShellFilter.hpp
    A test/data/pipeline/shell.json.in
    M test/unit/CMakeLists.txt
    A test/unit/filters/ShellFilterTest.cpp

  Log Message:
  -----------
  Add filters.shell that allows you to inline shell commands as part of pipelines (#2430)

* fix up my conda build script

* add osx conda setup script

* Add filters.shell

* configuredpath instead of datapath

* fix up my windows conda build setup

* only allow filters.shell if PDAL_ALLOW_SHELL environment variable is set

* add filters.shell doc


  Commit: d68c7e1121fba533bb34c9de5c99fda53edbd6e5
      https://github.com/PDAL/PDAL/commit/d68c7e1121fba533bb34c9de5c99fda53edbd6e5
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-06-14 (Fri, 14 Jun 2019)

  Changed paths:
    A doc/stages/filters.shell.rst
    A filters/ShellFilter.cpp
    A filters/ShellFilter.hpp
    M io/PlyWriter.cpp
    A test/data/pipeline/shell.json.in
    M test/unit/CMakeLists.txt
    A test/unit/filters/ShellFilterTest.cpp

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


  Commit: 105a1a24dd371a6feb41c62a3d1d488040c20056
      https://github.com/PDAL/PDAL/commit/105a1a24dd371a6feb41c62a3d1d488040c20056
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
    M apps/pdal.cpp
    M pdal/PluginManager.cpp
    M pdal/PluginManager.hpp
    M pdal/StageExtensions.cpp
    M pdal/StageExtensions.hpp
    M pdal/StageFactory.cpp

  Log Message:
  -----------
  Add extensions to driver output. (#2573)

* Add extensions to driver output.

* Export StageExtensions::extensions()


  Commit: 7d6b57569cd321124eeb379263a94d808643bdfe
      https://github.com/PDAL/PDAL/commit/7d6b57569cd321124eeb379263a94d808643bdfe
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
    M filters/TransformationFilter.cpp
    M filters/TransformationFilter.hpp
    M test/unit/filters/TransformationFilterTest.cpp

  Log Message:
  -----------
  More flexible handling for transformation matrix (#2569)

* Temp checkin.

* Initial check-in.

* Make TransformationFilter more generic.

* Add doFilter().

* Remove extra "public".

* More PDAL_DLL.

* Remove accidentally added files.


  Commit: 62143d0a7af8970111ede1997103fd0a2a5b604c
      https://github.com/PDAL/PDAL/commit/62143d0a7af8970111ede1997103fd0a2a5b604c
  Author: Norman Barker <norman at tiledb.io>
  Date:   2019-06-21 (Fri, 21 Jun 2019)

  Changed paths:
    M doc/stages/writers.tiledb.rst
    M plugins/tiledb/io/TileDBWriter.cpp
    M plugins/tiledb/io/TileDBWriter.hpp
    M plugins/tiledb/test/TileDBWriterTest.cpp

  Log Message:
  -----------
  TileDB: Add append option to writer (#2577)

* TileDB: Add append option to writer

* tiledb: add check that attributes exists when appending data


  Commit: 4b70db8997da2cbd1e5ee3d3d762d14075b1ce4b
      https://github.com/PDAL/PDAL/commit/4b70db8997da2cbd1e5ee3d3d762d14075b1ce4b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-06-21 (Fri, 21 Jun 2019)

  Changed paths:
    M apps/pdal.cpp
    M cmake/policies.cmake
    A doc/stages/filters.shell.rst
    M doc/stages/writers.tiledb.rst
    A filters/ShellFilter.cpp
    A filters/ShellFilter.hpp
    M filters/TransformationFilter.cpp
    M filters/TransformationFilter.hpp
    M io/BpfReader.cpp
    M io/PlyWriter.cpp
    M io/private/GDALGrid.cpp
    M io/private/GDALGrid.hpp
    M pdal/PluginManager.cpp
    M pdal/PluginManager.hpp
    M pdal/StageExtensions.cpp
    M pdal/StageExtensions.hpp
    M pdal/StageFactory.cpp
    M pdal/util/Utils.cpp
    M plugins/tiledb/io/TileDBWriter.cpp
    M plugins/tiledb/io/TileDBWriter.hpp
    M plugins/tiledb/test/TileDBWriterTest.cpp
    M scripts/docker/centos/Dockerfile
    A test/data/gdal/issue_2545.txt
    A test/data/pipeline/shell.json.in
    M test/unit/CMakeLists.txt
    M test/unit/UtilsTest.cpp
    A test/unit/filters/ShellFilterTest.cpp
    M test/unit/filters/TransformationFilterTest.cpp
    M test/unit/io/GDALWriterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/0db3817c3946...4b70db8997da


More information about the pdal-commits mailing list