[pdal-commits] [PDAL/PDAL] dfface: Set extended_point_type to 0 for non-legacy point ...

GitHub noreply at github.com
Fri Jan 25 13:18:58 PST 2019


  Branch: refs/heads/issue-2350
  Home:   https://github.com/PDAL/PDAL
  Commit: dfface8638a63c052f7065f3fb5f6a9cbcec64d7
      https://github.com/PDAL/PDAL/commit/dfface8638a63c052f7065f3fb5f6a9cbcec64d7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-31 (Mon, 31 Dec 2018)

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

  Log Message:
  -----------
  Set extended_point_type to 0 for non-legacy point types. (#2330)

Close #2329


  Commit: 010450107d9337f46a9261260afdba6332ea8255
      https://github.com/PDAL/PDAL/commit/010450107d9337f46a9261260afdba6332ea8255
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-01-04 (Fri, 04 Jan 2019)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  try to get appveyor healthy again (#2332)

* try to get appveyor healthy again

* add channel for anaconda


  Commit: 7624b4c70704332934970b7d29cd63fa00eb0705
      https://github.com/PDAL/PDAL/commit/7624b4c70704332934970b7d29cd63fa00eb0705
  Author: Bert Temme <btemme at hotmail.com>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

  Changed paths:
    M doc/stages/readers.i3s.rst

  Log Message:
  -----------
  Update readers.i3s.rst (#2335)

* Update readers.i3s.rst

* Update readers.i3s.rst


  Commit: c3804e59cfe0a6f1f593835d53e5c7511a7532a2
      https://github.com/PDAL/PDAL/commit/c3804e59cfe0a6f1f593835d53e5c7511a7532a2
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

  Changed paths:
    M cmake/modules/FindGeoTIFF.cmake

  Log Message:
  -----------
  support 'libgeotiff' as a PATH_SUFFIX for FindGeoTIFF.cmake


  Commit: 8d3ca45f33d43556a521d0d03a79ed13bead40d6
      https://github.com/PDAL/PDAL/commit/8d3ca45f33d43556a521d0d03a79ed13bead40d6
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

  Changed paths:
    M doc/stages/readers.ept.rst
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/private/EptSupport.hpp
    M test/data/ept/ept-star/ept.json
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  EptReader: add resolution limit (#2331)

* EptReader: add spacing limit to allow coarse resolution queries.

* Add doc link, add comment describing 'span' from EPT info.

* Rename an internal var for readability.

* Communicate the meaning of the spacing parameter more clearly in docs.

* EptReader: rename spacing->resolution as per discussion, maintaining the same semantics.

* EptReader: add resolution limit test, including test dataset update.  Note in the doc that resolution limit may not be exact.


  Commit: 0e27dbb4192f3f3189fffa11a2a122748805494a
      https://github.com/PDAL/PDAL/commit/0e27dbb4192f3f3189fffa11a2a122748805494a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-01-08 (Tue, 08 Jan 2019)

  Changed paths:
    M doc/pipeline.rst

  Log Message:
  -----------
  Doc fix.


  Commit: de24a6ea39fff108671abd8751648bfd4f34e2a8
      https://github.com/PDAL/PDAL/commit/de24a6ea39fff108671abd8751648bfd4f34e2a8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-01-08 (Tue, 08 Jan 2019)

  Changed paths:
    M appveyor.yml
    M cmake/modules/FindGeoTIFF.cmake
    M doc/stages/readers.ept.rst
    M doc/stages/readers.i3s.rst
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/LasWriter.cpp
    M io/private/EptSupport.hpp
    M test/data/ept/ept-star/ept.json
    M test/unit/io/EptReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp

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


  Commit: d53d7ba14af908b3ce7b096fcc174ea2017a07a0
      https://github.com/PDAL/PDAL/commit/d53d7ba14af908b3ce7b096fcc174ea2017a07a0
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-01-09 (Wed, 09 Jan 2019)

  Changed paths:
    M vendor/arbiter/README
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Update arbiter (#2339)

SSL version checking, a fix for auth timings, and windows export consistency.


  Commit: 3283681088865b2925bf1a58e4f1e1d80e047920
      https://github.com/PDAL/PDAL/commit/3283681088865b2925bf1a58e4f1e1d80e047920
  Author: psalvaggio <salvaggio.philip at gmail.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M cmake/config.cmake

  Log Message:
  -----------
  Defaulted CMake install directory to PDAL_LIB_INSTALL_DIR (#2345)


  Commit: a4d90f3eb0d5203adc9bf478ad7aaac0f532cb83
      https://github.com/PDAL/PDAL/commit/a4d90f3eb0d5203adc9bf478ad7aaac0f532cb83
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M pdal/Reader.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Avoid overwriting a default SRS with an empty SRS. (#2346)

* Avoid overwriting a default SRS with an empty SRS.

* Handle potential setting of the SRS multiple times when a default is present.


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

  Changed paths:
    M doc/stages/writers.ply.rst

  Log Message:
  -----------
  writer.ply is not streamable


  Commit: 83bf2dccaf1535d935469f65a0f3c1fd8c3a3d9d
      https://github.com/PDAL/PDAL/commit/83bf2dccaf1535d935469f65a0f3c1fd8c3a3d9d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-01-23 (Wed, 23 Jan 2019)

  Changed paths:
    M cmake/macros.cmake
    M plugins/cpd/CMakeLists.txt
    M plugins/fbx/CMakeLists.txt
    M plugins/greyhound/CMakeLists.txt
    M plugins/i3s/CMakeLists.txt
    M plugins/icebridge/CMakeLists.txt
    M plugins/matlab/CMakeLists.txt
    M plugins/mbio/CMakeLists.txt
    M plugins/mrsid/CMakeLists.txt
    M plugins/nitf/CMakeLists.txt
    M plugins/oci/CMakeLists.txt
    M plugins/openscenegraph/CMakeLists.txt
    M plugins/pcl/CMakeLists.txt
    M plugins/pgpointcloud/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt
    M plugins/rdb/CMakeLists.txt
    M plugins/rxp/CMakeLists.txt
    M plugins/sqlite/CMakeLists.txt
    M test/unit/CMakeLists.txt

  Log Message:
  -----------
  Add INCLUDES to some macros (#2352)

* Add INCLUDES option to PDAL_ADD_TEST and PDAL_ADD_PLUGIN
Close #1988

* Missed JSONCPP include.


  Commit: 755ac1a62d9c5afccf20d468de9f65649bb1eb24
      https://github.com/PDAL/PDAL/commit/755ac1a62d9c5afccf20d468de9f65649bb1eb24
  Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M CMakeLists.txt
    A cmake/openssl.cmake
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  Adding openssl support in order to activate GCS storage (#2353)


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

  Changed paths:
    M CMakeLists.txt
    M appveyor.yml
    M cmake/config.cmake
    M cmake/macros.cmake
    M cmake/modules/FindGeoTIFF.cmake
    A cmake/openssl.cmake
    M doc/pipeline.rst
    M doc/stages/readers.ept.rst
    M doc/stages/readers.i3s.rst
    M doc/stages/writers.ply.rst
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/LasWriter.cpp
    M io/private/EptSupport.hpp
    M pdal/Reader.cpp
    M plugins/cpd/CMakeLists.txt
    M plugins/fbx/CMakeLists.txt
    M plugins/greyhound/CMakeLists.txt
    M plugins/i3s/CMakeLists.txt
    M plugins/icebridge/CMakeLists.txt
    M plugins/matlab/CMakeLists.txt
    M plugins/mbio/CMakeLists.txt
    M plugins/mrsid/CMakeLists.txt
    M plugins/nitf/CMakeLists.txt
    M plugins/oci/CMakeLists.txt
    M plugins/openscenegraph/CMakeLists.txt
    M plugins/pcl/CMakeLists.txt
    M plugins/pgpointcloud/CMakeLists.txt
    M plugins/python/filters/CMakeLists.txt
    M plugins/python/io/CMakeLists.txt
    M plugins/rdb/CMakeLists.txt
    M plugins/rxp/CMakeLists.txt
    M plugins/sqlite/CMakeLists.txt
    M test/data/ept/ept-star/ept.json
    M test/unit/CMakeLists.txt
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/io/EptReaderTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/arbiter/README
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

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


Compare: https://github.com/PDAL/PDAL/compare/d9d6b87c9ad4...f2188f04758d
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.


More information about the pdal-commits mailing list