[pdal-commits] [PDAL/PDAL] 8b48f3: arbiter refresh

GitHub noreply at github.com
Wed Apr 19 14:56:16 PDT 2017


  Branch: refs/heads/greedy
  Home:   https://github.com/PDAL/PDAL
  Commit: 8b48f379c442409c6462f14aaed16a46644266eb
      https://github.com/PDAL/PDAL/commit/8b48f379c442409c6462f14aaed16a46644266eb
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

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

  Log Message:
  -----------
  arbiter refresh


  Commit: c703812b2544c15de4a6953f4b95fc608f162485
      https://github.com/PDAL/PDAL/commit/c703812b2544c15de4a6953f4b95fc608f162485
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
    M kernels/TIndexKernel.cpp
    M kernels/TIndexKernel.hpp

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


  Commit: 4f6babc386cad5956ffeb58a3934e20a6d4277cd
      https://github.com/PDAL/PDAL/commit/4f6babc386cad5956ffeb58a3934e20a6d4277cd
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

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

  Log Message:
  -----------
  another arbiter refresh


  Commit: 2b1819473fb5ac433284c2d89b6090a0f8041cbf
      https://github.com/PDAL/PDAL/commit/2b1819473fb5ac433284c2d89b6090a0f8041cbf
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

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

  Log Message:
  -----------
  Add bounds option to writers.gdal doc.


  Commit: 57d0c3da0e1d2d1fec069067124ea5995080d77d
      https://github.com/PDAL/PDAL/commit/57d0c3da0e1d2d1fec069067124ea5995080d77d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M pdal/PointView.hpp

  Log Message:
  -----------
  Remove code moved to PointView.cpp.


  Commit: 85c05712b8b07dc90b7090ac1374bb747720a6b0
      https://github.com/PDAL/PDAL/commit/85c05712b8b07dc90b7090ac1374bb747720a6b0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M pdal/util/ProgramArgs.hpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M test/unit/ProgramArgsTest.cpp

  Log Message:
  -----------
  Allow longname synonyms in ProgramArgs.
Close #1560


  Commit: 22bae5ea114b4354314add4643fa656e767e9448
      https://github.com/PDAL/PDAL/commit/22bae5ea114b4354314add4643fa656e767e9448
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M io/GDALGrid.cpp

  Log Message:
  -----------
  Make sure cell in which point itself lies is in bounds.
Close #1563


  Commit: 8f9c895b47ae8525ddaa779f4054510b8b171e5b
      https://github.com/PDAL/PDAL/commit/8f9c895b47ae8525ddaa779f4054510b8b171e5b
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M doc/apps/translate.rst
    M doc/pipeline.rst
    M doc/stages/filters.outlier.rst
    M doc/stages/filters.pmf.rst
    M doc/workshop/exercises/analysis/denoising/denoise.json
    M doc/workshop/exercises/analysis/denoising/denoising.rst
    M doc/workshop/exercises/analysis/ground/ground-run-ground-only.txt
    M doc/workshop/exercises/analysis/ground/ground.rst
    M doc/workshop/exercises/analysis/ground/translate-run-ground-only.txt

  Log Message:
  -----------
  Resolve some dangling references to deprecated extract and classify options

extract and classify have been used in several filters, namely outlier and PMF.
With the release of PDAL v1.5, we removed these options, opting to always
classify points, and to force users to ignore or extract them as they see fit
in their pipelines.

The outlier filter's extract option can be replicated by adding a range filter
stage as shown following the outlier filter:

    {
      "type":"filters.range",
      "limits":"Classification![7:7]"
    }

The PMF filter's extract option can be replicated by adding the following range
filter:

    {
      "type":"filters.range",
      "limits":"Classification[2:2]"
    }

The intention here was to remove any ambiguity as to how individual filters
implement "extract", and to instead be explicit in the pipeline specification
as to how points are extracted.


  Commit: 08020e1c9aa94e91be57b79ff0b9c21c92944b41
      https://github.com/PDAL/PDAL/commit/08020e1c9aa94e91be57b79ff0b9c21c92944b41
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M doc/apps/translate.rst
    M doc/pipeline.rst
    M doc/stages/filters.outlier.rst
    M doc/stages/filters.pmf.rst
    M doc/workshop/exercises/analysis/denoising/denoise.json
    M doc/workshop/exercises/analysis/denoising/denoising.rst
    M doc/workshop/exercises/analysis/ground/ground-run-ground-only.txt
    M doc/workshop/exercises/analysis/ground/ground.rst
    M doc/workshop/exercises/analysis/ground/translate-run-ground-only.txt

  Log Message:
  -----------
  Merge pull request #1567 from PDAL/issue/1566-filter-docs

Resolve some dangling references to deprecated extract and classify options


  Commit: 284af8a883f146b2652a3bccf029d507de7a22c9
      https://github.com/PDAL/PDAL/commit/284af8a883f146b2652a3bccf029d507de7a22c9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M pdal/Kernel.cpp
    M pdal/PipelineReaderJSON.cpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M test/data/pipeline/options.json.in

  Log Message:
  -----------
  Allow tag names to contain underscores and capital letters.
Catch bad tag names during parse.
Close #1568


  Commit: b6a4b22b6e6b681e38f83b63a3d0e71080508cab
      https://github.com/PDAL/PDAL/commit/b6a4b22b6e6b681e38f83b63a3d0e71080508cab
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M doc/stages/filters.splitter.rst
    M filters/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M test/unit/filters/SplitterTest.cpp

  Log Message:
  -----------
  Add a buffer option to the splitter

