[pdal-commits] [PDAL/PDAL] c38c70: Don't assign PointId's to size_t in test. (#2510)
Andrew Bell
noreply at github.com
Fri May 31 04:52:18 PDT 2019
Branch: refs/heads/issue-2507
Home: https://github.com/PDAL/PDAL
Commit: c38c70d0d596fcc76024a2ce11f098b028c4f0d3
https://github.com/PDAL/PDAL/commit/c38c70d0d596fcc76024a2ce11f098b028c4f0d3
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-10 (Fri, 10 May 2019)
Changed paths:
M pdal/Mesh.hpp
M test/unit/filters/DelaunayFilterTest.cpp
Log Message:
-----------
Don't assign PointId's to size_t in test. (#2510)
(32 bit systems have 32 bit size_t).
Close #2509
Commit: 9e8a65b505fa1a1a97b977d853006b60c11041c0
https://github.com/PDAL/PDAL/commit/9e8a65b505fa1a1a97b977d853006b60c11041c0
Author: Connor Manning <connor at hobu.co>
Date: 2019-05-12 (Sun, 12 May 2019)
Changed paths:
M pdal/Mesh.hpp
Log Message:
-----------
Fix warning: suggest braces around initialization of subobject. (#2512)
Commit: 271f7a37451f7ff0792a72b15abff716133734c1
https://github.com/PDAL/PDAL/commit/271f7a37451f7ff0792a72b15abff716133734c1
Author: Connor Manning <connor at hobu.co>
Date: 2019-05-12 (Sun, 12 May 2019)
Changed paths:
M pdal/SrsBounds.cpp
Log Message:
-----------
Don't cast away const for SrsBounds ostreaming. (#2511)
Commit: b88c0390fcd99a79e002faaa50e692c9a1f21049
https://github.com/PDAL/PDAL/commit/b88c0390fcd99a79e002faaa50e692c9a1f21049
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-05-14 (Tue, 14 May 2019)
Changed paths:
M doc/quickstart.rst
Log Message:
-----------
Fix the broken Conda links (#2514)
Commit: f99564b6fb9a4b66b47cd8f301f39bbeb534d92c
https://github.com/PDAL/PDAL/commit/f99564b6fb9a4b66b47cd8f301f39bbeb534d92c
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M doc/references.rst
R doc/stages/filters.mongus.rst
M doc/stages/filters.rst
R filters/MongusFilter.cpp
R filters/MongusFilter.hpp
Log Message:
-----------
Remove Mongus filter and all references (#2516)
* Remove Mongus filter and all references
* One more Mongus ref to be removed
Commit: 7f49aaefed883a380b1a0cee8bee8235fd61c94b
https://github.com/PDAL/PDAL/commit/7f49aaefed883a380b1a0cee8bee8235fd61c94b
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-05-16 (Thu, 16 May 2019)
Changed paths:
R doc/stages/filters.kdistance.rst
M doc/stages/filters.rst
R filters/KDistanceFilter.cpp
R filters/KDistanceFilter.hpp
Log Message:
-----------
Remove KDistance filter and references, replaced by NNDistance (#2518)
Commit: 416f99516221925d250956f30e57774b90ef5539
https://github.com/PDAL/PDAL/commit/416f99516221925d250956f30e57774b90ef5539
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-05-16 (Thu, 16 May 2019)
Changed paths:
M filters/ApproximateCoplanarFilter.cpp
M filters/CovarianceFeaturesFilter.cpp
M filters/EigenvaluesFilter.cpp
M filters/GreedyProjection.cpp
M filters/NormalFilter.cpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
Log Message:
-----------
Shift to using double precision Eigen vectors and matrices (#2519)
Commit: 305f56c9fc5bf3b037693f450ba1d72aaf135e24
https://github.com/PDAL/PDAL/commit/305f56c9fc5bf3b037693f450ba1d72aaf135e24
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-05-16 (Thu, 16 May 2019)
Changed paths:
M doc/stages/filters.rst
Log Message:
-----------
Add covariancefeatures to the main filters documentation (#2517)
Commit: 441d616ba9160898d3830ebc4638a80fc22429d7
https://github.com/PDAL/PDAL/commit/441d616ba9160898d3830ebc4638a80fc22429d7
Author: Kirk McKelvey <kmckelvey at extensis.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M plugins/pcl/CMakeLists.txt
A plugins/pcl/io/PcdHeader.cpp
A plugins/pcl/io/PcdHeader.hpp
M plugins/pcl/io/PcdReader.cpp
M plugins/pcl/io/PcdReader.hpp
Log Message:
-----------
Add class to read/write PCD header w/o PCL
Commit: c3cde59853d3d4f272880df86b0707c4cd51dac1
https://github.com/PDAL/PDAL/commit/c3cde59853d3d4f272880df86b0707c4cd51dac1
Author: Jim Klassen <klassen.js at gmail.com>
Date: 2019-05-20 (Mon, 20 May 2019)
Changed paths:
A doc/stages/readers.e57.rst
A doc/stages/writers.e57.rst
M plugins/e57/io/Utils.cpp
Log Message:
-----------
E57 fixes (#2530)
* E57: Keep track of cartesianInvalidState dimension.
Map cartesianInvalidState to pdal::Dimension::Id::Omit. Allows
filtering out invalid points later in the pipeline.
Also map nor:normal[XYZ] to pdal::Dimension::Id::Normal[XYZ].
* E57: Add reader/writer stage documentation.
Commit: 61f8f177635e732802b7bf53b844b831003ca236
https://github.com/PDAL/PDAL/commit/61f8f177635e732802b7bf53b844b831003ca236
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-20 (Mon, 20 May 2019)
Changed paths:
A doc/stages/filters.mongo.rst
R doc/stages/filters.mongoexpression.rst
M doc/stages/filters.rst
M filters/MongoExpressionFilter.cpp
Log Message:
-----------
Correct filter naming. (#2535)
Close #2534
Commit: 46d78ddabeb627a665c43d8bfb88914afdd3d8df
https://github.com/PDAL/PDAL/commit/46d78ddabeb627a665c43d8bfb88914afdd3d8df
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-20 (Mon, 20 May 2019)
Changed paths:
M filters/ColorizationFilter.cpp
Log Message:
-----------
Clear band list in initialize(). (#2521)
Commit: e1c9f3472af95338abef0cae8edc70c09dad4df1
https://github.com/PDAL/PDAL/commit/e1c9f3472af95338abef0cae8edc70c09dad4df1
Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
Date: 2019-05-20 (Mon, 20 May 2019)
Changed paths:
M io/private/EptSupport.cpp
Log Message:
-----------
Deal with empty srs in ept.json (#2523)
Commit: d4157a8abd0330285123f70a5fc3974441567ce4
https://github.com/PDAL/PDAL/commit/d4157a8abd0330285123f70a5fc3974441567ce4
Author: chambbj <brad.chambers at gmail.com>
Date: 2019-05-20 (Mon, 20 May 2019)
Changed paths:
M pdal/util/Utils.cpp
M test/unit/UtilsTest.cpp
Log Message:
-----------
Remove the remove_if block that gobbled newlines in escapeJSON (#2525)
Commit: bb04dd7369dfff23855805e2125af4f35984bf8f
https://github.com/PDAL/PDAL/commit/bb04dd7369dfff23855805e2125af4f35984bf8f
Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
Date: 2019-05-20 (Mon, 20 May 2019)
Changed paths:
M pdal/PipelineReaderJSON.cpp
A test/data/pipeline/ept_addon.json.in
M test/unit/PipelineManagerTest.cpp
Log Message:
-----------
Pipeline reader parses objects properly (#2531)
Commit: 71a0bdcc8d9c3d716bbf2d21417953c1d32ddf77
https://github.com/PDAL/PDAL/commit/71a0bdcc8d9c3d716bbf2d21417953c1d32ddf77
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-20 (Mon, 20 May 2019)
Changed paths:
M kernels/PipelineKernel.cpp
M test/unit/PipelineManagerTest.cpp
Log Message:
-----------
Test objects in pipeline with --validate.
Commit: 489fb204f57ab746e199aa3b89d3aa5b4f4f40f6
https://github.com/PDAL/PDAL/commit/489fb204f57ab746e199aa3b89d3aa5b4f4f40f6
Author: Stefan <github at fry.fastmail.com>
Date: 2019-05-22 (Wed, 22 May 2019)
Changed paths:
M doc/stages/readers.ept.rst
M doc/stages/writers.sbet.rst
Log Message:
-----------
Fix doc typo and dead URL (#2539)
* Fix doc typo in writers.sbet
* Fix doc URL in readers.ept
Commit: 6ec7a58b87704c47fcf6a37f8fdfc1b648a340c9
https://github.com/PDAL/PDAL/commit/6ec7a58b87704c47fcf6a37f8fdfc1b648a340c9
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
M io/LasReader.cpp
M io/LasWriter.cpp
M test/unit/io/LasReaderTest.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Read data from the metadata child "data" rather than the VLR node's data (#2543)
for forwarded VLRs.
Commit: 96119a00188ed16b9bab0b6831fd74d3bb4313f7
https://github.com/PDAL/PDAL/commit/96119a00188ed16b9bab0b6831fd74d3bb4313f7
Author: Kyle Mann <39525199+kylemann16 at users.noreply.github.com>
Date: 2019-05-30 (Thu, 30 May 2019)
Changed paths:
M io/private/EptSupport.cpp
Log Message:
-----------
Change json lookups to m_info.at(key) (#2547)
Commit: 110e7aedc349b2de9180868af466ac0e230cb3b8
https://github.com/PDAL/PDAL/commit/110e7aedc349b2de9180868af466ac0e230cb3b8
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-30 (Thu, 30 May 2019)
Changed paths:
M doc/quickstart.rst
M doc/references.rst
R doc/stages/filters.kdistance.rst
A doc/stages/filters.mongo.rst
R doc/stages/filters.mongoexpression.rst
R doc/stages/filters.mongus.rst
M doc/stages/filters.rst
A doc/stages/readers.e57.rst
M doc/stages/readers.ept.rst
A doc/stages/writers.e57.rst
M doc/stages/writers.sbet.rst
M filters/ApproximateCoplanarFilter.cpp
M filters/ColorizationFilter.cpp
M filters/CovarianceFeaturesFilter.cpp
M filters/EigenvaluesFilter.cpp
M filters/GreedyProjection.cpp
R filters/KDistanceFilter.cpp
R filters/KDistanceFilter.hpp
M filters/MongoExpressionFilter.cpp
R filters/MongusFilter.cpp
R filters/MongusFilter.hpp
M filters/NormalFilter.cpp
M io/LasReader.cpp
M io/LasWriter.cpp
M io/private/EptSupport.cpp
M kernels/PipelineKernel.cpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M pdal/Mesh.hpp
M pdal/PipelineReaderJSON.cpp
M pdal/SrsBounds.cpp
M pdal/util/Utils.cpp
M plugins/e57/io/Utils.cpp
M plugins/pcl/CMakeLists.txt
A plugins/pcl/io/PcdHeader.cpp
A plugins/pcl/io/PcdHeader.hpp
M plugins/pcl/io/PcdReader.cpp
M plugins/pcl/io/PcdReader.hpp
A test/data/pipeline/ept_addon.json.in
M test/unit/PipelineManagerTest.cpp
M test/unit/UtilsTest.cpp
M test/unit/filters/DelaunayFilterTest.cpp
M test/unit/io/LasReaderTest.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-2507
Commit: f381ea9083b05bcb19c87cb96219704208f05137
https://github.com/PDAL/PDAL/commit/f381ea9083b05bcb19c87cb96219704208f05137
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-31 (Fri, 31 May 2019)
Changed paths:
M filters/private/hexer/Path.cpp
Log Message:
-----------
Spelling fix.
Commit: dfa792bd6eb1b30c1f5e75344e9e209880e88125
https://github.com/PDAL/PDAL/commit/dfa792bd6eb1b30c1f5e75344e9e209880e88125
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-31 (Fri, 31 May 2019)
Changed paths:
M cmake/policies.cmake
M cmake/unix_compiler_options.cmake
M dimbuilder/DimBuilder.cpp
M filters/private/Point.hpp
M filters/private/hexer/HexGrid.hpp
M io/EptReader.cpp
M plugins/e57/io/E57Reader.cpp
M plugins/icebridge/io/Hdf5Handler.hpp
M plugins/icebridge/test/IcebridgeReaderTest.cpp
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/issue-2507' into issue-2507
Commit: 1dd063345c673d1fb738d5687a51a15dd31b3761
https://github.com/PDAL/PDAL/commit/1dd063345c673d1fb738d5687a51a15dd31b3761
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-31 (Fri, 31 May 2019)
Changed paths:
M cmake/unix_compiler_options.cmake
Log Message:
-----------
Remove werror.
Compare: https://github.com/PDAL/PDAL/compare/0c62ab0d3c25...1dd063345c67
More information about the pdal-commits
mailing list