[pdal-commits] [PDAL/PDAL] 50e36c: readers.mbio scaffolding
GitHub
noreply at github.com
Mon Mar 13 09:21:40 PDT 2017
Branch: refs/tags/docker-master
Home: https://github.com/PDAL/PDAL
Commit: 50e36cab92c67ce0e7064cc7bf05adcdc42fd61e
https://github.com/PDAL/PDAL/commit/50e36cab92c67ce0e7064cc7bf05adcdc42fd61e
Author: Howard Butler <howard at hobu.co>
Date: 2017-01-19 (Thu, 19 Jan 2017)
Changed paths:
M cmake/examples/hobu-config.sh
A cmake/modules/FindMBSystem.cmake
M plugins/CMakeLists.txt
A plugins/mbio/CMakeLists.txt
A plugins/mbio/io/MBSystemReader.cpp
A plugins/mbio/io/MBSystemReader.hpp
A plugins/mbio/test/MBSystemTest.cpp
Log Message:
-----------
readers.mbio scaffolding
Commit: 341116619a2e9e4da5f4ed39233c59ad9ab89ff6
https://github.com/PDAL/PDAL/commit/341116619a2e9e4da5f4ed39233c59ad9ab89ff6
Author: Grigory Pomadchin <gr.pomadchin at gmail.com>
Date: 2017-02-08 (Wed, 08 Feb 2017)
Changed paths:
M io/BpfCompressor.hpp
Log Message:
-----------
missing include
Commit: 43b20485f4aa237aee0dc73a4c6c8a3165135575
https://github.com/PDAL/PDAL/commit/43b20485f4aa237aee0dc73a4c6c8a3165135575
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2017-02-10 (Fri, 10 Feb 2017)
Changed paths:
M filters/RangeFilter.cpp
M filters/private/Range.cpp
Log Message:
-----------
Range default lower bounds should use lowest, not min
Commit: 195ecaf723a94506c216f9ca680ea2559a4d5eee
https://github.com/PDAL/PDAL/commit/195ecaf723a94506c216f9ca680ea2559a4d5eee
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-10 (Fri, 10 Feb 2017)
Changed paths:
M filters/RangeFilter.cpp
M filters/private/Range.cpp
M filters/private/Range.hpp
Log Message:
-----------
Break apart range parsing.
Commit: 6e9ff26e52e30f1d7fcd5d6888abfcd9e0889419
https://github.com/PDAL/PDAL/commit/6e9ff26e52e30f1d7fcd5d6888abfcd9e0889419
Author: Howard Butler <howard at hobu.co>
Date: 2017-02-11 (Sat, 11 Feb 2017)
Changed paths:
M apps/pdal.cpp
M cmake/options.cmake
M doc/apps/pipeline.rst
M doc/doxygen/doxygen.conf
M doc/stages/writers.gdal.rst
M doc/stages/writers.las.rst
M filters/ApproximateCoplanarFilter.cpp
M filters/AssignFilter.cpp
M filters/ColorinterpFilter.cpp
M filters/ColorizationFilter.cpp
M filters/ComputeRangeFilter.cpp
M filters/CropFilter.cpp
M filters/CropFilter.hpp
M filters/DividerFilter.cpp
M filters/EigenvaluesFilter.cpp
M filters/FerryFilter.cpp
M filters/GroupByFilter.cpp
M filters/HAGFilter.cpp
M filters/IQRFilter.cpp
M filters/LocateFilter.cpp
M filters/MADFilter.cpp
M filters/NormalFilter.cpp
M filters/OverlayFilter.cpp
M filters/RangeFilter.cpp
M filters/RangeFilter.hpp
M filters/ReprojectionFilter.cpp
M filters/SMRFilter.cpp
M filters/StatsFilter.cpp
M filters/TransformationFilter.cpp
A filters/private/Range.cpp
A filters/private/Range.hpp
M io/BpfCompressor.cpp
M io/BpfCompressor.hpp
M io/BpfHeader.cpp
M io/BpfHeader.hpp
M io/BpfReader.cpp
M io/BpfWriter.cpp
M io/DerivativeWriter.cpp
M io/DerivativeWriter.hpp
M io/FauxReader.cpp
M io/GDALGrid.cpp
M io/GDALGrid.hpp
M io/GDALReader.cpp
M io/GDALWriter.cpp
M io/GDALWriter.hpp
M io/GeotiffSupport.cpp
M io/GeotiffSupport.hpp
M io/Ilvis2MetadataReader.cpp
M io/Ilvis2MetadataReader.hpp
M io/Ilvis2Reader.cpp
M io/Ilvis2Reader.hpp
M io/LasHeader.cpp
M io/LasHeader.hpp
M io/LasReader.cpp
M io/LasSummaryData.cpp
M io/LasSummaryData.hpp
M io/LasUtils.cpp
M io/LasUtils.hpp
M io/LasWriter.cpp
M io/LasZipPoint.cpp
M io/LasZipPoint.hpp
M io/OptechCommon.hpp
M io/OptechReader.cpp
M io/PlyReader.cpp
M io/PlyReader.hpp
M io/PlyWriter.cpp
M io/PlyWriter.hpp
M io/PtsReader.cpp
M io/QfitReader.cpp
M io/QfitReader.hpp
M io/SbetReader.cpp
M io/TIndexReader.cpp
M io/TerrasolidReader.cpp
M io/TerrasolidReader.hpp
M io/TextReader.cpp
M io/TextReader.hpp
M io/TextWriter.cpp
M kernels/InfoKernel.cpp
M kernels/PipelineKernel.cpp
M kernels/PipelineKernel.hpp
M kernels/TranslateKernel.cpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M pdal/Kernel.cpp
M pdal/Kernel.hpp
M pdal/Log.cpp
M pdal/Log.hpp
M pdal/Options.cpp
M pdal/Options.hpp
M pdal/PipelineManager.cpp
M pdal/PipelineManager.hpp
M pdal/PipelineReaderJSON.cpp
M pdal/PipelineReaderXML.cpp
M pdal/PipelineWriter.cpp
M pdal/Stage.cpp
M pdal/Stage.hpp
M pdal/private/PipelineReaderXML.hpp
M pdal/util/Bounds.cpp
M pdal/util/Bounds.hpp
A pdal/util/NullOStream.hpp
M plugins/cpd/CMakeLists.txt
R plugins/cpd/kernel/Cpd.cpp
R plugins/cpd/kernel/Cpd.hpp
A plugins/cpd/kernel/CpdKernel.cpp
A plugins/cpd/kernel/CpdKernel.hpp
R plugins/cpd/test/CpdKernelTest.cpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/hexbin/kernel/DensityKernel.cpp
M plugins/hexbin/kernel/DensityKernel.hpp
M plugins/icebridge/io/Hdf5Handler.cpp
M plugins/icebridge/io/Hdf5Handler.hpp
M plugins/icebridge/io/IcebridgeReader.cpp
M plugins/matlab/io/MatlabWriter.cpp
M plugins/mrsid/io/MrsidReader.cpp
M plugins/nitf/io/MetadataReader.cpp
M plugins/nitf/io/MetadataReader.hpp
M plugins/nitf/io/NitfFileReader.cpp
M plugins/nitf/io/NitfFileReader.hpp
M plugins/nitf/io/NitfFileWriter.cpp
M plugins/nitf/io/NitfFileWriter.hpp
M plugins/nitf/io/NitfReader.cpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/oci/io/OciCommon.cpp
M plugins/oci/io/OciCommon.hpp
M plugins/oci/io/OciReader.cpp
M plugins/oci/io/OciWriter.cpp
M plugins/pcl/filters/PCLBlock.cpp
M plugins/pgpointcloud/io/PgReader.cpp
M plugins/pgpointcloud/io/PgWriter.cpp
M plugins/python/filters/PredicateFilter.cpp
M plugins/sqlite/io/SQLiteReader.cpp
M plugins/sqlite/io/SQLiteWriter.cpp
M python/README.rst
M scripts/docker/dependencies/Dockerfile
A test/data/gdal/grid2.txt
R test/data/logs/logtest_1.txt
R test/data/logs/logtest_123.txt
R test/data/logs/logtest_2.txt
R test/data/logs/logtest_3.txt
A test/data/logs/t1
A test/data/pipeline/options.json.in
A test/data/text/.gitattributes
A test/data/text/crlf_test.txt
M test/unit/CMakeLists.txt
M test/unit/EigenTest.cpp
M test/unit/KernelTest.cpp
M test/unit/LogTest.cpp
M test/unit/apps/AppTest.cpp
M test/unit/apps/RandomTest.cpp
R test/unit/apps/pcpipelineTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
M test/unit/io/GDALWriterTest.cpp
M test/unit/io/Ilvis2ReaderWithMDReaderTest.cpp
M test/unit/io/TextReaderTest.cpp
M tools/nitfwrap/NitfWrap.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into mbio-reader
Commit: 8342abdf98ab81877aa905ae1ccbc77c73f4c6f3
https://github.com/PDAL/PDAL/commit/8342abdf98ab81877aa905ae1ccbc77c73f4c6f3
Author: chambbj <brad.chambers at gmail.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M filters/RangeFilter.cpp
M filters/private/Range.cpp
Log Message:
-----------
Merge pull request #1491 from PDAL/range-filter-lower-bound-fix
Range filter default lower bounds should use lowest, not min
Commit: 5c155e99c275974b57a500712f8010e89bb66199
https://github.com/PDAL/PDAL/commit/5c155e99c275974b57a500712f8010e89bb66199
Author: Howard Butler <howard at hobu.co>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M filters/RangeFilter.cpp
M filters/private/Range.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into mbio-reader
Commit: aa0716532c6cf8676e4e55e4f0142149d1e382b8
https://github.com/PDAL/PDAL/commit/aa0716532c6cf8676e4e55e4f0142149d1e382b8
Author: Connor Manning <connormanning at users.noreply.github.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
Changed paths:
M io/BpfCompressor.hpp
Log Message:
-----------
Merge pull request #1489 from pomadchin/fix/stdexcept
Fix missing include
Commit: 2c2ba00e102c35904b7830807b063404e15bd1f8
https://github.com/PDAL/PDAL/commit/2c2ba00e102c35904b7830807b063404e15bd1f8
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M pdal/EigenUtils.cpp
Log Message:
-----------
Initialize max matrix to NaN, only update values if we have data
Commit: 29de700e73c2273bd35bdc4e02047281c32e5e26
https://github.com/PDAL/PDAL/commit/29de700e73c2273bd35bdc4e02047281c32e5e26
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M kernels/InfoKernel.cpp
M pdal/Log.cpp
Log Message:
-----------
Log warning if the user tries to display points that don't exist.
Close #1495
Commit: b61d650572c6dfbbb400acf28fc57e3eafbf7122
https://github.com/PDAL/PDAL/commit/b61d650572c6dfbbb400acf28fc57e3eafbf7122
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M doc/stages/filters.assign.rst
M filters/AssignFilter.cpp
M filters/AssignFilter.hpp
M filters/RangeFilter.cpp
M filters/RangeFilter.hpp
A filters/private/DimRange.cpp
A filters/private/DimRange.hpp
R filters/private/Range.cpp
R filters/private/Range.hpp
M test/data/pipeline/assign.json.in
M test/data/pipeline/options.json.in
M test/unit/apps/pcpipelineTestJSON.cpp
M test/unit/filters/AssignFilterTest.cpp
Log Message:
-----------
Enhance filters.assign with range-based filtering of value assignment.
Close #1468
Commit: 858361915bf9c5384d3a56e2f908f57ad5cb90b9
https://github.com/PDAL/PDAL/commit/858361915bf9c5384d3a56e2f908f57ad5cb90b9
Author: chambbj <brad.chambers at gmail.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M pdal/EigenUtils.cpp
Log Message:
-----------
Merge pull request #1494 from PDAL/derivative-work
Initialize max matrix to NaN, only update values if we have data
Commit: 0dc234dafa7ed304a979a5ceea6d7ca009035bad
https://github.com/PDAL/PDAL/commit/0dc234dafa7ed304a979a5ceea6d7ca009035bad
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M kernels/PipelineKernel.cpp
M kernels/PipelineKernel.hpp
M pdal/PDALUtils.hpp
Log Message:
-----------
Add support for metadata output.
Close #1414
Commit: 9df1dd7695d0f702dc8d87674640088287771f25
https://github.com/PDAL/PDAL/commit/9df1dd7695d0f702dc8d87674640088287771f25
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M doc/apps/pipeline.rst
Log Message:
-----------
Add --metadata option to doc.
Commit: 5e04355d8516888e52eca20db7899dde7a29b573
https://github.com/PDAL/PDAL/commit/5e04355d8516888e52eca20db7899dde7a29b573
Author: Connor Manning <connor at hobu.co>
Date: 2017-02-15 (Wed, 15 Feb 2017)
Changed paths:
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Add include. Should fix #1484.
Commit: a65060b7437d7b93240d917d8943a4d013138a02
https://github.com/PDAL/PDAL/commit/a65060b7437d7b93240d917d8943a4d013138a02
Author: Connor Manning <connor at hobu.co>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M cmake/curl.cmake
M plugins/greyhound/CMakeLists.txt
M plugins/greyhound/test/GreyhoundReaderTest.cpp
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Update arbiter bundle for optional Curl and EC2 instance-profile auth.
Commit: adde2eaaaa960ecb1fd1c8ecd8a64590ce6cd0c2
https://github.com/PDAL/PDAL/commit/adde2eaaaa960ecb1fd1c8ecd8a64590ce6cd0c2
Author: Connor Manning <connor at hobu.co>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M plugins/greyhound/test/GreyhoundReaderTest.cpp
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Update arbiter bundle removing an overzealous throw.
Commit: fbee535ffbae34a95da73c39de3ad842b06311e4
https://github.com/PDAL/PDAL/commit/fbee535ffbae34a95da73c39de3ad842b06311e4
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M plugins/mbio/io/MBSystemReader.cpp
Log Message:
-----------
First cut.
Commit: cf1d7db5746208243c668855cc012d9f1ffdf21a
https://github.com/PDAL/PDAL/commit/cf1d7db5746208243c668855cc012d9f1ffdf21a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M cmake/curl.cmake
M doc/apps/pipeline.rst
M filters/RangeFilter.cpp
M io/BpfCompressor.hpp
M io/DerivativeWriter.cpp
M io/DerivativeWriter.hpp
M kernels/InfoKernel.cpp
M kernels/PipelineKernel.cpp
M kernels/PipelineKernel.hpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M pdal/Log.cpp
M pdal/PDALUtils.hpp
M plugins/greyhound/CMakeLists.txt
M plugins/greyhound/test/GreyhoundReaderTest.cpp
M test/unit/EigenTest.cpp
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into assign
Commit: d4bd34f53770d14117434ef91b6a18ef42d0d28c
https://github.com/PDAL/PDAL/commit/d4bd34f53770d14117434ef91b6a18ef42d0d28c
Author: Connor Manning <connor at hobu.co>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Update arbiter bundle for opt-in instance profiles and multi-S3 configurability.
Commit: 47da5c221574627f9bf8a88c33bd3cc2c6c307e0
https://github.com/PDAL/PDAL/commit/47da5c221574627f9bf8a88c33bd3cc2c6c307e0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-21 (Tue, 21 Feb 2017)
Changed paths:
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into assign
Commit: 04be34d1be912f5cc6dc4853763262c782db3b2b
https://github.com/PDAL/PDAL/commit/04be34d1be912f5cc6dc4853763262c782db3b2b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-22 (Wed, 22 Feb 2017)
Changed paths:
M cmake/curl.cmake
M doc/apps/pipeline.rst
M doc/stages/filters.assign.rst
M filters/AssignFilter.cpp
M filters/AssignFilter.hpp
M filters/RangeFilter.cpp
M filters/RangeFilter.hpp
A filters/private/DimRange.cpp
A filters/private/DimRange.hpp
R filters/private/Range.cpp
R filters/private/Range.hpp
M io/BpfCompressor.hpp
M kernels/InfoKernel.cpp
M kernels/PipelineKernel.cpp
M kernels/PipelineKernel.hpp
M pdal/EigenUtils.cpp
M pdal/Log.cpp
M pdal/PDALUtils.hpp
M plugins/greyhound/CMakeLists.txt
M plugins/greyhound/test/GreyhoundReaderTest.cpp
M test/data/pipeline/assign.json.in
M test/data/pipeline/options.json.in
M test/unit/apps/pcpipelineTestJSON.cpp
M test/unit/filters/AssignFilterTest.cpp
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into mbio
Commit: b09ecbf4666eab066123b910cdc379d0e06dd2f5
https://github.com/PDAL/PDAL/commit/b09ecbf4666eab066123b910cdc379d0e06dd2f5
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-22 (Wed, 22 Feb 2017)
Changed paths:
M pdal/SpatialReference.cpp
Log Message:
-----------
Check return code on OSRNewSpatialReference.
Close #1501
Commit: 92324e452d9845369720888d82a48b9bf395c564
https://github.com/PDAL/PDAL/commit/92324e452d9845369720888d82a48b9bf395c564
Author: Mateusz Ĺoskot <mateusz at loskot.net>
Date: 2017-02-27 (Mon, 27 Feb 2017)
Changed paths:
M pdal/pdal_types.hpp
Log Message:
-----------
Add int to char cast of toupper result
Commit: 9cc586c899910176d2a8e533098b0594746c5d39
https://github.com/PDAL/PDAL/commit/9cc586c899910176d2a8e533098b0594746c5d39
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-27 (Mon, 27 Feb 2017)
Changed paths:
M pdal/pdal_types.hpp
Log Message:
-----------
Merge pull request #1506 from mloskot/ml/cast-toupper-result
Add int to char cast of toupper result
Commit: 2693971e40ebf9eac88cf1be1d0bb39a14d00b28
https://github.com/PDAL/PDAL/commit/2693971e40ebf9eac88cf1be1d0bb39a14d00b28
Author: Connor Manning <connor at hobu.co>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Update arbiter bundle for S3 enhancements and better compiler support.
Commit: 978903c37a6ca03a76dea431c195213943127c6d
https://github.com/PDAL/PDAL/commit/978903c37a6ca03a76dea431c195213943127c6d
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M doc/stages/readers.tindex.rst
Log Message:
-----------
Update readers.tindex documentation.
Commit: 5f1e2645ae6f4eb0997cfd1d6464af601ae71441
https://github.com/PDAL/PDAL/commit/5f1e2645ae6f4eb0997cfd1d6464af601ae71441
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: dac245c0cbc70d6b31eca6c53388d0c16ffe5a34
https://github.com/PDAL/PDAL/commit/dac245c0cbc70d6b31eca6c53388d0c16ffe5a34
Author: Howard Butler <howard at hobu.co>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M scripts/docker/dependencies/Dockerfile
Log Message:
-----------
add vdatum files to pdal/dependencies image (#1505)
Commit: 6031c912a531d8b5be4099fff4c167508d147efa
https://github.com/PDAL/PDAL/commit/6031c912a531d8b5be4099fff4c167508d147efa
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-02 (Thu, 02 Mar 2017)
Changed paths:
M doc/stages/filters.crop.rst
Log Message:
-----------
Correct argument name.
Commit: 33525908ed5480a914397cf57026c255a157c08a
https://github.com/PDAL/PDAL/commit/33525908ed5480a914397cf57026c255a157c08a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-02 (Thu, 02 Mar 2017)
Changed paths:
M pdal/util/Utils.hpp
Log Message:
-----------
Handle characters that aren't numeric in string conversion.
Commit: dc6aea38c3bdf1bcd9a514c5b4d4489ebbfc17be
https://github.com/PDAL/PDAL/commit/dc6aea38c3bdf1bcd9a514c5b4d4489ebbfc17be
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-02 (Thu, 02 Mar 2017)
Changed paths:
M io/TextReader.cpp
M io/TextReader.hpp
M test/unit/io/TextReaderTest.cpp
Log Message:
-----------
Allow delimiter to be specified on the command line.
Commit: 942fc4a2b7f2ff5670ab7bc0352734623101e3c9
https://github.com/PDAL/PDAL/commit/942fc4a2b7f2ff5670ab7bc0352734623101e3c9
Author: Howard Butler <howard at hobu.co>
Date: 2017-03-03 (Fri, 03 Mar 2017)
Changed paths:
M scripts/docker/Dockerfile
M scripts/docker/dependencies/Dockerfile
Log Message:
-----------
use pcl 1.7 from xenial instead of our own
Commit: 95e69e685e2a32e1bb1165ced1668a446bf2bc88
https://github.com/PDAL/PDAL/commit/95e69e685e2a32e1bb1165ced1668a446bf2bc88
Author: Howard Butler <howard at hobu.co>
Date: 2017-03-03 (Fri, 03 Mar 2017)
Changed paths:
M scripts/docker/Dockerfile
Log Message:
-----------
add back PCL libraries
Commit: 7bba79a9f519d74cad48522f50278ae17c7db759
https://github.com/PDAL/PDAL/commit/7bba79a9f519d74cad48522f50278ae17c7db759
Author: Howard Butler <howard at hobu.co>
Date: 2017-03-03 (Fri, 03 Mar 2017)
Changed paths:
A test/data/pts/autzen.pts
Log Message:
-----------
add 10 points of autzen pts
Commit: 677cbb8a6817d0e316127aa3e8489eaf265ca927
https://github.com/PDAL/PDAL/commit/677cbb8a6817d0e316127aa3e8489eaf265ca927
Author: Howard Butler <howard at hobu.co>
Date: 2017-03-03 (Fri, 03 Mar 2017)
Changed paths:
M pdal/PipelineExecutor.cpp
Log Message:
-----------
trap logLevel > 8 and complain
Commit: 7b5fba12a33c71af878ab6b23b15da86433cd217
https://github.com/PDAL/PDAL/commit/7b5fba12a33c71af878ab6b23b15da86433cd217
Author: Howard Butler <howard at hobu.co>
Date: 2017-03-03 (Fri, 03 Mar 2017)
Changed paths:
M scripts/docker/dependencies/Dockerfile
Log Message:
-----------
PCL 1.7 fixup
Commit: 7bded02673ffc883193d4eae0966f2f57a413bb7
https://github.com/PDAL/PDAL/commit/7bded02673ffc883193d4eae0966f2f57a413bb7
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-03 (Fri, 03 Mar 2017)
Changed paths:
M cmake/options.cmake
M dimbuilder/DimBuilder.cpp
M pdal/pdal_types.hpp
M pdal/util/ProgramArgs.hpp
M plugins/mbio/CMakeLists.txt
R plugins/mbio/io/MBSystemReader.cpp
R plugins/mbio/io/MBSystemReader.hpp
A plugins/mbio/io/MbError.cpp
A plugins/mbio/io/MbError.hpp
A plugins/mbio/io/MbFormat.cpp
A plugins/mbio/io/MbFormat.hpp
A plugins/mbio/io/MbReader.cpp
A plugins/mbio/io/MbReader.hpp
Log Message:
-----------
Working MbReader.
Commit: d83511258a4326c35bd6d9b0c055c2879a6b2907
https://github.com/PDAL/PDAL/commit/d83511258a4326c35bd6d9b0c055c2879a6b2907
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-03 (Fri, 03 Mar 2017)
Changed paths:
A doc/stages/readers.mbio.rst
Log Message:
-----------
Add mbio documentation.
Commit: 4ac1f8b3f39e6a4f4d0939309f9c1b3709bdc295
https://github.com/PDAL/PDAL/commit/4ac1f8b3f39e6a4f4d0939309f9c1b3709bdc295
Author: Howard Butler <howard at hobu.co>
Date: 2017-03-05 (Sun, 05 Mar 2017)
Changed paths:
M cmake/examples/hobu-windows.bat
Log Message:
-----------
Point to my lazperf windows install
Commit: 813e3ccd03d3d7e2fd97650888e39704855c1bc8
https://github.com/PDAL/PDAL/commit/813e3ccd03d3d7e2fd97650888e39704855c1bc8
Author: Howard Butler <howard at hobu.co>
Date: 2017-03-05 (Sun, 05 Mar 2017)
Changed paths:
M pdal/Geometry.cpp
Log Message:
-----------
warning nit
Commit: cfb888a04897f9704d5bdfaf4d2979e9ff303aab
https://github.com/PDAL/PDAL/commit/cfb888a04897f9704d5bdfaf4d2979e9ff303aab
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-06 (Mon, 06 Mar 2017)
Changed paths:
M cmake/modules/FindLASzip.cmake
M io/LasZipPoint.hpp
M pdal/pdal_config.cpp
M tools/lasdump/Dumper.cpp
Log Message:
-----------
Allow laszip to be found in laszip subdirectory or not.
Close #1503
Commit: dbc062df38da5685e1b43afa5e28bdd976b5f833
https://github.com/PDAL/PDAL/commit/dbc062df38da5685e1b43afa5e28bdd976b5f833
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-06 (Mon, 06 Mar 2017)
Changed paths:
M cmake/examples/hobu-windows.bat
M doc/stages/filters.crop.rst
M doc/stages/readers.tindex.rst
M io/TextReader.cpp
M io/TextReader.hpp
M pdal/Geometry.cpp
M pdal/PipelineExecutor.cpp
M pdal/SpatialReference.cpp
M pdal/pdal_types.hpp
M pdal/util/Utils.hpp
M scripts/docker/Dockerfile
M scripts/docker/dependencies/Dockerfile
A test/data/pts/autzen.pts
M test/unit/io/TextReaderTest.cpp
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 3e3c882d744a8a72284ffd607fe89d8b36d11dbc
https://github.com/PDAL/PDAL/commit/3e3c882d744a8a72284ffd607fe89d8b36d11dbc
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2017-03-07 (Tue, 07 Mar 2017)
Changed paths:
M filters/PMFFilter.cpp
M filters/PMFFilter.hpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M pdal/KDIndex.hpp
Log Message:
-----------
Port PMF to use the new morphological opening (iterative diamond kernel)
Commit: 8dbe782b26208c34b4a380219e02726f663af0d7
https://github.com/PDAL/PDAL/commit/8dbe782b26208c34b4a380219e02726f663af0d7
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-07 (Tue, 07 Mar 2017)
Changed paths:
M pdal/PipelineWriter.cpp
Log Message:
-----------
Don't generate tag names containing '.' character.
Close #1515
Commit: f3b1e9b4effdba5caa871128ba72fdea88a3ca67
https://github.com/PDAL/PDAL/commit/f3b1e9b4effdba5caa871128ba72fdea88a3ca67
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-07 (Tue, 07 Mar 2017)
Changed paths:
M cmake/modules/FindLASzip.cmake
Log Message:
-----------
Remove bogus laszip directory.
Commit: be84fd1b63b0ca70b566b5e75d77bf5f28968149
https://github.com/PDAL/PDAL/commit/be84fd1b63b0ca70b566b5e75d77bf5f28968149
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-07 (Tue, 07 Mar 2017)
Changed paths:
M cmake/modules/FindLASzip.cmake
Log Message:
-----------
Test laszip stuff.
Commit: c8c50c0c7b3bb3e64e2dda6c13c7ee76ae7b90d2
https://github.com/PDAL/PDAL/commit/c8c50c0c7b3bb3e64e2dda6c13c7ee76ae7b90d2
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-07 (Tue, 07 Mar 2017)
Changed paths:
M cmake/modules/FindLASzip.cmake
Log Message:
-----------
More debug.
Commit: 6c7d8e9773d004792abfc604369f938fe0eb4610
https://github.com/PDAL/PDAL/commit/6c7d8e9773d004792abfc604369f938fe0eb4610
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-07 (Tue, 07 Mar 2017)
Changed paths:
M cmake/modules/FindLASzip.cmake
Log Message:
-----------
Revert FindLASzip for now.
Commit: 9cbe74ec5cc75856fe4045ae4d8df3e8db8d264a
https://github.com/PDAL/PDAL/commit/9cbe74ec5cc75856fe4045ae4d8df3e8db8d264a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-07 (Tue, 07 Mar 2017)
Changed paths:
M io/LasZipPoint.hpp
M pdal/pdal_config.cpp
M tools/lasdump/Dumper.cpp
Log Message:
-----------
Revert laszip changes.
Commit: 5c67473abe09a34bd83fc4d5abb2b0cf71744789
https://github.com/PDAL/PDAL/commit/5c67473abe09a34bd83fc4d5abb2b0cf71744789
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-08 (Wed, 08 Mar 2017)
Changed paths:
M cmake/examples/hobu-windows.bat
M doc/stages/filters.crop.rst
M doc/stages/readers.tindex.rst
M io/TextReader.cpp
M io/TextReader.hpp
M pdal/Geometry.cpp
M pdal/PipelineExecutor.cpp
M pdal/PipelineWriter.cpp
M pdal/SpatialReference.cpp
M pdal/pdal_types.hpp
M pdal/util/Utils.hpp
M scripts/docker/Dockerfile
M scripts/docker/dependencies/Dockerfile
A test/data/pts/autzen.pts
M test/unit/io/TextReaderTest.cpp
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into mbio
Commit: 0369aa0b4522c28963642b817e757b9a1f9e9b60
https://github.com/PDAL/PDAL/commit/0369aa0b4522c28963642b817e757b9a1f9e9b60
Author: chambbj <brad.chambers at gmail.com>
Date: 2017-03-08 (Wed, 08 Mar 2017)
Changed paths:
M filters/PMFFilter.cpp
M filters/PMFFilter.hpp
M pdal/EigenUtils.cpp
M pdal/EigenUtils.hpp
M pdal/KDIndex.hpp
Log Message:
-----------
Merge pull request #1513 from PDAL/approx-pmf-by-iterative-morphological-ops
Port PMF to use the new morphological opening (iterative diamond kernel)
Commit: 3adbd7c5af5f120b2fc1d507f654ac6212a7a306
https://github.com/PDAL/PDAL/commit/3adbd7c5af5f120b2fc1d507f654ac6212a7a306
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-09 (Thu, 09 Mar 2017)
Changed paths:
M doc/stages/writers.pgpointcloud.rst
M plugins/pgpointcloud/io/PgWriter.cpp
Log Message:
-----------
Change overwrite option on writers.pgpointcloud to false.
Close #1516
Commit: 8e17fb8de083405cc2602083a405f7966ad6f66b
https://github.com/PDAL/PDAL/commit/8e17fb8de083405cc2602083a405f7966ad6f66b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-09 (Thu, 09 Mar 2017)
Changed paths:
M plugins/oci/io/OciWriter.cpp
Log Message:
-----------
Remove dead code.
Commit: c2cf2d61c446bffc7005e27de965c370e846c479
https://github.com/PDAL/PDAL/commit/c2cf2d61c446bffc7005e27de965c370e846c479
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-09 (Thu, 09 Mar 2017)
Changed paths:
M cmake/modules/FindLASzip.cmake
M io/LasZipPoint.hpp
M pdal/pdal_config.cpp
M scripts/ci/script.sh
M tools/lasdump/Dumper.cpp
Log Message:
-----------
Find laszip.hpp in laszip subdirectory or in base directory.
Close #1503
Commit: 605446a77578f4e5829d9fbf9ea8247424d6e3d0
https://github.com/PDAL/PDAL/commit/605446a77578f4e5829d9fbf9ea8247424d6e3d0
Author: Connor Manning <connor at hobu.co>
Date: 2017-03-09 (Thu, 09 Mar 2017)
Changed paths:
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Update arbiter bundle for S3's dnsSuffix configuration.
Commit: 16edd2fb7ff71e3215830c1ca7db7eaee121c4a3
https://github.com/PDAL/PDAL/commit/16edd2fb7ff71e3215830c1ca7db7eaee121c4a3
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-09 (Thu, 09 Mar 2017)
Changed paths:
M io/LasWriter.cpp
Log Message:
-----------
Better diagnostics with LASzip and 1.4 point types.
Close #1520
Commit: 710fc3403a7fbdfeb226d2ca96b11485ba0196bc
https://github.com/PDAL/PDAL/commit/710fc3403a7fbdfeb226d2ca96b11485ba0196bc
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-10 (Fri, 10 Mar 2017)
Changed paths:
M doc/apps/translate.rst
Log Message:
-----------
Add reprojection example to translate docs.
Close #1517
Commit: 1187f81b9991db975bd784d1a570aceb984ccde1
https://github.com/PDAL/PDAL/commit/1187f81b9991db975bd784d1a570aceb984ccde1
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-03-10 (Fri, 10 Mar 2017)
Changed paths:
M doc/apps/translate.rst
M kernels/TranslateKernel.cpp
M kernels/TranslateKernel.hpp
Log Message:
-----------
Don't run translate command when pipeline option is specified.
Close #1518
Commit: 46a3caced20e484d92b3c95d119505db0cc37aa2
https://github.com/PDAL/PDAL/commit/46a3caced20e484d92b3c95d119505db0cc37aa2
Author: Howard Butler <howard at hobu.co>
Date: 2017-03-13 (Mon, 13 Mar 2017)
Changed paths:
M scripts/docker/Dockerfile
Log Message:
-----------
don't relink PCL thing in docker container
Compare: https://github.com/PDAL/PDAL/compare/c7cef916aca1...46a3caced20e
More information about the pdal-commits
mailing list