[pdal-commits] [PDAL/PDAL] 9e5f51: be more careful about checking geometry fetches

GitHub noreply at github.com
Fri Dec 11 05:33:11 PST 2015


  Branch: refs/heads/stream
  Home:   https://github.com/PDAL/PDAL
  Commit: 9e5f511c8a4497fec9eb4e5b3ec81b437335e446
      https://github.com/PDAL/PDAL/commit/9e5f511c8a4497fec9eb4e5b3ec81b437335e446
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-02 (Wed, 02 Dec 2015)

  Changed paths:
    M include/pdal/Geometry.hpp

  Log Message:
  -----------
  be more careful about checking geometry fetches


  Commit: eb0e26f9b7637b7f1204eb09d2eb119809ac9d97
      https://github.com/PDAL/PDAL/commit/eb0e26f9b7637b7f1204eb09d2eb119809ac9d97
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-02 (Wed, 02 Dec 2015)

  Changed paths:
    M plugins/hexbin/filters/HexBin.cpp

  Log Message:
  -----------
  apply a default hole cull tolerance


  Commit: bb34dc4e8f98fa87bfdc8447a40d926e064d8112
      https://github.com/PDAL/PDAL/commit/bb34dc4e8f98fa87bfdc8447a40d926e064d8112
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Try to force the 64-bit version of python


  Commit: 9360b576b97c8c3dfe5ed1be4d47f97c4d529ef6
      https://github.com/PDAL/PDAL/commit/9360b576b97c8c3dfe5ed1be4d47f97c4d529ef6
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Set 64-bit python on path ahead of 32-bit for CMake to grab the correct one


  Commit: 2d76dc82f1b231e4bf5d98dbf82b9c0cbb32a3e0
      https://github.com/PDAL/PDAL/commit/2d76dc82f1b231e4bf5d98dbf82b9c0cbb32a3e0
  Author: pdal-docs <pdal at hobu.net>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Merge pull request #1061 from PDAL/specify-python-path-appveyor

Prepend path to 64-bit Python to make sure CMake detects it


  Commit: 7fa70528e1dec2fed09fa7eaac0884e4bee53ff2
      https://github.com/PDAL/PDAL/commit/7fa70528e1dec2fed09fa7eaac0884e4bee53ff2
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  force usage of clang for PDAL compilation in docker build


  Commit: 5a9f742b2f5d182a46fbeda92305b782def78940
      https://github.com/PDAL/PDAL/commit/5a9f742b2f5d182a46fbeda92305b782def78940
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M appveyor.yml

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


  Commit: f54c96cf2bb8f8ecf11e6d9911fd223dc79c2c6e
      https://github.com/PDAL/PDAL/commit/f54c96cf2bb8f8ecf11e6d9911fd223dc79c2c6e
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M include/pdal/Geometry.hpp
    M plugins/hexbin/filters/HexBin.cpp

  Log Message:
  -----------
  Merge branch '1.1-maintenance'


  Commit: 37896928b66b0e8f51d131c74ae97a68a6e9beff
      https://github.com/PDAL/PDAL/commit/37896928b66b0e8f51d131c74ae97a68a6e9beff
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    A scripts/docker/Dockerfile
    A scripts/docker/dependencies/Dockerfile

  Log Message:
  -----------
  add Dockerfile for 1.1


  Commit: 9753dc71873a92129aea114c5a1b62c064e9f541
      https://github.com/PDAL/PDAL/commit/9753dc71873a92129aea114c5a1b62c064e9f541
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M .travis.yml
    M appveyor.yml
    A doc/docker.rst
    M doc/index.rst
    M include/pdal/util/Bounds.hpp
    M io/ilvis2/Ilvis2Reader.cpp
    M io/ilvis2/Ilvis2Reader.hpp
    M io/tindex/TIndexReader.cpp
    M io/tindex/TIndexReader.hpp
    M plugins/pgpointcloud/io/PgReader.cpp
    M scripts/ci/before_install.sh
    M scripts/ci/common.sh
    M scripts/ci/script.sh
    A scripts/docker/packaging/Dockerfile

  Log Message:
  -----------
  Merge branch 'master' into 1.1-maintenance


  Commit: f646dfb73e95e2cab164a9c40fe40b46e6584da3
      https://github.com/PDAL/PDAL/commit/f646dfb73e95e2cab164a9c40fe40b46e6584da3
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M filters/reprojection/ReprojectionFilter.cpp

  Log Message:
  -----------
  If we're not inferring the input SRS to the reprojection filter, create the transform during initialize, allowing usage of the FilterWrapper.


  Commit: 67abd91080f0d9a3c792d354ddac56ac91c5ec88
      https://github.com/PDAL/PDAL/commit/67abd91080f0d9a3c792d354ddac56ac91c5ec88
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M filters/reprojection/ReprojectionFilter.cpp

  Log Message:
  -----------
  Remove null view check and nullptr keyword usage, add braces.


  Commit: c443148f6b8db27abb27d568119dff86ddfa62d5
      https://github.com/PDAL/PDAL/commit/c443148f6b8db27abb27d568119dff86ddfa62d5
  Author: Connor Manning <connor at hobu.co>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M filters/reprojection/ReprojectionFilter.cpp

  Log Message:
  -----------
  Describe the purpose behind creating the transform during initialize.


  Commit: f990e05c51fdb7fe88fa3b402b378668bd31ec06
      https://github.com/PDAL/PDAL/commit/f990e05c51fdb7fe88fa3b402b378668bd31ec06
  Author: Connor Manning <connormanning at users.noreply.github.com>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M filters/reprojection/ReprojectionFilter.cpp

  Log Message:
  -----------
  Merge pull request #1062 from PDAL/reprojection-srs-creation

