[pdal-commits] [PDAL/PDAL] 33ed30: Documentation fixes (#2770)
Connor Manning
noreply at github.com
Mon Oct 14 11:14:22 PDT 2019
Branch: refs/heads/ept-zstandard-updates
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: 531b21c614139495d4f1b62e90322b724a5f80df
https://github.com/PDAL/PDAL/commit/531b21c614139495d4f1b62e90322b724a5f80df
Author: Howard Butler <howard at hobu.co>
Date: 2019-10-07 (Mon, 07 Oct 2019)
Changed paths:
M io/EptReader.cpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/Geometry.hpp
M pdal/Polygon.cpp
M pdal/SpatialReference.hpp
M scripts/conda/osx.sh
A test/data/autzen/autzen-attribute-cropped.las
M test/data/ept/1.2-with-color/ept.json
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Support filtering EPT by OGR datasources (#2771)
* initial implementation of OGR filtering with an 'ogr' json block for readers.ept
* remove lint
* remove more lint
* 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.
* hammer CFLAGS and CXXFLAGS due to conda injecting them
* support driver specification and openoptions
* Update EPT streaming test, correct usage of the output point layout.
* Remove constness changes unrelated to EPT streaming for PR.
* simplify filtering with OGR
* initialize m_queryGrids in initialize()
* add test of OGR filtering
* clean up ctors that are not needed
Commit: 1806d35d918d3c54d8f5f61751b72dc212efc332
https://github.com/PDAL/PDAL/commit/1806d35d918d3c54d8f5f61751b72dc212efc332
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-10-07 (Mon, 07 Oct 2019)
Changed paths:
M io/EptReader.cpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/Geometry.cpp
M pdal/Geometry.hpp
M pdal/Polygon.cpp
M pdal/Polygon.hpp
Log Message:
-----------
Remove OGR code for EPT (#2777)
* Remove OGR code for EPT
* Consolidate code.
Commit: 2033fdd8dcbd54551a8e1646939155590d277888
https://github.com/PDAL/PDAL/commit/2033fdd8dcbd54551a8e1646939155590d277888
Author: Howard Butler <howard at hobu.co>
Date: 2019-10-07 (Mon, 07 Oct 2019)
Changed paths:
M doc/stages/filters.hexbin.rst
M filters/HexBinFilter.cpp
M filters/HexBinFilter.hpp
M pdal/Polygon.cpp
M pdal/Polygon.hpp
Log Message:
-----------
Support simplification without topology (#2776)
* support simplification without preserving topology in pdal::Polygon and reflect in filters.hexbin
* add missing m_preserve_topology call in simplify
Commit: efcc6f49153aab0fcbbcf7b1e452f6de4aee4aa3
https://github.com/PDAL/PDAL/commit/efcc6f49153aab0fcbbcf7b1e452f6de4aee4aa3
Author: Connor Manning <connor at hobu.co>
Date: 2019-10-14 (Mon, 14 Oct 2019)
Changed paths:
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Add zstandard stream test.
Commit: 32fccfa3741f813e9f2da31bc2894d261c133df1
https://github.com/PDAL/PDAL/commit/32fccfa3741f813e9f2da31bc2894d261c133df1
Author: Connor Manning <connor at hobu.co>
Date: 2019-10-14 (Mon, 14 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.hexbin.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
M filters/HexBinFilter.cpp
M filters/HexBinFilter.hpp
A filters/SkewnessBalancingFilter.cpp
A filters/SkewnessBalancingFilter.hpp
M filters/private/pnp/GridPnp.hpp
M io/EptReader.cpp
M io/EptReader.hpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/Geometry.cpp
M pdal/Geometry.hpp
M pdal/Polygon.cpp
M pdal/Polygon.hpp
M pdal/SpatialReference.hpp
M scripts/conda/osx.sh
A test/data/autzen/autzen-attribute-cropped.las
M test/data/ept/1.2-with-color/ept.json
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Merge branch 'master' into ept-zstandard-updates
Compare: https://github.com/PDAL/PDAL/compare/35fdf8cf7786...32fccfa3741f
More information about the pdal-commits
mailing list