[pdal-commits] [PDAL/PDAL] 81d94d: Update GreyhoundWriter for new Greyhound addon API...

GitHub noreply at github.com
Mon Jan 29 08:14:32 PST 2018


  Branch: refs/tags/docker-master
  Home:   https://github.com/PDAL/PDAL
  Commit: 81d94d3e72cd74255d2ad9d49f2f85bb8ef7b856
      https://github.com/PDAL/PDAL/commit/81d94d3e72cd74255d2ad9d49f2f85bb8ef7b856
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
    M plugins/greyhound/io/GreyhoundWriter.cpp

  Log Message:
  -----------
  Update GreyhoundWriter for new Greyhound addon API.


  Commit: 060f7832abc0f738601823f6bd2cd20b1f1e5c9d
      https://github.com/PDAL/PDAL/commit/060f7832abc0f738601823f6bd2cd20b1f1e5c9d
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
    M pdal/DimUtil.hpp

  Log Message:
  -----------
  Allow dimension names to contain slashes for the assign/range filters.


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

  Changed paths:
    M doc/stages/filters.python.rst

  Log Message:
  -----------
  Fix doc error.


  Commit: 64caa1d4b35d168214ce405273a50fd3abb8a803
      https://github.com/PDAL/PDAL/commit/64caa1d4b35d168214ce405273a50fd3abb8a803
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
    M plugins/greyhound/io/GreyhoundReader.cpp

  Log Message:
  -----------
  Fix typos on other side of ifdef. Ifdef's are awful.


  Commit: 37edaa3f0676754a35df45067fd15564d9c5c30b
      https://github.com/PDAL/PDAL/commit/37edaa3f0676754a35df45067fd15564d9c5c30b
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
    M pdal/DimUtil.hpp

  Log Message:
  -----------
  Merge pull request #1784 from PDAL/dimensions-with-slashes

Allow dimension names to contain slashes for the assign/range filters.


  Commit: f71e19607e9fc010cf387e81699aeb9185d7b360
      https://github.com/PDAL/PDAL/commit/f71e19607e9fc010cf387e81699aeb9185d7b360
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M scripts/ci/script.sh

  Log Message:
  -----------
  Re-enable Python Extension building on AppVeyor (#1787)

* turn Python extension testing back on

* need pip

* need cython


  Commit: 5e7c3985e8f6ccd1ed1c84d8cfb1b9517ead34a1
      https://github.com/PDAL/PDAL/commit/5e7c3985e8f6ccd1ed1c84d8cfb1b9517ead34a1
  Author: Blottiere Paul <blottiere.paul at gmail.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    A doc/stages/filters.mortonorder.img1.png
    M doc/stages/filters.mortonorder.rst
    M filters/MortonOrderFilter.cpp
    M filters/MortonOrderFilter.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/MortonOrderTest.cpp

  Log Message:
  -----------
  [filter] Reverse Morton (#1786)

* Add revert Morton algorithm

* Add test

* Rename option from revert to reverse

* Update documentation

* Some minor changes


  Commit: 59feb3997a413dab105c66dabf0684558f262fc6
      https://github.com/PDAL/PDAL/commit/59feb3997a413dab105c66dabf0684558f262fc6
  Author: Howard Butler <howard at hobu.co>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M doc/stages/filters.python.rst
    M doc/tutorial/pcl_spec.rst

  Log Message:
  -----------
  fix up filters.ground references that are now out of date


  Commit: 4d9dfe8f48ee860c59d159e190a4f441cc26d78f
      https://github.com/PDAL/PDAL/commit/4d9dfe8f48ee860c59d159e190a4f441cc26d78f
  Author: Connor Manning <connor at hobu.co>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M scripts/docker/Dockerfile

  Log Message:
  -----------
  Use master branch for Dockerfile.


  Commit: 5a79f514b98fd79433eba33f461f0d5063a9f602
      https://github.com/PDAL/PDAL/commit/5a79f514b98fd79433eba33f461f0d5063a9f602
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-01-29 (Mon, 29 Jan 2018)

  Changed paths:
    M doc/stages/readers.text.rst
    M io/TextReader.cpp
    M io/TextReader.hpp
    A test/data/text/missingheader.txt
    M test/unit/io/TextReaderTest.cpp

  Log Message:
  -----------
  Add support for overriding header line in readers.text. (#1795)

* Add support for overriding header line in readers.text.
Close #1788

* Update doc.


  Commit: d4a8f7c658a90db77ba70edf87430f7efff97c54
      https://github.com/PDAL/PDAL/commit/d4a8f7c658a90db77ba70edf87430f7efff97c54
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2018-01-29 (Mon, 29 Jan 2018)

  Changed paths:
    M scripts/docker/1.4-maintenance/alpine/Dockerfile
    M scripts/docker/1.5-maintenance/alpine/Dockerfile
    M scripts/docker/1.6-maintenance/alpine/Dockerfile
    M scripts/docker/master/alpine/Dockerfile

  Log Message:
  -----------
  Persist the proj4-dev package (#1797)

proj4-dev contains the libproj.so symbolic link that GDAL expects. We need it
at runtime and cannot delete it as build-only dependency.


Compare: https://github.com/PDAL/PDAL/compare/179e36825182...d4a8f7c658a9


More information about the pdal-commits mailing list