[pdal-commits] [PDAL/PDAL] 50e36c: readers.mbio scaffolding

GitHub noreply at github.com
Mon Mar 13 14:05:12 PDT 2017


  Branch: refs/tags/dependencies
  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: 3a13436385c21daf7776f4545304791353f0d96d
      https://github.com/PDAL/PDAL/commit/3a13436385c21daf7776f4545304791353f0d96d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M pdal/Kernel.cpp
    M pdal/Kernel.hpp
    M test/unit/KernelTest.cpp

  Log Message:
  -----------
  Make stage option parsing more flexible.


  Commit: 5dcd80658824cfd95b1c930143d0b3030d99aea6
      https://github.com/PDAL/PDAL/commit/5dcd80658824cfd95b1c930143d0b3030d99aea6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M io/GDALGrid.cpp
    M io/GDALGrid.hpp
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp
    M io/TextReader.cpp
    M io/TextReader.hpp
    M pdal/util/Bounds.cpp
    M pdal/util/Bounds.hpp
    A test/data/gdal/grid2.txt
    M test/unit/io/GDALWriterTest.cpp
    M test/unit/io/TextReaderTest.cpp

  Log Message:
  -----------
  Add TextReader streaming support and test.
Add GDALWriter streaming support and test.


  Commit: a23e2eea6add2502ba14b40cb35997fa4b209b67
      https://github.com/PDAL/PDAL/commit/a23e2eea6add2502ba14b40cb35997fa4b209b67
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
    M test/unit/CMakeLists.txt
    R test/unit/apps/pcpipelineTest.cpp

  Log Message:
  -----------
  Remove XML pipeline tests.


  Commit: 6d7170d48771f05fb42a75433e4cd81d1313cd85
      https://github.com/PDAL/PDAL/commit/6d7170d48771f05fb42a75433e4cd81d1313cd85
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
    M kernels/InfoKernel.cpp

  Log Message:
  -----------
  Don't show summary data if it doesn't exist.
Close #1012


  Commit: d1da72c5ee1654d4784628ac8d989c0ac1bfd6f8
      https://github.com/PDAL/PDAL/commit/d1da72c5ee1654d4784628ac8d989c0ac1bfd6f8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
    M doc/apps/pipeline.rst
    M kernels/PipelineKernel.cpp
    M kernels/PipelineKernel.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.hpp
    M pdal/private/PipelineReaderXML.hpp
    A test/data/pipeline/options.json.in
    M test/unit/apps/RandomTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Allow staged tags to be referenced as pipeline command options.


  Commit: 5edf40414ecece5381a4f3d8548b45f91edf7b46
      https://github.com/PDAL/PDAL/commit/5edf40414ecece5381a4f3d8548b45f91edf7b46
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
    M doc/stages/writers.las.rst
    M io/LasWriter.cpp

  Log Message:
  -----------
  Log dimensions being written to LAS extra bytes.
Close #1479


  Commit: 2e4f96c91217e2d64966f9aeaa9fe4a0a29df574
      https://github.com/PDAL/PDAL/commit/2e4f96c91217e2d64966f9aeaa9fe4a0a29df574
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
    M io/TextReader.cpp
    A test/data/text/.gitattributes
    A test/data/text/intensity.txt
    M test/unit/io/TextReaderTest.cpp

  Log Message:
  -----------
  Strip whitespace from dimensions in text reader

Includes regression test.


  Commit: f487e1e438f04228f95be2de02fd1db3e89e623e
      https://github.com/PDAL/PDAL/commit/f487e1e438f04228f95be2de02fd1db3e89e623e
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M kernels/TranslateKernel.cpp

  Log Message:
  -----------
  Reader/writer short names in translate kernel

In the translate kernel, filters can already be specified by their short
name, e.g. `-f decimation`. This adds the same support for readers and
writers:

```
build/bin/pdal translate -i test/data/las/simple.las -o /dev/null -r las -w las -f decimation --filters.decimation.step=2
```


  Commit: 6fe945da846dae6a650c3179a514a4d508e4dbfd
      https://github.com/PDAL/PDAL/commit/6fe945da846dae6a650c3179a514a4d508e4dbfd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M io/TextReader.cpp
    A test/data/text/.gitattributes
    A test/data/text/intensity.txt
    M test/unit/io/TextReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #1483 from gadomski/text-reader-strip-whitespace-dimensions

