[pdal-commits] [PDAL/PDAL] 33ed30: Documentation fixes (#2770)

Howard Butler noreply at github.com
Fri Oct 4 08:21:02 PDT 2019


  Branch: refs/heads/ogr-filter-options
  Home:   https://github.com/PDAL/PDAL
  Commit: 33ed30374007a94cf9d3295a954a43a32f003865
      https://github.com/PDAL/PDAL/commit/33ed30374007a94cf9d3295a954a43a32f003865
  Author: Jules Robichaud-Gagnon <j.robichaudg at gmail.com>
  Date:   2019-10-01 (Tue, 01 Oct 2019)

  Changed paths:
    M doc/stages/filters.stats.rst
    M doc/stages/writers.tiledb.rst
    M doc/tutorial/reading.rst
    M doc/type-table.csv

  Log Message:
  -----------
  Documentation fixes (#2770)

* Fix incorrect bit counts

* Fix extra space

* Fix incorrect section title

* Fix cross-reference that has to be unique


  Commit: a10d12be688a4d6d48380c14963bd521dd6de121
      https://github.com/PDAL/PDAL/commit/a10d12be688a4d6d48380c14963bd521dd6de121
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-10-02 (Wed, 02 Oct 2019)

  Changed paths:
    M filters/private/pnp/GridPnp.hpp

  Log Message:
  -----------
  Make non-mutating methods in GridPnp const. (#2773)


  Commit: 8b72131fd15cb40072204217fbf1caf451598aa4
      https://github.com/PDAL/PDAL/commit/8b72131fd15cb40072204217fbf1caf451598aa4
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2019-10-02 (Wed, 02 Oct 2019)

  Changed paths:
    M doc/references.rst
    M doc/stages/filters.rst
    A doc/stages/filters.skewnessbalancing.rst
    A filters/SkewnessBalancingFilter.cpp
    A filters/SkewnessBalancingFilter.hpp

  Log Message:
  -----------
  Add Bartels & Wei skewness balancing approach to ground segmentation (#2741)

* Add Bartels & Wei skewness balancing approach to ground segmentation

* Change skewness map to vector


  Commit: 763a668fce27e49651b5a53252eaf7c9518dc5e1
      https://github.com/PDAL/PDAL/commit/763a668fce27e49651b5a53252eaf7c9518dc5e1
  Author: Norman Barker <norman at tiledb.io>
  Date:   2019-10-02 (Wed, 02 Oct 2019)

  Changed paths:

  Log Message:
  -----------
  fixed tiledb writer typo (#2764)


  Commit: b2a0b0ff0bbcd76e8fc0abc41b34a84baa20a670
      https://github.com/PDAL/PDAL/commit/b2a0b0ff0bbcd76e8fc0abc41b34a84baa20a670
  Author: Nicolai Mogensen <nicolaimogensen at outlook.dk>
  Date:   2019-10-03 (Thu, 03 Oct 2019)

  Changed paths:
    M doc/pipeline.rst
    M doc/python.rst
    M doc/stages/filters.chipper.rst
    M doc/stages/filters.merge.rst
    M doc/stages/filters.miniball.rst
    M doc/stages/filters.planefit.rst
    M doc/stages/filters.shell.rst
    M doc/stages/readers.gdal.rst
    M doc/stages/readers.las.rst
    M doc/stages/readers.pgpointcloud.rst
    M doc/stages/writers.bpf.rst
    M doc/stages/writers.e57.rst
    M doc/stages/writers.fbx.rst
    M doc/stages/writers.null.rst

  Log Message:
  -----------
  JSON fixes in documentation codeblocks (#2774)

* fix JSON in pdal.io/python.html

* Fix JSON in pipeline.rst

* Fix JSON in filters.chipper.rst

* more JSON fixes in various .rst files

* more JSON fixes in documentation

* Removing "pipeline" as example is a snippet


  Commit: 8cd353df30dfaa28db342b543b4ae6ea65c941a5
      https://github.com/PDAL/PDAL/commit/8cd353df30dfaa28db342b543b4ae6ea65c941a5
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-10-03 (Thu, 03 Oct 2019)

  Changed paths:
    M io/EptReader.cpp
    M io/EptReader.hpp
    M io/private/EptSupport.hpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  Make EPT reader asynchronous in streaming mode (#2772)

* Make EPT streaming occur asynchronously with a lookahead buffer of nodes.

* Handle zero-point overlaps in streaming EPT reader, for when octree bounds overlap a query but no contained points overlap.

* Respect the threads option for EPT reader streaming.

* Update EPT streaming test, correct usage of the output point layout.

* Remove constness changes unrelated to EPT streaming for PR.

* Add a utility function for near-duplicate code in EPT reader.

* Remove a redundant condition check.

* Use a better setField call for EPT reader streaming rather than transiting every dimension through a double.

* Replace git status coercion.

* Remove a bit of duplication.

* Use a list instead of a map with an unused key for EPT reader streaming buffers.  Add a few missing includes.


  Commit: bfd479c7e0ed461b9b465af28b3d37f0be25a652
      https://github.com/PDAL/PDAL/commit/bfd479c7e0ed461b9b465af28b3d37f0be25a652
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-10-04 (Fri, 04 Oct 2019)

  Changed paths:
    M doc/pipeline.rst
    M doc/python.rst
    M doc/references.rst
    M doc/stages/filters.chipper.rst
    M doc/stages/filters.merge.rst
    M doc/stages/filters.miniball.rst
    M doc/stages/filters.planefit.rst
    M doc/stages/filters.rst
    M doc/stages/filters.shell.rst
    A doc/stages/filters.skewnessbalancing.rst
    M doc/stages/filters.stats.rst
    M doc/stages/readers.gdal.rst
    M doc/stages/readers.las.rst
    M doc/stages/readers.pgpointcloud.rst
    M doc/stages/writers.bpf.rst
    M doc/stages/writers.e57.rst
    M doc/stages/writers.fbx.rst
    M doc/stages/writers.null.rst
    M doc/stages/writers.tiledb.rst
    M doc/tutorial/reading.rst
    M doc/type-table.csv
    A filters/SkewnessBalancingFilter.cpp
    A filters/SkewnessBalancingFilter.hpp
    M filters/private/pnp/GridPnp.hpp
    M io/EptReader.cpp
    M io/EptReader.hpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ogr-filter-options


Compare: https://github.com/PDAL/PDAL/compare/1f9f2eb76581...bfd479c7e0ed


More information about the pdal-commits mailing list