[pdal-commits] [PDAL/PDAL] 0f9a28: Fix filter.crop outside logic being flipped twice ...

GitHub noreply at github.com
Thu Dec 27 15:10:41 PST 2018


  Branch: refs/heads/build
  Home:   https://github.com/PDAL/PDAL
  Commit: 0f9a28f3cf640b80211852a27c9efa620cba64bd
      https://github.com/PDAL/PDAL/commit/0f9a28f3cf640b80211852a27c9efa620cba64bd
  Author: Daniel Brookes <26078684+dbrookes96 at users.noreply.github.com>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

  Changed paths:
    M filters/CropFilter.cpp
    M test/unit/filters/CropFilterTest.cpp

  Log Message:
  -----------
  Fix filter.crop outside logic being flipped twice when not in stream mode. (#2306)


  Commit: 27102b1736c505822e122334ef106faecb838133
      https://github.com/PDAL/PDAL/commit/27102b1736c505822e122334ef106faecb838133
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
    M doc/references.rst

  Log Message:
  -----------
  add citation info


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

  Changed paths:
    M test/unit/filters/CropFilterTest.cpp

  Log Message:
  -----------
  Fix type comparison for crop filter test.


  Commit: 0f9e054cac0f13541ea833618e337adff1de5ed3
      https://github.com/PDAL/PDAL/commit/0f9e054cac0f13541ea833618e337adff1de5ed3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    R io/GDALGrid.cpp
    R io/GDALGrid.hpp
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp
    A io/private/GDALGrid.cpp
    A io/private/GDALGrid.hpp
    M test/unit/io/GDALWriterTest.cpp

  Log Message:
  -----------
  Fix computation of shift/size when streaming points. (#2310)

* Cleaner shift implementation.
Close #2292


  Commit: feebfaddeb8cec02d0857231941a0c5086b6cb36
      https://github.com/PDAL/PDAL/commit/feebfaddeb8cec02d0857231941a0c5086b6cb36
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M doc/pipeline.rst
    M doc/stages/readers.tindex.rst

  Log Message:
  -----------
  Fix some errors in the pipeline doc. (#2314)

* Fix some errors in the pipeline doc.

* Update based on feedback.


  Commit: 30010535a58837f89cecdc67e0b85228765355f6
      https://github.com/PDAL/PDAL/commit/30010535a58837f89cecdc67e0b85228765355f6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M CMakeLists.txt
    M vendor/arbiter/CMakeLists.txt

  Log Message:
  -----------
  Make sure arbiter depends on curl. (#2301)

Close #1822


  Commit: 77313ad36f16b1ba3ad68a4917cc835cd89855b7
      https://github.com/PDAL/PDAL/commit/77313ad36f16b1ba3ad68a4917cc835cd89855b7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

  Changed paths:
    M HOWTORELEASE.txt

  Log Message:
  -----------
  Replace with proper file.


  Commit: 8788dc0c25c5245047352cdb94e94b1a4d5ab8f0
      https://github.com/PDAL/PDAL/commit/8788dc0c25c5245047352cdb94e94b1a4d5ab8f0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

  Changed paths:
    M CMakeLists.txt
    M vendor/arbiter/CMakeLists.txt

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


  Commit: 5d788bd1b207373c06179601eb40809c783517f2
      https://github.com/PDAL/PDAL/commit/5d788bd1b207373c06179601eb40809c783517f2
  Author: Daniel Brookes <26078684+dbrookes96 at users.noreply.github.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

  Changed paths:
    M io/PtsReader.cpp
    A test/data/pts/bunny_8.pts
    M test/unit/io/PtsReaderTest.cpp

  Log Message:
  -----------
  Improvements to reader.pts (#2317)

Peek the first line of the input file to determine what dimensions to add. Allows for reading PTS files which don't have Intensity, R, G or B such as the bunnyData.pts point cloud from http://www.libe57.org/data.html.
Also, limit the number of points read by the expected point count on the first line of the PTS file.
Added a unit test and bunny_8.pts test data to check the above two things. Note that bunny_8.pts actually contains 9 points but has 8 as the expected point count.


  Commit: 40822bdfbfa819f939f27d0526e8d6e4e57ad7b5
      https://github.com/PDAL/PDAL/commit/40822bdfbfa819f939f27d0526e8d6e4e57ad7b5
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Make sure pre 1.4 data is populated for 1.4 point types (#2321)

* Add dump.

* Set the pre 1.4 fields when we're writing 1.4.

* Test for fix of LASzip API issue.
Close #2320

* Guard min for Windows.


  Commit: ce20924c80b8eb8828eaeb61b25bca2ffe867f22
      https://github.com/PDAL/PDAL/commit/ce20924c80b8eb8828eaeb61b25bca2ffe867f22
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

  Changed paths:
    M plugins/pcl/filters/IcpFilter.cpp

  Log Message:
  -----------
  Use proper call for setting the input point cloud (#2319)

* ICP debug.

* Use the correct call to set the base point cloud.


  Commit: 92652964db1c1aa1d173a6418074a6c3656cdc4d
      https://github.com/PDAL/PDAL/commit/92652964db1c1aa1d173a6418074a6c3656cdc4d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

  Changed paths:
    M doc/stages/readers.tindex.rst
    M io/TIndexReader.cpp

  Log Message:
  -----------
  Make sure we set an SRS for geometry. (#2325)

Close #2316


  Commit: f0a5303fe595f4acafd6797bead7831279613bf4
      https://github.com/PDAL/PDAL/commit/f0a5303fe595f4acafd6797bead7831279613bf4
  Author: Daniel Brookes <26078684+dbrookes96 at users.noreply.github.com>
  Date:   2018-12-20 (Thu, 20 Dec 2018)

  Changed paths:
    M io/PtsReader.cpp
    A test/data/pts/site_56_8.pts
    M test/unit/io/PtsReaderTest.cpp

  Log Message:
  -----------
  Improvements to reader.pts again. (#2326)

Allow for X Y Z Intensity formatted .pts files.
Check if the expected point count at the top of the file was read correctly.
Emit a warning when points read was less than the expected.


  Commit: 89d9743ccca2898bc62ed70b86e6dfdcb5e610dc
      https://github.com/PDAL/PDAL/commit/89d9743ccca2898bc62ed70b86e6dfdcb5e610dc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-27 (Thu, 27 Dec 2018)

  Changed paths:
    M CMakeLists.txt
    M cmake/macros.cmake
    M pdal/util/CMakeLists.txt

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


  Commit: 3bc65c42af9952243a59d6e0d619de120cf34d87
      https://github.com/PDAL/PDAL/commit/3bc65c42af9952243a59d6e0d619de120cf34d87
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-12-27 (Thu, 27 Dec 2018)

  Changed paths:
    M CMakeLists.txt
    M PDALConfig.cmake.in
    M pdal/util/CMakeLists.txt

  Log Message:
  -----------
  Change linking for downstream packages.


Compare: https://github.com/PDAL/PDAL/compare/39e0b88325ee...3bc65c42af99
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pdal-commits mailing list