Create transform for ReprojectionFilter as soon as necessary inputs are available.


  Commit: 7c38dae312c6bfa73d0f95350428c7503d2ccd23
      https://github.com/PDAL/PDAL/commit/7c38dae312c6bfa73d0f95350428c7503d2ccd23
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M io/las/LasWriter.hpp

  Log Message:
  -----------
  Valid global_encoding values can go up to 31.
Close #1064


  Commit: 5849ac3ba04492374449c17fa8b2f050579aa16f
      https://github.com/PDAL/PDAL/commit/5849ac3ba04492374449c17fa8b2f050579aa16f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M include/pdal/Dimension.hpp
    M io/las/LasReader.cpp
    M io/las/LasWriter.cpp
    M test/unit/io/las/LasReaderTest.cpp

  Log Message:
  -----------
  Handle LAS 1.4 classification flags as bitfield.
Close #1063


  Commit: 4c6b760fc00831407e256f96312c509b771d8415
      https://github.com/PDAL/PDAL/commit/4c6b760fc00831407e256f96312c509b771d8415
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M io/las/LasWriter.cpp

  Log Message:
  -----------
  Format.


  Commit: 732a367ab337dd0916965ab3e4fb836a8ebe7c12
      https://github.com/PDAL/PDAL/commit/732a367ab337dd0916965ab3e4fb836a8ebe7c12
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M io/las/LasWriter.cpp

  Log Message:
  -----------
  Handle metadata forwards to get version number before we fill the header
so version number info can be used correctly, etc.
Close #1065


  Commit: b6fc94059642d2d486a93226d59d25ed20ac33f5
      https://github.com/PDAL/PDAL/commit/b6fc94059642d2d486a93226d59d25ed20ac33f5
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  make branch a Dockerfile ARG


  Commit: 35f7887bd2206e579d3b73d988fe84f058ae5133
      https://github.com/PDAL/PDAL/commit/35f7887bd2206e579d3b73d988fe84f058ae5133
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  make branch a Dockerfile ARG


  Commit: 52f266966d793174a86faaad0632779126c5e75f
      https://github.com/PDAL/PDAL/commit/52f266966d793174a86faaad0632779126c5e75f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M io/bpf/BpfReader.cpp
    M test/unit/io/bpf/BPFTest.cpp

  Log Message:
  -----------
  Put bundled files in a subnode from a node called "bundled_file".