Strip whitespace from dimension names in text reader


  Commit: 4505ea3d0cb69615e76f323bc48e8e3671cf3d1f
      https://github.com/PDAL/PDAL/commit/4505ea3d0cb69615e76f323bc48e8e3671cf3d1f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M io/TextReader.cpp
    M test/data/text/intensity.txt

  Log Message:
  -----------
  Use trim function instead of explicit char check.


  Commit: 700072e8a00c0d111aeb36c00feab01629422d7d
      https://github.com/PDAL/PDAL/commit/700072e8a00c0d111aeb36c00feab01629422d7d
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M kernels/TranslateKernel.cpp

  Log Message:
  -----------
  Merge pull request #1486 from gadomski/translate-short-names

Reader/writer short names in translate kernel


  Commit: dd97a033c5d487000e200304a7619e9978de6ae2
      https://github.com/PDAL/PDAL/commit/dd97a033c5d487000e200304a7619e9978de6ae2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    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/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/ReprojectionFilter.cpp
    M filters/SMRFilter.cpp
    M filters/StatsFilter.cpp
    M filters/TransformationFilter.cpp
    M pdal/Stage.cpp
    M pdal/Stage.hpp

  Log Message:
  -----------
  Add function for simplified exception from stages.
Use new function in filters.


  Commit: 0ae33272a7981115896317fcce3954fb3bfe28a6
      https://github.com/PDAL/PDAL/commit/0ae33272a7981115896317fcce3954fb3bfe28a6
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M plugins/hexbin/kernel/DensityKernel.cpp

  Log Message:
  -----------
  Positional input/output args in density kernel


  Commit: 1ec6ae98989ff3f252a7c8b732cf052babd57bca
      https://github.com/PDAL/PDAL/commit/1ec6ae98989ff3f252a7c8b732cf052babd57bca
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M plugins/hexbin/kernel/DensityKernel.cpp
    M plugins/hexbin/kernel/DensityKernel.hpp

  Log Message:
  -----------
  Expose hexbin filter options to density kernel (#1487)

It's nice to be able to tweak the parameters of the density kernel,
instead of being locked into the defaults.


  Commit: 9d0c9ad90019dee615ff2d70b3029c27fb60bb3a
      https://github.com/PDAL/PDAL/commit/9d0c9ad90019dee615ff2d70b3029c27fb60bb3a
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M io/DerivativeWriter.cpp
    M io/DerivativeWriter.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp
    M test/unit/EigenTest.cpp

  Log Message:
  -----------
  Improve quality of derivative writer outputs

First, we had a bug in how we computed slope for the D8 method. We were
dividing the slope in the cardinal directions by sqrt(2) instead of the
diagonals.

Second, we offer a switch to output slopes in degrees, not just percent. Note,
this is really just a convenience as analysts should have been able to convert
in the GIS tool of their choice.

Finally, our DSM generation approach had a tendency to leave voids in the max
elevation matrix. We switched to something very similar to what the GDAL writer
does, that is, specifying a radius and considering all points within the
cylinder centered at the current grid cell. At the same time, we remove the DSM
cleaning step.

Future work should consider unifying the behavior of GDALGrid/GDALWriter with
DerivativeWriter such that we can leverage the existing implementation and hole
filling capabilities. We may also be able to convert this to support streaming.


  Commit: 38553e3b6a7d57c0087584eac075b577725cbc80
      https://github.com/PDAL/PDAL/commit/38553e3b6a7d57c0087584eac075b577725cbc80
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M io/DerivativeWriter.cpp
    M io/DerivativeWriter.hpp

  Log Message:
  -----------
  Minor refactoring of the conversion between percent slope and degrees


  Commit: 36cd252a05683112b325881b84fdd493d70a416c
      https://github.com/PDAL/PDAL/commit/36cd252a05683112b325881b84fdd493d70a416c
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp

  Log Message:
  -----------
  allow BOX2D or BOX3D for writers.gdal bounds (#1485)


  Commit: 2ff8c467cfc794ce2d10e6c61c09b5193191e3f8
      https://github.com/PDAL/PDAL/commit/2ff8c467cfc794ce2d10e6c61c09b5193191e3f8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    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/FauxReader.cpp
    M io/GDALGrid.cpp
    M io/GDALGrid.hpp
    M io/GDALReader.cpp
    M io/GDALWriter.cpp
    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/TextWriter.cpp
    M test/unit/io/Ilvis2ReaderWithMDReaderTest.cpp
    M tools/nitfwrap/NitfWrap.cpp

  Log Message:
  -----------
  Change explicit 'throw pdal_error' to 'throwError' to get automatic stage
name added.


  Commit: 7e7887c0997a699cd95226268e4863712eed1e50
      https://github.com/PDAL/PDAL/commit/7e7887c0997a699cd95226268e4863712eed1e50
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp
    M plugins/hexbin/kernel/DensityKernel.cpp
    M plugins/hexbin/kernel/DensityKernel.hpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: e59b0af590e1fe906163bd078069705c55aff170
      https://github.com/PDAL/PDAL/commit/e59b0af590e1fe906163bd078069705c55aff170
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M pdal/Stage.cpp
    M pdal/Stage.hpp
    M plugins/greyhound/io/GreyhoundReader.cpp
    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 tools/nitfwrap/NitfWrap.cpp

  Log Message:
  -----------
  More throwError() stuff.


  Commit: af10ebd0ea707b9bfe46d53030465c137b14e8b4
      https://github.com/PDAL/PDAL/commit/af10ebd0ea707b9bfe46d53030465c137b14e8b4
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M plugins/sqlite/io/SQLiteReader.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp

  Log Message:
  -----------
  Fix compilation errors.


  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: fbf616f6b1136730144e520fbf689d4195633ee0
      https://github.com/PDAL/PDAL/commit/fbf616f6b1136730144e520fbf689d4195633ee0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-08 (Wed, 08 Feb 2017)

  Changed paths:
    M test/data/text/intensity.txt

  Log Message:
  -----------
  Fix intensity?


  Commit: 3b9a74b0c17812a5fb4d72851a2ce39e2adc293a
      https://github.com/PDAL/PDAL/commit/3b9a74b0c17812a5fb4d72851a2ce39e2adc293a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M cmake/options.cmake
    M test/data/text/.gitattributes
    A test/data/text/crlf_test.txt
    R test/data/text/intensity.txt
    M test/unit/io/TextReaderTest.cpp

  Log Message:
  -----------
  Try to fix crlf issue.


  Commit: dc66c043c3ff9dd43e03fdab3b8d2ed206f24371
      https://github.com/PDAL/PDAL/commit/dc66c043c3ff9dd43e03fdab3b8d2ed206f24371
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M apps/pdal.cpp
    M pdal/Log.cpp
    M pdal/Log.hpp
    A pdal/util/NullOStream.hpp
    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
    M test/unit/LogTest.cpp

  Log Message:
  -----------
  Don't open /dev/null for every log.
Close #1465


  Commit: 951ac467d2c212d317186a32ac1395f02597d6a3
      https://github.com/PDAL/PDAL/commit/951ac467d2c212d317186a32ac1395f02597d6a3
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M test/unit/apps/AppTest.cpp

  Log Message:
  -----------
  Update log output check.


  Commit: a7c0691dec2ac592b919f92f17135309691d668c
      https://github.com/PDAL/PDAL/commit/a7c0691dec2ac592b919f92f17135309691d668c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M pdal/Log.hpp
    M pdal/util/NullOStream.hpp

  Log Message:
  -----------
  Correct capitalization.


  Commit: 9ca444adefa330d5f86a4664fc3236f4b807d741
      https://github.com/PDAL/PDAL/commit/9ca444adefa330d5f86a4664fc3236f4b807d741
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    M filters/RangeFilter.cpp
    M filters/RangeFilter.hpp
    A filters/private/Range.cpp
    A filters/private/Range.hpp

  Log Message:
  -----------
  Separate Range into its own file and simplify use of private stuff.


  Commit: c7cef916aca1ab9d6f01ce67b88a66fb2be43788
      https://github.com/PDAL/PDAL/commit/c7cef916aca1ab9d6f01ce67b88a66fb2be43788
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-02-10 (Fri, 10 Feb 2017)

  Changed paths:
    M io/DerivativeWriter.cpp
    M io/DerivativeWriter.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp
    M test/unit/EigenTest.cpp

  Log Message:
  -----------
  Merge pull request #1488 from PDAL/slope-update

Improve quality of derivative writer outputs


  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/971ec17c4cf2...46a3caced20e


More information about the pdal-commits mailing list