This buffer grows each square by the specified amount, allowing for an
overlap between tiles. This is particularily useful for tiled change
detection and other such algorithms.


  Commit: 82a09ecdcd59db917c872dfa7a27ddaa7504ad8b
      https://github.com/PDAL/PDAL/commit/82a09ecdcd59db917c872dfa7a27ddaa7504ad8b
  Author: Éric Lemoine <eric.lemoine at oslandia.com>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M doc/development/testing.rst

  Log Message:
  -----------
  Add note to docs about pgpointcloud tests


  Commit: 1f94a28bc1de6766b3aa38b0841cc7f04a7c8378
      https://github.com/PDAL/PDAL/commit/1f94a28bc1de6766b3aa38b0841cc7f04a7c8378
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M doc/development/testing.rst

  Log Message:
  -----------
  Merge pull request #1571 from elemoine/pgpointcloud

Add note to docs about pgpointcloud tests


  Commit: 99f8359cd892b220815cfdc7d68ac380b1bd6e57
      https://github.com/PDAL/PDAL/commit/99f8359cd892b220815cfdc7d68ac380b1bd6e57
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M filters/GreedyProjection.cpp
    M filters/GreedyProjection.hpp
    M pdal/Mesh.hpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp

  Log Message:
  -----------
  Hooks for multiple meshes.


  Commit: 05b79909eb00a55f0048d951f396be2275140352
      https://github.com/PDAL/PDAL/commit/05b79909eb00a55f0048d951f396be2275140352
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M filters/MergeFilter.hpp
    M pdal/Filter.hpp

  Log Message:
  -----------
  Remove MultiFilter.


  Commit: 260ad52d275bfde03e90ce5dd182a970a520cf3f
      https://github.com/PDAL/PDAL/commit/260ad52d275bfde03e90ce5dd182a970a520cf3f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M doc/development/testing.rst

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


  Commit: 84b03f6139886f15561ffb2dadd6d7d99bbf1114
      https://github.com/PDAL/PDAL/commit/84b03f6139886f15561ffb2dadd6d7d99bbf1114
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M doc/apps/translate.rst
    M doc/development/testing.rst
    M doc/pipeline.rst
    M doc/stages/filters.outlier.rst
    M doc/stages/filters.pmf.rst
    M doc/stages/writers.gdal.rst
    M doc/workshop/exercises/analysis/denoising/denoise.json
    M doc/workshop/exercises/analysis/denoising/denoising.rst
    M doc/workshop/exercises/analysis/ground/ground-run-ground-only.txt
    M doc/workshop/exercises/analysis/ground/ground.rst
    M doc/workshop/exercises/analysis/ground/translate-run-ground-only.txt
    M filters/MergeFilter.hpp
    M io/GDALGrid.cpp
    M pdal/Filter.hpp
    M pdal/Kernel.cpp
    M pdal/PipelineReaderJSON.cpp
    M pdal/PointView.hpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M pdal/util/ProgramArgs.hpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M test/data/pipeline/options.json.in
    M test/unit/ProgramArgsTest.cpp
    M vendor/arbiter/arbiter.cpp
    M vendor/arbiter/arbiter.hpp

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


  Commit: e9ad7088155aeb26a7b5e6e167aa93d5bd061ce6
      https://github.com/PDAL/PDAL/commit/e9ad7088155aeb26a7b5e6e167aa93d5bd061ce6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M io/PlyWriter.cpp
    M io/PlyWriter.hpp
    A pdal/Mesh.hpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp
    M test/unit/PointViewTest.cpp

  Log Message:
  -----------
  Enhance PLY writer.
Close #1572


  Commit: ecb45e199a82f8a362704a1600a849ea8a1d8423
      https://github.com/PDAL/PDAL/commit/ecb45e199a82f8a362704a1600a849ea8a1d8423
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M doc/stages/filters.splitter.rst
    M filters/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M test/unit/filters/SplitterTest.cpp

  Log Message:
  -----------
  Merge pull request #1569 from gadomski/splitter-buffer

Add a buffer option to the splitter


  Commit: 80284b30c1409120954b1fdadb4ee264ad1dd4dc
      https://github.com/PDAL/PDAL/commit/80284b30c1409120954b1fdadb4ee264ad1dd4dc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M io/PlyWriter.cpp

  Log Message:
  -----------
  Correct index -> id.


  Commit: 196367d550e2f921707a7f79afd2965c3cb8d1c2
      https://github.com/PDAL/PDAL/commit/196367d550e2f921707a7f79afd2965c3cb8d1c2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M doc/stages/filters.splitter.rst
    M filters/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M test/unit/filters/SplitterTest.cpp

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


  Commit: b1fed0114a81596fd49ae6f734ec04183a3fe84a
      https://github.com/PDAL/PDAL/commit/b1fed0114a81596fd49ae6f734ec04183a3fe84a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M filters/GreedyProjection.cpp
    M filters/GreedyProjection.hpp
    M filters/NormalFilter.cpp
    M filters/NormalFilter.hpp
    M io/PlyWriter.cpp
    M io/PlyWriter.hpp
    M pdal/Dimension.json
    M pdal/Mesh.hpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp
    M test/unit/PointViewTest.cpp

  Log Message:
  -----------
  Working greedy projection filter.


  Commit: 7f18283191373c0f939d5c41459a6de4c25aa619
      https://github.com/PDAL/PDAL/commit/7f18283191373c0f939d5c41459a6de4c25aa619
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M doc/stages/filters.splitter.rst
    M filters/SplitterFilter.cpp
    M filters/SplitterFilter.hpp
    M io/PlyWriter.cpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp
    M test/unit/filters/SplitterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/2cd676f77710...7f1828319137


More information about the pdal-commits mailing list