[pdal-commits] [PDAL/PDAL] a7989b: point to Markus' RPM repo for 1.4 PDAL

GitHub noreply at github.com
Fri Feb 10 10:31:59 PST 2017


  Branch: refs/tags/docker-master
  Home:   https://github.com/PDAL/PDAL
  Commit: a7989bf7ba1e2fad2c0db9b657be0690609cbc86
      https://github.com/PDAL/PDAL/commit/a7989bf7ba1e2fad2c0db9b657be0690609cbc86
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
    M doc/download.rst

  Log Message:
  -----------
  point to Markus' RPM repo for 1.4 PDAL


  Commit: e48e0920847da58eaa38800adfe2f2cea5a0b138
      https://github.com/PDAL/PDAL/commit/e48e0920847da58eaa38800adfe2f2cea5a0b138
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
    M cmake/options.cmake
    A doc/stages/filters.assign.rst
    R doc/stages/filters.attribute.rst
    A doc/stages/filters.overlay.rst
    M doc/stages/readers.faux.rst
    M doc/tutorial/clipping-with-shapefile.rst
    M doc/workshop/exercises/analysis/clipping/clipping.rst
    M doc/workshop/slides/source/clipping.rst
    M doc/workshop/slides/source/pdal_intro.rst
    A filters/AssignFilter.cpp
    A filters/AssignFilter.hpp
    R filters/AttributeFilter.cpp
    R filters/AttributeFilter.hpp
    M filters/ColorinterpFilter.cpp
    M filters/ColorizationFilter.cpp
    M filters/ComputeRangeFilter.cpp
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    M filters/HAGFilter.cpp
    M filters/IQRFilter.cpp
    M filters/MADFilter.cpp
    M filters/MongusFilter.cpp
    M filters/MortonOrderFilter.cpp
    M filters/NormalFilter.cpp
    M filters/OutlierFilter.cpp
    A filters/OverlayFilter.cpp
    A filters/OverlayFilter.hpp
    M filters/PMFFilter.cpp
    M filters/ReprojectionFilter.cpp
    M filters/SMRFilter.cpp
    M filters/SampleFilter.cpp
    M filters/StatsFilter.cpp
    M filters/private/crop/Point.cpp
    M filters/private/crop/Point.hpp
    M io/FauxReader.cpp
    M io/FauxReader.hpp
    M pdal/EigenUtils.cpp
    M pdal/EigenUtils.hpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/Geometry.cpp
    M pdal/Geometry.hpp
    M pdal/KDIndex.hpp
    M pdal/Polygon.cpp
    M pdal/Polygon.hpp
    M pdal/SpatialReference.cpp
    M pdal/Stage.cpp
    M pdal/StageFactory.cpp
    M pdal/util/ProgramArgs.hpp
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundReader.hpp
    M plugins/greyhound/test/GreyhoundReaderTest.cpp
    M plugins/rxp/CMakeLists.txt
    M plugins/rxp/test/RxpReaderTest.cpp
    A test/data/pipeline/assign.json.in
    R test/data/pipeline/attribute.json.in
    A test/data/pipeline/overlay.json.in
    M test/unit/CMakeLists.txt
    M test/unit/EigenTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    A test/unit/filters/AssignFilterTest.cpp
    R test/unit/filters/AttributeFilterTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    A test/unit/filters/OverlayFilterTest.cpp
    M test/unit/io/FauxReaderTest.cpp
    M vendor/nanoflann/nanoflann.hpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  Commit: 2f5821f908ebdc847e3e14d7cf7321dd1f1b6cbf
      https://github.com/PDAL/PDAL/commit/2f5821f908ebdc847e3e14d7cf7321dd1f1b6cbf
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-01-17 (Tue, 17 Jan 2017)

  Changed paths:
    M pdal/StageFactory.cpp
    M test/unit/StageFactoryTest.cpp

  Log Message:
  -----------
  Add tiff and vrt as viable writers.gdal extensions (#1473)


  Commit: ded16ad1766788e3a04c10ed46fdeb3f8cf56d1f
      https://github.com/PDAL/PDAL/commit/ded16ad1766788e3a04c10ed46fdeb3f8cf56d1f
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-01-17 (Tue, 17 Jan 2017)

  Changed paths:
    M doc/stages/filters.predicate.rst
    M doc/stages/filters.programmable.rst
    M kernels/InfoKernel.cpp
    M pdal/PipelineExecutor.cpp
    M pdal/PointLayout.cpp
    M pdal/PointLayout.hpp
    M pdal/PointTable.cpp
    M pdal/PointView.hpp
    R pdal/plang/BufferedInvocation.cpp
    R pdal/plang/BufferedInvocation.hpp
    M pdal/plang/CMakeLists.txt
    M pdal/plang/Environment.cpp
    M pdal/plang/Invocation.cpp
    M pdal/plang/Invocation.hpp
    M plugins/python/filters/PredicateFilter.cpp
    M plugins/python/filters/PredicateFilter.hpp
    M plugins/python/filters/ProgrammableFilter.cpp
    M plugins/python/filters/ProgrammableFilter.hpp
    M plugins/python/test/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Add 'metadata', 'schema', and 'spatialreference' variables to filters.programmable and filters.predicate Python filter functions so they can take advantage of this kind of information in their processing chains. (#1471)

* get rid of BufferedInvocation in favor of simply Invocation for plang

* toMetadata should be on PointLayout, forward PointTable::toMetadata

* refactor filters.programmable and filters.predicate metadata. Support passing spatialreference and schema information via JSON to Python modules

* docs for python filters updates

* tighten up reference tracking, metadata addition


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

  Changed paths:
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp

  Log Message:
  -----------
  Make cropfilter::Point really private.


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

  Changed paths:
    M doc/download.rst
    M doc/stages/filters.predicate.rst
    M doc/stages/filters.programmable.rst
    M kernels/InfoKernel.cpp
    M pdal/PipelineExecutor.cpp
    M pdal/PointLayout.cpp
    M pdal/PointLayout.hpp
    M pdal/PointTable.cpp
    M pdal/PointView.hpp
    M pdal/StageFactory.cpp
    R pdal/plang/BufferedInvocation.cpp
    R pdal/plang/BufferedInvocation.hpp
    M pdal/plang/CMakeLists.txt
    M pdal/plang/Environment.cpp
    M pdal/plang/Invocation.cpp
    M pdal/plang/Invocation.hpp
    M plugins/python/filters/PredicateFilter.cpp
    M plugins/python/filters/PredicateFilter.hpp
    M plugins/python/filters/ProgrammableFilter.cpp
    M plugins/python/filters/ProgrammableFilter.hpp
    M plugins/python/test/ProgrammableFilterTest.cpp
    M plugins/rxp/CMakeLists.txt
    M plugins/rxp/test/RxpReaderTest.cpp
    M test/unit/StageFactoryTest.cpp

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


  Commit: eca8e51303b6fb1fb0e32833e4789d435c14bfbe
      https://github.com/PDAL/PDAL/commit/eca8e51303b6fb1fb0e32833e4789d435c14bfbe
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-01-19 (Thu, 19 Jan 2017)

  Changed paths:
    M doc/doxygen/doxygen.conf

  Log Message:
  -----------
  catch up Doxygen directories to look for code after the 1.4 reorg


  Commit: 87247b5304650c503d493e29b9f69e5714700edf
      https://github.com/PDAL/PDAL/commit/87247b5304650c503d493e29b9f69e5714700edf
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    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

  Log Message:
  -----------
  Update cpd plugin for cpd v0.5.0


  Commit: f0f3809e3521381201ad4ca23e003816aada924e
      https://github.com/PDAL/PDAL/commit/f0f3809e3521381201ad4ca23e003816aada924e
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    M scripts/docker/dependencies/Dockerfile

  Log Message:
  -----------
  Update docker for new cpd version


  Commit: 74563da65834b2fd64f2289a40274abfa0384874
      https://github.com/PDAL/PDAL/commit/74563da65834b2fd64f2289a40274abfa0384874
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
    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 scripts/docker/dependencies/Dockerfile

  Log Message:
  -----------
  Merge pull request #1474 from gadomski/cpd-v0.5

cpd v0.5.0


  Commit: 3d94755339f9f636186430745af6d66482e3046e
      https://github.com/PDAL/PDAL/commit/3d94755339f9f636186430745af6d66482e3046e
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M doc/stages/writers.gdal.rst
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp

  Log Message:
  -----------
  Gdal writer radius default (#1475)

* Provide a default for GDAL writer radius

In keeping with the original points2grid approach, the default value for radius
is resolution times the square root of two.

* Use a pointer to determine if radius is set, and add some further documentation justifying the default


  Commit: 2ea19573dbbc1c5783f928ed43d70485996b7846
      https://github.com/PDAL/PDAL/commit/2ea19573dbbc1c5783f928ed43d70485996b7846
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M python/README.rst

  Log Message:
  -----------
  Fix #1476 -- Python setup.py nits


  Commit: 971ec17c4cf2aa786795e4302d9c0d31cd9ca91c
      https://github.com/PDAL/PDAL/commit/971ec17c4cf2aa786795e4302d9c0d31cd9ca91c
  Author: Howard Butler <howard at hobu.co>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M doc/stages/writers.gdal.rst
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:PDAL/PDAL


  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: 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


Compare: https://github.com/PDAL/PDAL/compare/c2da3ad62682...c7cef916aca1


More information about the pdal-commits mailing list