Close #1066


  Commit: 8da451aedd4e2b2251b1528f0a4006182f9b3956
      https://github.com/PDAL/PDAL/commit/8da451aedd4e2b2251b1528f0a4006182f9b3956
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/1.1-maintenance' into 1.1-maintenance


  Commit: e03f93c9f97008a21c9a163513b51b76e58db389
      https://github.com/PDAL/PDAL/commit/e03f93c9f97008a21c9a163513b51b76e58db389
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M io/bpf/BpfReader.cpp
    M test/unit/io/bpf/BPFTest.cpp

  Log Message:
  -----------
  Merge branch '1.1-maintenance'


  Commit: ee2da56d53b6eadc6271cf85e50f798f40fdbc7f
      https://github.com/PDAL/PDAL/commit/ee2da56d53b6eadc6271cf85e50f798f40fdbc7f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    A test/data/las/test1_4.las
    M test/unit/io/las/LasWriterTest.cpp

  Log Message:
  -----------
  Tests for some 1063, 1064 and 1065.


  Commit: 692cb11170744af5750d1c331c5d574d6c4be99c
      https://github.com/PDAL/PDAL/commit/692cb11170744af5750d1c331c5d574d6c4be99c
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  Dockerfile cleanup and ENTRYPOINT


  Commit: 5a52bc69a6fd689c95a21cd8d5b21cadf232c19c
      https://github.com/PDAL/PDAL/commit/5a52bc69a6fd689c95a21cd8d5b21cadf232c19c
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  Dockerfile cleanup and ENTRYPOINT


  Commit: 781c8acfc5ea3680601619c982f451f0df652f28
      https://github.com/PDAL/PDAL/commit/781c8acfc5ea3680601619c982f451f0df652f28
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  remove ENTRYPOINT


  Commit: 5e96a28c42605127c2b948e634995121aaad3863
      https://github.com/PDAL/PDAL/commit/5e96a28c42605127c2b948e634995121aaad3863
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  remove ENTRYPOINT


  Commit: 6409766a18861a9c8defc50b32a4778c15ed8a8d
      https://github.com/PDAL/PDAL/commit/6409766a18861a9c8defc50b32a4778c15ed8a8d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M cmake/geos.cmake
    M include/pdal/Compression.hpp
    M include/pdal/Geometry.hpp
    M src/pdal_config.cpp

  Log Message:
  -----------
  Compilation fixes for Ubuntu 14.04.


  Commit: c40c7131ad97443480acf34fba0ec7d3d8f37f8f
      https://github.com/PDAL/PDAL/commit/c40c7131ad97443480acf34fba0ec7d3d8f37f8f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M scripts/docker/Dockerfile

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


  Commit: 220e398f0e4697419f23cc875a2e6a7f8bfdaec3
      https://github.com/PDAL/PDAL/commit/220e398f0e4697419f23cc875a2e6a7f8bfdaec3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-09 (Wed, 09 Dec 2015)

  Changed paths:
    M cmake/geos.cmake
    M include/pdal/Compression.hpp
    M include/pdal/Geometry.hpp
    M scripts/docker/Dockerfile
    M src/pdal_config.cpp

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


  Commit: 0c36aa9db5b5cf5f8264621698bc8d176a3ff8a0
      https://github.com/PDAL/PDAL/commit/0c36aa9db5b5cf5f8264621698bc8d176a3ff8a0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-09 (Wed, 09 Dec 2015)

  Changed paths:
    M src/plang/Environment.cpp

  Log Message:
  -----------
  Remove debug.


  Commit: 9af82edff08809fc4b3c1880f9f0bd2998b69987
      https://github.com/PDAL/PDAL/commit/9af82edff08809fc4b3c1880f9f0bd2998b69987
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-09 (Wed, 09 Dec 2015)

  Changed paths:
    M test/unit/io/las/LasWriterTest.cpp

  Log Message:
  -----------
  Fix path for pdal in test.


  Commit: 8f3095b24dc4cea2d8e865bfd6f9ef5fc0fe5191
      https://github.com/PDAL/PDAL/commit/8f3095b24dc4cea2d8e865bfd6f9ef5fc0fe5191
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-09 (Wed, 09 Dec 2015)

  Changed paths:
    M scripts/docker/dependencies/Dockerfile

  Log Message:
  -----------
  manually install current geotiff after package has installed for pdal/dependencies Dockerfile


  Commit: e1c08043d853004ddfd59f776028ddcf13ceccef
      https://github.com/PDAL/PDAL/commit/e1c08043d853004ddfd59f776028ddcf13ceccef
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-12-09 (Wed, 09 Dec 2015)

  Changed paths:
    M cmake/geos.cmake
    M include/pdal/Compression.hpp
    M include/pdal/Geometry.hpp
    M src/pdal_config.cpp
    M src/plang/Environment.cpp
    A test/data/las/test1_4.las
    M test/unit/io/las/LasWriterTest.cpp

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


  Commit: 8a85f2dc597cc0aa525d4eb32a28487243379c59
      https://github.com/PDAL/PDAL/commit/8a85f2dc597cc0aa525d4eb32a28487243379c59
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M plugins/hexbin/filters/HexBin.cpp
    M plugins/hexbin/filters/HexBin.hpp

  Log Message:
  -----------
  Use densePointCount() to calculate density.


  Commit: f5f4c6e11db9a3547885260871daa0495574b05b
      https://github.com/PDAL/PDAL/commit/f5f4c6e11db9a3547885260871daa0495574b05b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M plugins/hexbin/filters/HexBin.cpp
    M plugins/hexbin/filters/HexBin.hpp
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  Merge branch '1.1-maintenance'


  Commit: f53f4a39912d639edfef9d3d0d2a7da7e82826f6
      https://github.com/PDAL/PDAL/commit/f53f4a39912d639edfef9d3d0d2a7da7e82826f6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M plugins/hexbin/filters/HexBin.cpp
    M plugins/hexbin/filters/HexBin.hpp

  Log Message:
  -----------
  Use old method of point count for density for now.


  Commit: 609758d62c0a99a1760bcaad80ffb13ccf29ebc5
      https://github.com/PDAL/PDAL/commit/609758d62c0a99a1760bcaad80ffb13ccf29ebc5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M filters/colorization/ColorizationFilter.cpp
    M filters/colorization/ColorizationFilter.hpp
    M io/las/LasWriter.cpp

  Log Message:
  -----------
  Support streaming with colorization.


  Commit: 96e4e9fc59cee0276b9fa9fc706e400750a2e4f9
      https://github.com/PDAL/PDAL/commit/96e4e9fc59cee0276b9fa9fc706e400750a2e4f9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
    M include/pdal/util/OStream.hpp

  Log Message:
  -----------
  Don't crash when creating OStreamMarker on unopen stream.


  Commit: 10a593c6445cff04fd1e9c144bddf4758f6f9d80
      https://github.com/PDAL/PDAL/commit/10a593c6445cff04fd1e9c144bddf4758f6f9d80
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-12-11 (Fri, 11 Dec 2015)

  Changed paths:
    M appveyor.yml
    M cmake/geos.cmake
    M filters/reprojection/ReprojectionFilter.cpp
    M include/pdal/Compression.hpp
    M include/pdal/Dimension.hpp
    M include/pdal/Geometry.hpp
    M io/bpf/BpfReader.cpp
    M io/las/LasReader.cpp
    M io/las/LasWriter.cpp
    M io/las/LasWriter.hpp
    M plugins/hexbin/filters/HexBin.cpp
    M scripts/docker/Dockerfile
    M scripts/docker/dependencies/Dockerfile
    M src/pdal_config.cpp
    M src/plang/Environment.cpp
    A test/data/las/test1_4.las
    M test/unit/io/bpf/BPFTest.cpp
    M test/unit/io/las/LasReaderTest.cpp
    M test/unit/io/las/LasWriterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/c2dc156fd405...10a593c6445c


More information about the pdal-commits mailing list