[pdal-commits] [PDAL/PDAL] 441d61: Add class to read/write PCD header w/o PCL
Andrew Bell
noreply at github.com
Thu May 30 10:06:38 PDT 2019
Branch: refs/heads/projfix
Home: https://github.com/PDAL/PDAL
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: b47aee2fb219caa2795bf095921c492e0a7de263
https://github.com/PDAL/PDAL/commit/b47aee2fb219caa2795bf095921c492e0a7de263
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
A doc/stages/filters.mongo.rst
R doc/stages/filters.mongoexpression.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/ColorizationFilter.cpp
M filters/MongoExpressionFilter.cpp
M io/private/EptSupport.cpp
M kernels/PipelineKernel.cpp
M pdal/PipelineReaderJSON.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
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into projfix
Commit: fd3bb6a3f861cba4141c5d17d920ae0351400e45
https://github.com/PDAL/PDAL/commit/fd3bb6a3f861cba4141c5d17d920ae0351400e45
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-05-30 (Thu, 30 May 2019)
Changed paths:
M io/EptReader.cpp
M pdal/GDALUtils.cpp
M pdal/Geometry.cpp
M pdal/SrsTransform.cpp
M pdal/SrsTransform.hpp
M pdal/Stage.hpp
M test/data/filters/ferry.json.in
M test/data/las/lots_of_vlr.las
M test/unit/SpatialReferenceTest.cpp
M test/unit/io/LasReaderTest.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
More PROJ 3 fixes.
Compare: https://github.com/PDAL/PDAL/compare/c29de76d527c...fd3bb6a3f861
More information about the pdal-commits
mailing list