[pdal-commits] [PDAL/PDAL] 299623: Don't create files for empty views when writing te...
GitHub
noreply at github.com
Fri Mar 23 13:36:20 PDT 2018
Branch: refs/heads/mbio
Home: https://github.com/PDAL/PDAL
Commit: 299623f2068b0d35712be8f9f21556f4fe61cb5f
https://github.com/PDAL/PDAL/commit/299623f2068b0d35712be8f9f21556f4fe61cb5f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths:
M pdal/FlexWriter.hpp
Log Message:
-----------
Don't create files for empty views when writing template-based files. (#1865)
Commit: 0d310ba03ffb7b9d17fb405cb9cf8aafeb02e6ee
https://github.com/PDAL/PDAL/commit/0d310ba03ffb7b9d17fb405cb9cf8aafeb02e6ee
Author: Howard Butler <howard at hobu.co>
Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths:
M cmake/laszip.cmake
M cmake/modules/FindLASzip.cmake
Log Message:
-----------
use laszip3 as the windows dll package to find for LASzip and allow 3.1+ for the version
Commit: 7f52787a879076de0e552b60f8b4a10f1747f643
https://github.com/PDAL/PDAL/commit/7f52787a879076de0e552b60f8b4a10f1747f643
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths:
M plugins/nitf/io/tre_plugins.hpp
Log Message:
-----------
More warning suppression
Commit: 66161311563c1947a492949bdcf0d1a235e0b9f7
https://github.com/PDAL/PDAL/commit/66161311563c1947a492949bdcf0d1a235e0b9f7
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths:
M io/TextReader.cpp
Log Message:
-----------
Make sure line is initialized to 0.
Commit: 62e6406254917b9b876c731a6178009fb38270e0
https://github.com/PDAL/PDAL/commit/62e6406254917b9b876c731a6178009fb38270e0
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2018-03-22 (Thu, 22 Mar 2018)
Changed paths:
R doc/stages/filters.computerange.rst
R filters/ComputeRangeFilter.cpp
R filters/ComputeRangeFilter.hpp
M test/unit/CMakeLists.txt
R test/unit/filters/ComputeRangeFilterTest.cpp
Log Message:
-----------
Remove the ComputeRange filter
Commit: d73509730858bccc00cd95d2d2a689971e48591e
https://github.com/PDAL/PDAL/commit/d73509730858bccc00cd95d2d2a689971e48591e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths:
M doc/stages/writers.text.rst
M io/TextWriter.cpp
M io/TextWriter.hpp
M test/unit/io/TextWriterTest.cpp
Log Message:
-----------
Add support for individual dimension precisions.
Close #1869
Commit: 837ba6aef3a46b15e70826acb03eb15a02410451
https://github.com/PDAL/PDAL/commit/837ba6aef3a46b15e70826acb03eb15a02410451
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths:
M doc/stages/writers.text.rst
M io/TextWriter.cpp
M io/TextWriter.hpp
M test/unit/io/TextWriterTest.cpp
Log Message:
-----------
Add support for individual dimension precisions.
Close #1869
Commit: a526df59a9ffa1cc9add0b2e5d872f575c27c6db
https://github.com/PDAL/PDAL/commit/a526df59a9ffa1cc9add0b2e5d872f575c27c6db
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths:
M cmake/laszip.cmake
M cmake/modules/FindLASzip.cmake
R doc/stages/filters.computerange.rst
R filters/ComputeRangeFilter.cpp
R filters/ComputeRangeFilter.hpp
M io/TextReader.cpp
M pdal/FlexWriter.hpp
M plugins/nitf/io/tre_plugins.hpp
M test/unit/CMakeLists.txt
R test/unit/filters/ComputeRangeFilterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: ebd9f807584ce2ef2bbc72e5c6b620f84e478c36
https://github.com/PDAL/PDAL/commit/ebd9f807584ce2ef2bbc72e5c6b620f84e478c36
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths:
M kernels/TranslateKernel.cpp
Log Message:
-----------
Allow pdal translate to stream.
Commit: 3b681d150e294d04db4c1650edfb330764d702cd
https://github.com/PDAL/PDAL/commit/3b681d150e294d04db4c1650edfb330764d702cd
Author: Howard Butler <howard at hobu.co>
Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths:
M pdal/PluginManager.hpp
Log Message:
-----------
fix #1872 -- need to include <functional> for some compilers
Commit: fb90efc3d955627ecd39a3778eb892e9cba7cef3
https://github.com/PDAL/PDAL/commit/fb90efc3d955627ecd39a3778eb892e9cba7cef3
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths:
M cmake/laszip.cmake
M cmake/modules/FindLASzip.cmake
R doc/stages/filters.computerange.rst
R filters/ComputeRangeFilter.cpp
R filters/ComputeRangeFilter.hpp
M io/TextReader.cpp
M kernels/TranslateKernel.cpp
M pdal/FlexWriter.hpp
M pdal/PluginManager.hpp
M plugins/nitf/io/tre_plugins.hpp
M test/unit/CMakeLists.txt
R test/unit/filters/ComputeRangeFilterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into mbio
Compare: https://github.com/PDAL/PDAL/compare/783f1a3b56c6...fb90efc3d955
More information about the pdal-commits
mailing list