[pdal-commits] [PDAL/PDAL] 8eea48: Testing

GitHub noreply at github.com
Thu Oct 5 08:09:31 PDT 2017


  Branch: refs/tags/docker-master
  Home:   https://github.com/PDAL/PDAL
  Commit: 8eea48ed44fb8064c3e1359aeaa77d95669f7136
      https://github.com/PDAL/PDAL/commit/8eea48ed44fb8064c3e1359aeaa77d95669f7136
  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:
  -----------
  Testing


  Commit: 7d78fa6a77ec58583cf22fb6e444cec6c18b1c66
      https://github.com/PDAL/PDAL/commit/7d78fa6a77ec58583cf22fb6e444cec6c18b1c66
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M cmake/modules/FindLASzip.cmake

  Log Message:
  -----------
  More testing


  Commit: ea69d5cb2ae0bdfe3f1995d116df973b27d4730b
      https://github.com/PDAL/PDAL/commit/ea69d5cb2ae0bdfe3f1995d116df973b27d4730b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M cmake/modules/FindLASzip.cmake

  Log Message:
  -----------
  More testing


  Commit: e6b027b04706f85fe7df66f8b6379424bac73d11
      https://github.com/PDAL/PDAL/commit/e6b027b04706f85fe7df66f8b6379424bac73d11
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M cmake/modules/FindLASzip.cmake

  Log Message:
  -----------
  More testing.


  Commit: 5e48cabed0258c0307152a919882ce4716f193fc
      https://github.com/PDAL/PDAL/commit/5e48cabed0258c0307152a919882ce4716f193fc
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M cmake/modules/FindLASzip.cmake

  Log Message:
  -----------
  More testing.


  Commit: 4fa6ec44c9d2ec7dead7860ba06250614dd2a88d
      https://github.com/PDAL/PDAL/commit/4fa6ec44c9d2ec7dead7860ba06250614dd2a88d
  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 scripts/ci/script.sh

  Log Message:
  -----------
  Test travis build.


  Commit: 928c32b5ed8b743378d064ae633f9ae0f321ddb7
      https://github.com/PDAL/PDAL/commit/928c32b5ed8b743378d064ae633f9ae0f321ddb7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/FindLASzip.cmake
    M io/LasHeader.cpp
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    R io/LasZipPoint.cpp
    R io/LasZipPoint.hpp
    M pdal/pdal_config.cpp
    M test/unit/apps/pc2pcTest.cpp
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Works against new laszip api.


  Commit: bf0f9f56421a2bceb406ba2caf62429c23787b22
      https://github.com/PDAL/PDAL/commit/bf0f9f56421a2bceb406ba2caf62429c23787b22
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-07-27 (Thu, 27 Jul 2017)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/FindLASzip.cmake
    M doc/stages/filters.crop.rst
    M doc/stages/filters.pmf.rst
    M doc/stages/filters.poisson.rst
    M doc/tutorial/python-filtering.rst
    M doc/tutorial/writing-reader.rst
    M doc/tutorial/writing-writer.rst
    M doc/workshop/agenda.rst
    M doc/workshop/exercises/analysis/boundary/boundary-command-boundary.txt
    M doc/workshop/exercises/analysis/boundary/boundary-command-tindex.txt
    M doc/workshop/exercises/analysis/clipping/attributes.vrt
    M doc/workshop/exercises/analysis/clipping/clipping.rst
    M doc/workshop/exercises/analysis/denoising/denoising.rst
    M doc/workshop/exercises/analysis/dtm/dtm.rst
    M doc/workshop/exercises/analysis/ground/ground.rst
    M doc/workshop/exercises/analysis/thinning/thinning.rst
    M doc/workshop/exercises/index.rst
    M doc/workshop/exercises/translation/compression-command.txt
    M doc/workshop/exercises/translation/reprojection-command-1.txt
    M doc/workshop/images/agenda-usb-drive.jpg
    M doc/workshop/includes/substitutions.rst
    M doc/workshop/index.rst
    M doc/workshop/slides/source/basic_info.rst
    M doc/workshop/slides/source/boundary.rst
    M doc/workshop/slides/source/clipping.rst
    M doc/workshop/slides/source/colorization.rst
    M doc/workshop/slides/source/conf.py
    M doc/workshop/slides/source/denoising.rst
    M doc/workshop/slides/source/density.rst
    M doc/workshop/slides/source/dtm.rst
    M doc/workshop/slides/source/ground.rst
    M doc/workshop/slides/source/introduction.rst
    M doc/workshop/slides/source/lidar_intro.rst
    M doc/workshop/slides/source/pdal_intro.rst
    M doc/workshop/slides/source/software.rst
    M doc/workshop/slides/source/thinning.rst
    M doc/workshop/slides/source/translation.rst
    M doc/workshop/software.rst
    M examples/writing-reader/MyReader.cpp
    M examples/writing-reader/MyReader.hpp
    M filters/ChipperFilter.cpp
    M filters/ChipperFilter.hpp
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    M filters/PMFFilter.cpp
    M filters/PMFFilter.hpp
    M io/GDALReader.hpp
    M io/GeotiffSupport.cpp
    M io/Ilvis2Reader.cpp
    M io/Ilvis2Reader.hpp
    M io/OptechReader.cpp
    M io/OptechReader.hpp
    M io/PlyReader.cpp
    M io/QfitReader.cpp
    M io/QfitReader.hpp
    M io/SbetReader.cpp
    M io/SbetReader.hpp
    M io/SbetWriter.cpp
    M io/SbetWriter.hpp
    M io/TIndexReader.cpp
    M io/TIndexReader.hpp
    M io/TerrasolidReader.cpp
    M io/TerrasolidReader.hpp
    M pdal/Dimension.json
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/StageFactory.cpp
    M pdal/util/Bounds.hpp
    M plugins/geowave/io/GeoWaveReader.cpp
    M plugins/geowave/io/GeoWaveReader.hpp
    M plugins/icebridge/io/IcebridgeReader.cpp
    M plugins/icebridge/io/IcebridgeReader.hpp
    M plugins/matlab/io/MatlabReader.cpp
    M plugins/pcl/io/PcdReader.cpp
    M plugins/pcl/io/PcdReader.hpp
    M plugins/rxp/io/RxpReader.hpp
    M scripts/ci/script.sh
    M scripts/docker/Dockerfile
    M test/unit/OldPCLBlockTest.cpp

  Log Message:
  -----------
  This is a merge.


  Commit: 4701fca7a4f34dd4d6c2bba949998a824f7cb1d8
      https://github.com/PDAL/PDAL/commit/4701fca7a4f34dd4d6c2bba949998a824f7cb1d8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-07-27 (Thu, 27 Jul 2017)

  Changed paths:
    A test/data/las/autzen_trim_7.las
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Test for laszip of 1.4 point format.


  Commit: 0a0640f1aab60c4f2aa6907ce9128c894fff01d7
      https://github.com/PDAL/PDAL/commit/0a0640f1aab60c4f2aa6907ce9128c894fff01d7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-07-27 (Thu, 27 Jul 2017)

  Changed paths:
    A filters/PoissonFilter.cpp
    A filters/PoissonFilter.hpp
    M test/unit/OldPCLBlockTest.cpp
    A vendor/kazhdan/Allocator.h
    A vendor/kazhdan/Array.h
    A vendor/kazhdan/BSplineData.h
    A vendor/kazhdan/BSplineData.inl
    A vendor/kazhdan/BinaryNode.h
    A vendor/kazhdan/CMakeLists.txt
    A vendor/kazhdan/Factor.cpp
    A vendor/kazhdan/Factor.h
    A vendor/kazhdan/Geometry.cpp
    A vendor/kazhdan/Geometry.h
    A vendor/kazhdan/Geometry.inl
    A vendor/kazhdan/MAT.h
    A vendor/kazhdan/MAT.inl
    A vendor/kazhdan/MarchingCubes.cpp
    A vendor/kazhdan/MarchingCubes.h
    A vendor/kazhdan/MemoryUsage.h
    A vendor/kazhdan/Mesh.h
    A vendor/kazhdan/MultiGridOctreeData.Evaluation.inl
    A vendor/kazhdan/MultiGridOctreeData.IsoSurface.inl
    A vendor/kazhdan/MultiGridOctreeData.SortedTreeNodes.inl
    A vendor/kazhdan/MultiGridOctreeData.System.inl
    A vendor/kazhdan/MultiGridOctreeData.WeightedSamples.inl
    A vendor/kazhdan/MultiGridOctreeData.h
    A vendor/kazhdan/MultiGridOctreeData.inl
    A vendor/kazhdan/MyTime.h
    A vendor/kazhdan/Octree.h
    A vendor/kazhdan/Octree.inl
    A vendor/kazhdan/PPolynomial.h
    A vendor/kazhdan/PPolynomial.inl
    A vendor/kazhdan/Ply.h
    A vendor/kazhdan/PoissonRecon.h
    A vendor/kazhdan/Polynomial.h
    A vendor/kazhdan/Polynomial.inl
    A vendor/kazhdan/SparseMatrix.h
    A vendor/kazhdan/SparseMatrix.inl
    A vendor/kazhdan/SurfaceTrimmer.h
    A vendor/kazhdan/SurfaceTrimmerMain.cpp
    A vendor/kazhdan/point_source/AsciiPointSource.h
    A vendor/kazhdan/point_source/AsciiPointSource.inl
    A vendor/kazhdan/point_source/BinaryPointSource.h
    A vendor/kazhdan/point_source/BinaryPointSource.inl
    A vendor/kazhdan/point_source/MemoryPointSource.h
    A vendor/kazhdan/point_source/PlyPointSource.h
    A vendor/kazhdan/point_source/PlyPointSource.inl
    A vendor/kazhdan/point_source/PointSource.h
    A vendor/kazhdan/point_source/TransformedPointSource.h

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


  Commit: ef167b0dc65f1b4c5b164da0798f5e105b70d8f2
      https://github.com/PDAL/PDAL/commit/ef167b0dc65f1b4c5b164da0798f5e105b70d8f2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-07-27 (Thu, 27 Jul 2017)

  Changed paths:
    M cmake/modules/FindLASzip.cmake

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/laszip' into laszip


  Commit: 99b74cfb90248fa82f73ae9d16a0a3f2f5e31cf7
      https://github.com/PDAL/PDAL/commit/99b74cfb90248fa82f73ae9d16a0a3f2f5e31cf7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
    M doc/stages/readers.text.rst

  Log Message:
  -----------
  Merge branch 'master' into laszip


  Commit: d17ef70fea8941802f0062df1bb139f250779e6c
      https://github.com/PDAL/PDAL/commit/d17ef70fea8941802f0062df1bb139f250779e6c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
    M io/LasWriter.cpp

  Log Message:
  -----------
  Update for new API.


  Commit: ac6d2108f9e4d89940ceb653da62b3ecab85e18c
      https://github.com/PDAL/PDAL/commit/ac6d2108f9e4d89940ceb653da62b3ecab85e18c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp

  Log Message:
  -----------
  Fix location of setting point format/size.
Add error handling to laszip functions.


  Commit: fdeb544045bd6143e469cf38db4cfcfc043edc75
      https://github.com/PDAL/PDAL/commit/fdeb544045bd6143e469cf38db4cfcfc043edc75
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M .gitignore
    M cmake/examples/hobu-config.sh
    M cmake/json.cmake
    M cmake/matlab.cmake
    M cmake/modules/FindMatlab.cmake
    A cmake/modules/FindOSG.cmake
    A cmake/openscenegraph.cmake
    M cmake/options.cmake
    M doc/_static/breathe.css
    M doc/_static/sphinx.css
    M doc/conf.py
    A doc/embed.py
    A doc/images/poisson_edges.png
    A doc/images/poisson_points.png
    M doc/index.rst
    M doc/stages/filters.approximatecoplanar.rst
    M doc/stages/filters.assign.rst
    M doc/stages/filters.chipper.rst
    M doc/stages/filters.cluster.rst
    M doc/stages/filters.colorinterp.rst
    M doc/stages/filters.colorization.rst
    M doc/stages/filters.computerange.rst
    M doc/stages/filters.cpd.rst
    M doc/stages/filters.crop.rst
    M doc/stages/filters.decimation.rst
    M doc/stages/filters.divider.rst
    M doc/stages/filters.eigenvalues.rst
    M doc/stages/filters.elm.rst
    M doc/stages/filters.estimaterank.rst
    M doc/stages/filters.ferry.rst
    M doc/stages/filters.greedyprojection.rst
    M doc/stages/filters.gridprojection.rst
    M doc/stages/filters.groupby.rst
    M doc/stages/filters.hag.rst
    M doc/stages/filters.head.rst
    M doc/stages/filters.hexbin.rst
    M doc/stages/filters.icp.rst
    M doc/stages/filters.iqr.rst
    M doc/stages/filters.kdistance.rst
    M doc/stages/filters.locate.rst
    M doc/stages/filters.lof.rst
    M doc/stages/filters.mad.rst
    M doc/stages/filters.matlab.rst
    M doc/stages/filters.merge.rst
    M doc/stages/filters.mongus.rst
    M doc/stages/filters.mortonorder.rst
    M doc/stages/filters.movingleastsquares.rst
    M doc/stages/filters.normal.rst
    M doc/stages/filters.outlier.rst
    M doc/stages/filters.overlay.rst
    M doc/stages/filters.pclblock.rst
    M doc/stages/filters.pmf.rst
    M doc/stages/filters.poisson.rst
    M doc/stages/filters.python.rst
    M doc/stages/filters.radialdensity.rst
    M doc/stages/filters.randomize.rst
    M doc/stages/filters.range.rst
    M doc/stages/filters.reprojection.rst
    M doc/stages/filters.sample.rst
    M doc/stages/filters.smrf.rst
    M doc/stages/filters.sort.rst
    M doc/stages/filters.splitter.rst
    M doc/stages/filters.tail.rst
    M doc/stages/filters.transformation.rst
    M doc/stages/filters.voxelcenternearestneighbor.rst
    M doc/stages/filters.voxelcentroidnearestneighbor.rst
    M doc/stages/filters.voxelgrid.rst
    M doc/stages/readers.bpf.rst
    M doc/stages/readers.buffer.rst
    M doc/stages/readers.faux.rst
    M doc/stages/readers.gdal.rst
    M doc/stages/readers.geowave.rst
    M doc/stages/readers.greyhound.rst
    M doc/stages/readers.ilvis2.rst
    M doc/stages/readers.las.rst
    M doc/stages/readers.matlab.rst
    M doc/stages/readers.mbio.rst
    M doc/stages/readers.mrsid.rst
    M doc/stages/readers.nitf.rst
    M doc/stages/readers.oci.rst
    M doc/stages/readers.optech.rst
    M doc/stages/readers.pcd.rst
    M doc/stages/readers.pgpointcloud.rst
    M doc/stages/readers.ply.rst
    M doc/stages/readers.pts.rst
    M doc/stages/readers.qfit.rst
    M doc/stages/readers.rxp.rst
    M doc/stages/readers.sbet.rst
    M doc/stages/readers.sqlite.rst
    M doc/stages/readers.text.rst
    M doc/stages/readers.tindex.rst
    M doc/stages/writers.bpf.rst
    M doc/stages/writers.gdal.rst
    M doc/stages/writers.geowave.rst
    M doc/stages/writers.las.rst
    M doc/stages/writers.matlab.rst
    M doc/stages/writers.nitf.rst
    M doc/stages/writers.null.rst
    M doc/stages/writers.oci.rst
    A doc/stages/writers.ogr.rst
    M doc/stages/writers.pcd.rst
    M doc/stages/writers.pgpointcloud.rst
    M doc/stages/writers.ply.rst
    M doc/stages/writers.sqlite.rst
    M doc/stages/writers.text.rst
    M doc/tutorial/las.rst
    A doc/workshop/capstone.rst
    A doc/workshop/conf.py
    A doc/workshop/exercises/python/histogram-command.txt
    A doc/workshop/exercises/python/histogram.json
    A doc/workshop/exercises/python/histogram.py
    A doc/workshop/exercises/python/histogram.rst
    A doc/workshop/exercises/translation/greyhound-command.txt
    A doc/workshop/exercises/translation/greyhound-info-command.txt
    A doc/workshop/exercises/translation/greyhound.json
    A doc/workshop/exercises/translation/greyhound.rst
    A doc/workshop/images/greyhound-command.png
    A doc/workshop/images/greyhound-info-verify.png
    A doc/workshop/images/greyhound-view.png
    A doc/workshop/images/python-histogram-command.png
    A doc/workshop/images/python-histogram.png
    M doc/workshop/index.rst
    A doc/workshop/notes.rst
    A doc/workshop/slides/source/img/osgeo4w-shell.png
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    M filters/NormalFilter.cpp
    M filters/NormalFilter.hpp
    A filters/private/Point.cpp
    A filters/private/Point.hpp
    R filters/private/crop/Point.cpp
    R filters/private/crop/Point.hpp
    M io/GeotiffSupport.cpp
    M io/LasReader.cpp
    M io/LasReader.hpp
    A io/OGRWriter.cpp
    A io/OGRWriter.hpp
    A io/OGRWriterV1.cpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/Stage.cpp
    M pdal/StageFactory.cpp
    M plugins/CMakeLists.txt
    M plugins/matlab/CMakeLists.txt
    A plugins/openscenegraph/CMakeLists.txt
    A plugins/openscenegraph/io/OSGReader.cpp
    A plugins/openscenegraph/io/OSGReader.hpp
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M scripts/ci/script.sh
    M scripts/docker/dependencies/Dockerfile
    M vendor/kazhdan/PoissonRecon.h

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


  Commit: 94d55225c46045d1aa944e464e902c89de6b1946
      https://github.com/PDAL/PDAL/commit/94d55225c46045d1aa944e464e902c89de6b1946
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M plugins/cpd/filters/CpdFilter.cpp

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


  Commit: b4ba3ceca41386684ce3398831fad36a11c56f27
      https://github.com/PDAL/PDAL/commit/b4ba3ceca41386684ce3398831fad36a11c56f27
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

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

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


  Commit: a37e279f9e80ead3c42d91f631aa8685ccae3ebf
      https://github.com/PDAL/PDAL/commit/a37e279f9e80ead3c42d91f631aa8685ccae3ebf
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M cmake/laszip.cmake
    M cmake/modules/FindLASzip.cmake
    M io/LasReader.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp

  Log Message:
  -----------
  Fixes for laszip API installation/version detection.


  Commit: 9a1d4660a3c14c7eb765189fef7c53e759e0af37
      https://github.com/PDAL/PDAL/commit/9a1d4660a3c14c7eb765189fef7c53e759e0af37
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-08 (Fri, 08 Sep 2017)

  Changed paths:
    M PDALConfig.cmake.in
    M doc/faq.rst
    M doc/stages/readers.bpf.rst
    M doc/stages/readers.gdal.rst
    M doc/stages/readers.greyhound.rst
    M doc/stages/readers.ilvis2.rst
    M doc/stages/readers.las.rst
    M doc/stages/readers.mbio.rst
    M doc/stages/readers.mrsid.rst
    M doc/stages/readers.nitf.rst
    M doc/stages/readers.optech.rst
    M doc/stages/readers.pcd.rst
    M doc/stages/readers.pgpointcloud.rst
    M doc/stages/readers.ply.rst
    M doc/stages/readers.pts.rst
    M doc/stages/readers.qfit.rst
    M doc/stages/readers.sbet.rst
    M doc/stages/readers.sqlite.rst
    M doc/stages/readers.text.rst
    M doc/stages/readers.tindex.rst
    M filters/GreedyProjection.hpp
    M filters/private/DimRange.cpp
    M io/LasReader.cpp
    M io/LasWriter.cpp
    M pdal/DimUtil.hpp
    M pdal/PointLayout.cpp
    A test/data/text/numeric_dim.txt
    M test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/filters/RangeFilterTest.cpp
    M test/unit/io/LasReaderTest.cpp

  Log Message:
  -----------
  Merge branch 'master' into laszip


  Commit: da08a8c454fd26b60461695fd3d4579e6c945695
      https://github.com/PDAL/PDAL/commit/da08a8c454fd26b60461695fd3d4579e6c945695
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-11 (Mon, 11 Sep 2017)

  Changed paths:
    M CMakeLists.txt
    M HOWTORELEASE.txt
    M apps/pdal.cpp
    A cmake/arbiter.cmake
    M cmake/curl.cmake
    M cmake/json.cmake
    M doc/stages/filters.greedyprojection.rst
    M doc/stages/writers.gdal.rst
    M doc/stages/writers.ply.rst
    M io/GDALGrid.cpp
    M io/GDALGrid.hpp
    M io/GDALReader.cpp
    M io/GDALReader.hpp
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp
    M io/LasHeader.cpp
    M io/LasHeader.hpp
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasUtils.cpp
    M io/LasUtils.hpp
    M io/LasVLR.cpp
    M io/LasVLR.hpp
    M io/LasWriter.cpp
    M java/README.md
    M java/build.sbt
    A java/core-scala/src/main/scala/io/pdal/pipeline/ExprType.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/FilterTypes.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/Implicits.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/ReaderTypes.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/WriterTypes.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/json/package.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/package.scala
    A java/core-scala/src/test/scala/io/pdal/pipeline/PipelineExpressionsSpec.scala
    M java/project/Commands.scala
    A java/project/Dependencies.scala
    A java/project/Version.scala
    M java/project/build.properties
    M java/project/plugins.sbt
    M java/sbt
    M java/scripts/publish-212.sh
    M java/scripts/publish-javastyle.sh
    M java/scripts/publish-local-212.sh
    M java/scripts/publish-local.sh
    M java/scripts/publish.sh
    M pdal/DimUtil.hpp
    M pdal/EigenUtils.cpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/PDALUtils.cpp
    M pdal/PipelineManager.cpp
    R pdal/PipelineReaderXML.cpp
    M pdal/StageFactory.cpp
    R pdal/private/PipelineReaderXML.hpp
    M pdal/util/Utils.cpp
    M pdal_defines.h.in
    M plugins/matlab/filters/MatlabFilter.cpp
    M plugins/matlab/filters/MatlabFilter.hpp
    M plugins/matlab/filters/Script.cpp
    M plugins/matlab/filters/Script.hpp
    M plugins/matlab/io/MatlabReader.cpp
    M plugins/matlab/io/MatlabReader.hpp
    M plugins/matlab/io/MatlabWriter.cpp
    M plugins/matlab/io/MatlabWriter.hpp
    M plugins/matlab/test/MatlabReaderTest.cpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M scripts/ci/script.sh
    M test/data/gdal/grid.txt
    R test/data/hole/autzen-dd.las
    R test/data/hole/hole.dbf
    R test/data/hole/hole.las
    R test/data/hole/hole.prj
    R test/data/hole/hole.qpj
    R test/data/hole/hole.shp
    R test/data/hole/hole.shx
    R test/data/hole/make-spurious.py
    R test/data/hole/spurious.las
    A test/data/las/spurious.las
    M test/data/matlab/autzen.mat
    M test/data/pipeline/crop-hole.json.in
    R test/unit/apps/pcinfoTest.cpp
    M test/unit/io/GDALWriterTest.cpp
    M test/unit/io/LasReaderTest.cpp
    M vendor/arbiter/CMakeLists.txt

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


  Commit: 62a56037be894c5f6f1a22ce1035cfc71c48d91d
      https://github.com/PDAL/PDAL/commit/62a56037be894c5f6f1a22ce1035cfc71c48d91d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-11 (Mon, 11 Sep 2017)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M HOWTORELEASE.txt
    M PDALConfig.cmake.in
    M apps/pdal.cpp
    A cmake/arbiter.cmake
    M cmake/curl.cmake
    M cmake/examples/hobu-config.sh
    M cmake/json.cmake
    M cmake/matlab.cmake
    M cmake/modules/FindMatlab.cmake
    A cmake/modules/FindOSG.cmake
    A cmake/openscenegraph.cmake
    M cmake/options.cmake
    M doc/_static/breathe.css
    M doc/_static/sphinx.css
    M doc/conf.py
    A doc/embed.py
    M doc/faq.rst
    A doc/images/poisson_edges.png
    A doc/images/poisson_points.png
    M doc/index.rst
    M doc/stages/filters.approximatecoplanar.rst
    M doc/stages/filters.assign.rst
    M doc/stages/filters.chipper.rst
    M doc/stages/filters.cluster.rst
    M doc/stages/filters.colorinterp.rst
    M doc/stages/filters.colorization.rst
    M doc/stages/filters.computerange.rst
    M doc/stages/filters.cpd.rst
    M doc/stages/filters.crop.rst
    M doc/stages/filters.decimation.rst
    M doc/stages/filters.divider.rst
    M doc/stages/filters.eigenvalues.rst
    M doc/stages/filters.elm.rst
    M doc/stages/filters.estimaterank.rst
    M doc/stages/filters.ferry.rst
    M doc/stages/filters.greedyprojection.rst
    M doc/stages/filters.gridprojection.rst
    M doc/stages/filters.groupby.rst
    M doc/stages/filters.hag.rst
    M doc/stages/filters.head.rst
    M doc/stages/filters.hexbin.rst
    M doc/stages/filters.icp.rst
    M doc/stages/filters.iqr.rst
    M doc/stages/filters.kdistance.rst
    M doc/stages/filters.locate.rst
    M doc/stages/filters.lof.rst
    M doc/stages/filters.mad.rst
    M doc/stages/filters.matlab.rst
    M doc/stages/filters.merge.rst
    M doc/stages/filters.mongus.rst
    M doc/stages/filters.mortonorder.rst
    M doc/stages/filters.movingleastsquares.rst
    M doc/stages/filters.normal.rst
    M doc/stages/filters.outlier.rst
    M doc/stages/filters.overlay.rst
    M doc/stages/filters.pclblock.rst
    M doc/stages/filters.pmf.rst
    M doc/stages/filters.poisson.rst
    M doc/stages/filters.python.rst
    M doc/stages/filters.radialdensity.rst
    M doc/stages/filters.randomize.rst
    M doc/stages/filters.range.rst
    M doc/stages/filters.reprojection.rst
    M doc/stages/filters.sample.rst
    M doc/stages/filters.smrf.rst
    M doc/stages/filters.sort.rst
    M doc/stages/filters.splitter.rst
    M doc/stages/filters.tail.rst
    M doc/stages/filters.transformation.rst
    M doc/stages/filters.voxelcenternearestneighbor.rst
    M doc/stages/filters.voxelcentroidnearestneighbor.rst
    M doc/stages/filters.voxelgrid.rst
    M doc/stages/readers.bpf.rst
    M doc/stages/readers.buffer.rst
    M doc/stages/readers.faux.rst
    M doc/stages/readers.gdal.rst
    M doc/stages/readers.geowave.rst
    M doc/stages/readers.greyhound.rst
    M doc/stages/readers.ilvis2.rst
    M doc/stages/readers.las.rst
    M doc/stages/readers.matlab.rst
    M doc/stages/readers.mbio.rst
    M doc/stages/readers.mrsid.rst
    M doc/stages/readers.nitf.rst
    M doc/stages/readers.oci.rst
    M doc/stages/readers.optech.rst
    M doc/stages/readers.pcd.rst
    M doc/stages/readers.pgpointcloud.rst
    M doc/stages/readers.ply.rst
    M doc/stages/readers.pts.rst
    M doc/stages/readers.qfit.rst
    M doc/stages/readers.rxp.rst
    M doc/stages/readers.sbet.rst
    M doc/stages/readers.sqlite.rst
    M doc/stages/readers.text.rst
    M doc/stages/readers.tindex.rst
    M doc/stages/writers.bpf.rst
    M doc/stages/writers.gdal.rst
    M doc/stages/writers.geowave.rst
    M doc/stages/writers.las.rst
    M doc/stages/writers.matlab.rst
    M doc/stages/writers.nitf.rst
    M doc/stages/writers.null.rst
    M doc/stages/writers.oci.rst
    A doc/stages/writers.ogr.rst
    M doc/stages/writers.pcd.rst
    M doc/stages/writers.pgpointcloud.rst
    M doc/stages/writers.ply.rst
    M doc/stages/writers.sqlite.rst
    M doc/stages/writers.text.rst
    M doc/tutorial/las.rst
    A doc/workshop/capstone.rst
    A doc/workshop/conf.py
    A doc/workshop/exercises/python/histogram-command.txt
    A doc/workshop/exercises/python/histogram.json
    A doc/workshop/exercises/python/histogram.py
    A doc/workshop/exercises/python/histogram.rst
    A doc/workshop/exercises/translation/greyhound-command.txt
    A doc/workshop/exercises/translation/greyhound-info-command.txt
    A doc/workshop/exercises/translation/greyhound.json
    A doc/workshop/exercises/translation/greyhound.rst
    A doc/workshop/images/greyhound-command.png
    A doc/workshop/images/greyhound-info-verify.png
    A doc/workshop/images/greyhound-view.png
    A doc/workshop/images/python-histogram-command.png
    A doc/workshop/images/python-histogram.png
    M doc/workshop/index.rst
    A doc/workshop/notes.rst
    A doc/workshop/slides/source/img/osgeo4w-shell.png
    M filters/CropFilter.cpp
    M filters/CropFilter.hpp
    M filters/GreedyProjection.hpp
    M filters/NormalFilter.cpp
    M filters/NormalFilter.hpp
    M filters/private/DimRange.cpp
    A filters/private/Point.cpp
    A filters/private/Point.hpp
    R filters/private/crop/Point.cpp
    R filters/private/crop/Point.hpp
    M io/GDALGrid.cpp
    M io/GDALGrid.hpp
    M io/GDALReader.cpp
    M io/GDALReader.hpp
    M io/GDALWriter.cpp
    M io/GDALWriter.hpp
    M io/GeotiffSupport.cpp
    M io/LasHeader.cpp
    M io/LasHeader.hpp
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasUtils.cpp
    M io/LasUtils.hpp
    M io/LasVLR.cpp
    M io/LasVLR.hpp
    M io/LasWriter.cpp
    A io/OGRWriter.cpp
    A io/OGRWriter.hpp
    A io/OGRWriterV1.cpp
    M java/README.md
    M java/build.sbt
    A java/core-scala/src/main/scala/io/pdal/pipeline/ExprType.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/FilterTypes.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/Implicits.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/ReaderTypes.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/WriterTypes.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/json/package.scala
    A java/core-scala/src/main/scala/io/pdal/pipeline/package.scala
    A java/core-scala/src/test/scala/io/pdal/pipeline/PipelineExpressionsSpec.scala
    M java/project/Commands.scala
    A java/project/Dependencies.scala
    A java/project/Version.scala
    M java/project/build.properties
    M java/project/plugins.sbt
    M java/sbt
    M java/scripts/publish-212.sh
    M java/scripts/publish-javastyle.sh
    M java/scripts/publish-local-212.sh
    M java/scripts/publish-local.sh
    M java/scripts/publish.sh
    M pdal/DimUtil.hpp
    M pdal/EigenUtils.cpp
    M pdal/GDALUtils.cpp
    M pdal/GDALUtils.hpp
    M pdal/PDALUtils.cpp
    M pdal/PipelineManager.cpp
    R pdal/PipelineReaderXML.cpp
    M pdal/PointLayout.cpp
    M pdal/Stage.cpp
    M pdal/StageFactory.cpp
    R pdal/private/PipelineReaderXML.hpp
    M pdal/util/Utils.cpp
    M pdal_defines.h.in
    M plugins/CMakeLists.txt
    M plugins/cpd/filters/CpdFilter.cpp
    M plugins/matlab/CMakeLists.txt
    M plugins/matlab/filters/MatlabFilter.cpp
    M plugins/matlab/filters/MatlabFilter.hpp
    M plugins/matlab/filters/Script.cpp
    M plugins/matlab/filters/Script.hpp
    M plugins/matlab/io/MatlabReader.cpp
    M plugins/matlab/io/MatlabReader.hpp
    M plugins/matlab/io/MatlabWriter.cpp
    M plugins/matlab/io/MatlabWriter.hpp
    M plugins/matlab/test/MatlabReaderTest.cpp
    A plugins/openscenegraph/CMakeLists.txt
    A plugins/openscenegraph/io/OSGReader.cpp
    A plugins/openscenegraph/io/OSGReader.hpp
    M plugins/sqlite/io/SQLiteCommon.hpp
    M plugins/sqlite/io/SQLiteWriter.cpp
    M scripts/ci/script.sh
    M scripts/docker/dependencies/Dockerfile
    M test/data/gdal/grid.txt
    R test/data/hole/autzen-dd.las
    R test/data/hole/hole.dbf
    R test/data/hole/hole.las
    R test/data/hole/hole.prj
    R test/data/hole/hole.qpj
    R test/data/hole/hole.shp
    R test/data/hole/hole.shx
    R test/data/hole/make-spurious.py
    R test/data/hole/spurious.las
    A test/data/las/spurious.las
    M test/data/matlab/autzen.mat
    M test/data/pipeline/crop-hole.json.in
    A test/data/text/numeric_dim.txt
    R test/unit/apps/pcinfoTest.cpp
    M test/unit/apps/pcpipelineTestJSON.cpp
    M test/unit/filters/RangeFilterTest.cpp
    M test/unit/io/GDALWriterTest.cpp
    M test/unit/io/LasReaderTest.cpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/kazhdan/PoissonRecon.h

  Log Message:
  -----------
  Merge branch 'master' into laszip


  Commit: eae1af53d49d60760530857d332215c3cb7fab78
      https://github.com/PDAL/PDAL/commit/eae1af53d49d60760530857d332215c3cb7fab78
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M cmake/laszip.cmake
    M cmake/modules/FindLASzip.cmake
    M io/LasReader.cpp
    M io/LasWriter.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/laszip' into laszip


  Commit: 61d18b0413776887dce05726f91cfc9bc567b7d2
      https://github.com/PDAL/PDAL/commit/61d18b0413776887dce05726f91cfc9bc567b7d2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

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

  Log Message:
  -----------
  Add missing comma .


  Commit: 5f8015ee4978da8bae877e55bb01425309558aeb
      https://github.com/PDAL/PDAL/commit/5f8015ee4978da8bae877e55bb01425309558aeb
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M io/LasWriter.cpp

  Log Message:
  -----------
  Remove dead code.


  Commit: fdf281bff639f0430029f8db1e6d1df5c26c4dae
      https://github.com/PDAL/PDAL/commit/fdf281bff639f0430029f8db1e6d1df5c26c4dae
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-13 (Wed, 13 Sep 2017)

  Changed paths:
    M io/LasWriter.cpp

  Log Message:
  -----------
  Update to changed API.


  Commit: 7e2fe077c76b147fad072774e62fcee7b9d63a3d
      https://github.com/PDAL/PDAL/commit/7e2fe077c76b147fad072774e62fcee7b9d63a3d
  Author: Martijn Visser <mgvisser at gmail.com>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M doc/stages/readers.text.rst

  Log Message:
  -----------
  use readers.text in readers.text example pipeline


  Commit: 5f93d8b9184bdf9c4b6406f0b2b1032171b08c6d
      https://github.com/PDAL/PDAL/commit/5f93d8b9184bdf9c4b6406f0b2b1032171b08c6d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M doc/stages/readers.text.rst

  Log Message:
  -----------
  Merge pull request #1686 from visr/patch-1

use readers.text in readers.text example pipeline


  Commit: 516524b1546917e8f57c5852fd0f14093c52756e
      https://github.com/PDAL/PDAL/commit/516524b1546917e8f57c5852fd0f14093c52756e
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M pdal/util/ProgramArgs.hpp

  Log Message:
  -----------
  Change string vector to ProgramArgs::parse() to const.


  Commit: 4a4b5fcfbb3c78fa1a5127ed41d06d6c97667a5a
      https://github.com/PDAL/PDAL/commit/4a4b5fcfbb3c78fa1a5127ed41d06d6c97667a5a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M filters/AssignFilter.cpp
    M filters/ColorizationFilter.cpp
    M filters/private/DimRange.cpp
    M io/PlyReader.cpp
    M pdal/util/Utils.hpp

  Log Message:
  -----------
  Make an easier way to extract spaces.


  Commit: 540a9c37bdd47367c8ee088ccdd9eb435bbe2b5b
      https://github.com/PDAL/PDAL/commit/540a9c37bdd47367c8ee088ccdd9eb435bbe2b5b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    M test/unit/UtilsTest.cpp

  Log Message:
  -----------
  Provide a simple wordexp() type function.


  Commit: 4215e7bc7d9867651fe4ad884ed776d7bb03bca9
      https://github.com/PDAL/PDAL/commit/4215e7bc7d9867651fe4ad884ed776d7bb03bca9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M pdal/Metadata.hpp
    M pdal/util/Utils.hpp
    M test/unit/MetadataTest.cpp

  Log Message:
  -----------
  Allow metadata to deal with pointers.


  Commit: 3102d10fa0d068afe381b5b7f47104a3730ebed6
      https://github.com/PDAL/PDAL/commit/3102d10fa0d068afe381b5b7f47104a3730ebed6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M filters/ColorinterpFilter.cpp
    M pdal/GDALUtils.hpp
    M test/unit/filters/ColorinterpFilterTest.cpp

  Log Message:
  -----------
  Error if an attempt is made to reference missing color ramp.
Load blue_orange color ramp.
Close #1688


  Commit: 88b1938864bad2e955e6152a872ddc96c020ff7c
      https://github.com/PDAL/PDAL/commit/88b1938864bad2e955e6152a872ddc96c020ff7c
  Author: Alexander <spatial.hast at gmail.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M doc/stages/filters.assign.rst

  Log Message:
  -----------
  typo fix


  Commit: d0dedeca676359228a49828223673e0af1a40bea
      https://github.com/PDAL/PDAL/commit/d0dedeca676359228a49828223673e0af1a40bea
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
    M doc/stages/filters.assign.rst

  Log Message:
  -----------
  Merge pull request #1690 from spatialhast/patch-1

typo fix


  Commit: 35f4aac5b4494b3a5147238f317d879344aad361
      https://github.com/PDAL/PDAL/commit/35f4aac5b4494b3a5147238f317d879344aad361
  Author: Grisha <gr.pomadchin at gmail.com>
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
    M java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    M java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala

  Log Message:
  -----------
  Remove AutoDerivation (#1692)


  Commit: 42d9873104b9b3c0ecf9e01b70aee581242e32ae
      https://github.com/PDAL/PDAL/commit/42d9873104b9b3c0ecf9e01b70aee581242e32ae
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
    M io/LasWriter.cpp
    M pdal/Dimension.json
    M test/unit/io/LasWriterTest.cpp

  Log Message:
  -----------
  Fixes to laszip writing.


  Commit: 94af36adbcbbd36025ba22236a2ce01b2050050f
      https://github.com/PDAL/PDAL/commit/94af36adbcbbd36025ba22236a2ce01b2050050f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
    M .gitignore
    M .travis.yml
    M apps/pdal.cpp
    M cmake/laszip.cmake
    M cmake/modules/FindLASzip.cmake
    M doc/apps/delta.rst
    M doc/stages/filters.assign.rst
    M doc/stages/filters.cpd.rst
    M doc/stages/readers.greyhound.rst
    M doc/stages/readers.text.rst
    M filters/AssignFilter.cpp
    M filters/ColorinterpFilter.cpp
    M filters/ColorinterpFilter.hpp
    M filters/ColorizationFilter.cpp
    M filters/StreamCallbackFilter.hpp
    M filters/private/DimRange.cpp
    M io/HeaderVal.hpp
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M io/PlyReader.cpp
    M java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    M java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala
    M kernels/DeltaKernel.cpp
    M kernels/DeltaKernel.hpp
    M kernels/GroundKernel.cpp
    M kernels/GroundKernel.hpp
    M kernels/SortKernel.cpp
    M kernels/TIndexKernel.cpp
    M kernels/TIndexKernel.hpp
    M kernels/TranslateKernel.cpp
    M pdal/GDALUtils.hpp
    M pdal/Kernel.cpp
    R pdal/KernelFactory.cpp
    R pdal/KernelFactory.hpp
    M pdal/Metadata.hpp
    M pdal/PDALUtils.hpp
    M pdal/PointTable.hpp
    M pdal/Stage.hpp
    M pdal/StageFactory.cpp
    M pdal/util/Bounds.cpp
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    M plugins/cpd/filters/CpdFilter.cpp
    M plugins/greyhound/CMakeLists.txt
    M plugins/greyhound/io/GreyhoundReader.cpp
    M plugins/greyhound/io/GreyhoundReader.hpp
    R plugins/greyhound/io/pool.cpp
    R plugins/greyhound/io/pool.hpp
    M plugins/greyhound/test/GreyhoundReaderTest.cpp
    M plugins/nitf/io/NitfWriter.cpp
    M plugins/pcl/filters/IcpFilter.cpp
    M plugins/pcl/kernel/PCLKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M scripts/ci/script.sh
    A scripts/docker/1.4-maintenance/alpine/10-backtrace-guards.patch
    A scripts/docker/1.4-maintenance/alpine/Dockerfile
    A scripts/docker/1.4-maintenance/ubuntu/Dockerfile
    A scripts/docker/1.5-maintenance/alpine/10-backtrace-guards.patch
    A scripts/docker/1.5-maintenance/alpine/Dockerfile
    A scripts/docker/1.5-maintenance/ubuntu/Dockerfile
    M scripts/docker/dependencies/Dockerfile
    A scripts/docker/master/alpine/Dockerfile
    A scripts/docker/master/ubuntu/Dockerfile
    M test/unit/CMakeLists.txt
    M test/unit/MetadataTest.cpp
    M test/unit/UtilsTest.cpp
    A test/unit/filters/ColorinterpFilterTest.cpp
    M test/unit/io/LasWriterTest.cpp
    M tools/lasdump/Dumper.cpp
    M tools/lasdump/Dumper.hpp
    M vendor/arbiter/CMakeLists.txt
    M vendor/eigen/Eigen/CMakeLists.txt
    M vendor/eigen/Eigen/Cholesky
    M vendor/eigen/Eigen/CholmodSupport
    M vendor/eigen/Eigen/Core
    M vendor/eigen/Eigen/Eigen
    M vendor/eigen/Eigen/Eigenvalues
    M vendor/eigen/Eigen/Geometry
    M vendor/eigen/Eigen/Householder
    M vendor/eigen/Eigen/IterativeLinearSolvers
    M vendor/eigen/Eigen/Jacobi
    M vendor/eigen/Eigen/LU
    M vendor/eigen/Eigen/MetisSupport
    M vendor/eigen/Eigen/OrderingMethods
    M vendor/eigen/Eigen/PaStiXSupport
    M vendor/eigen/Eigen/PardisoSupport
    M vendor/eigen/Eigen/QR
    M vendor/eigen/Eigen/QtAlignedMalloc
    M vendor/eigen/Eigen/SPQRSupport
    M vendor/eigen/Eigen/SVD
    M vendor/eigen/Eigen/Sparse
    M vendor/eigen/Eigen/SparseCholesky
    M vendor/eigen/Eigen/SparseCore
    M vendor/eigen/Eigen/SparseLU
    M vendor/eigen/Eigen/SparseQR
    M vendor/eigen/Eigen/StdDeque
    M vendor/eigen/Eigen/StdList
    M vendor/eigen/Eigen/StdVector
    M vendor/eigen/Eigen/SuperLUSupport
    M vendor/eigen/Eigen/UmfPackSupport
    M vendor/eigen/Eigen/src/Cholesky/LDLT.h
    M vendor/eigen/Eigen/src/Cholesky/LLT.h
    A vendor/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h
    M vendor/eigen/Eigen/src/CholmodSupport/CholmodSupport.h
    M vendor/eigen/Eigen/src/Core/Array.h
    M vendor/eigen/Eigen/src/Core/ArrayBase.h
    M vendor/eigen/Eigen/src/Core/ArrayWrapper.h
    M vendor/eigen/Eigen/src/Core/Assign.h
    A vendor/eigen/Eigen/src/Core/AssignEvaluator.h
    M vendor/eigen/Eigen/src/Core/Assign_MKL.h
    M vendor/eigen/Eigen/src/Core/BandMatrix.h
    M vendor/eigen/Eigen/src/Core/Block.h
    M vendor/eigen/Eigen/src/Core/BooleanRedux.h
    M vendor/eigen/Eigen/src/Core/CommaInitializer.h
    A vendor/eigen/Eigen/src/Core/ConditionEstimator.h
    A vendor/eigen/Eigen/src/Core/CoreEvaluators.h
    M vendor/eigen/Eigen/src/Core/CoreIterators.h
    M vendor/eigen/Eigen/src/Core/CwiseBinaryOp.h
    M vendor/eigen/Eigen/src/Core/CwiseNullaryOp.h
    A vendor/eigen/Eigen/src/Core/CwiseTernaryOp.h
    M vendor/eigen/Eigen/src/Core/CwiseUnaryOp.h
    M vendor/eigen/Eigen/src/Core/CwiseUnaryView.h
    M vendor/eigen/Eigen/src/Core/DenseBase.h
    M vendor/eigen/Eigen/src/Core/DenseCoeffsBase.h
    M vendor/eigen/Eigen/src/Core/DenseStorage.h
    M vendor/eigen/Eigen/src/Core/Diagonal.h
    M vendor/eigen/Eigen/src/Core/DiagonalMatrix.h
    M vendor/eigen/Eigen/src/Core/DiagonalProduct.h
    M vendor/eigen/Eigen/src/Core/Dot.h
    M vendor/eigen/Eigen/src/Core/EigenBase.h
    M vendor/eigen/Eigen/src/Core/ForceAlignedAccess.h
    M vendor/eigen/Eigen/src/Core/Fuzzy.h
    M vendor/eigen/Eigen/src/Core/GeneralProduct.h
    M vendor/eigen/Eigen/src/Core/GenericPacketMath.h
    M vendor/eigen/Eigen/src/Core/GlobalFunctions.h
    M vendor/eigen/Eigen/src/Core/IO.h
    A vendor/eigen/Eigen/src/Core/Inverse.h
    M vendor/eigen/Eigen/src/Core/Map.h
    M vendor/eigen/Eigen/src/Core/MapBase.h
    M vendor/eigen/Eigen/src/Core/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/MathFunctionsImpl.h
    M vendor/eigen/Eigen/src/Core/Matrix.h
    M vendor/eigen/Eigen/src/Core/MatrixBase.h
    M vendor/eigen/Eigen/src/Core/NestByValue.h
    M vendor/eigen/Eigen/src/Core/NoAlias.h
    M vendor/eigen/Eigen/src/Core/NumTraits.h
    M vendor/eigen/Eigen/src/Core/PermutationMatrix.h
    M vendor/eigen/Eigen/src/Core/PlainObjectBase.h
    A vendor/eigen/Eigen/src/Core/Product.h
    A vendor/eigen/Eigen/src/Core/ProductEvaluators.h
    M vendor/eigen/Eigen/src/Core/Random.h
    M vendor/eigen/Eigen/src/Core/Redux.h
    M vendor/eigen/Eigen/src/Core/Ref.h
    M vendor/eigen/Eigen/src/Core/Replicate.h
    M vendor/eigen/Eigen/src/Core/ReturnByValue.h
    M vendor/eigen/Eigen/src/Core/Reverse.h
    M vendor/eigen/Eigen/src/Core/Select.h
    M vendor/eigen/Eigen/src/Core/SelfAdjointView.h
    M vendor/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h
    A vendor/eigen/Eigen/src/Core/Solve.h
    M vendor/eigen/Eigen/src/Core/SolveTriangular.h
    A vendor/eigen/Eigen/src/Core/SolverBase.h
    M vendor/eigen/Eigen/src/Core/StableNorm.h
    M vendor/eigen/Eigen/src/Core/Stride.h
    M vendor/eigen/Eigen/src/Core/Swap.h
    M vendor/eigen/Eigen/src/Core/Transpose.h
    M vendor/eigen/Eigen/src/Core/Transpositions.h
    M vendor/eigen/Eigen/src/Core/TriangularMatrix.h
    M vendor/eigen/Eigen/src/Core/VectorBlock.h
    M vendor/eigen/Eigen/src/Core/VectorwiseOp.h
    M vendor/eigen/Eigen/src/Core/Visitor.h
    A vendor/eigen/Eigen/src/Core/arch/AVX/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/arch/AVX/PacketMath.h
    A vendor/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h
    A vendor/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h
    M vendor/eigen/Eigen/src/Core/arch/AltiVec/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h
    M vendor/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/Half.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/PacketMath.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h
    A vendor/eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h
    M vendor/eigen/Eigen/src/Core/arch/NEON/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h
    M vendor/eigen/Eigen/src/Core/arch/NEON/PacketMath.h
    M vendor/eigen/Eigen/src/Core/arch/SSE/Complex.h
    M vendor/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h
    M vendor/eigen/Eigen/src/Core/arch/SSE/PacketMath.h
    A vendor/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h
    A vendor/eigen/Eigen/src/Core/arch/ZVector/Complex.h
    A vendor/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h
    A vendor/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h
    A vendor/eigen/Eigen/src/Core/functors/AssignmentFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/BinaryFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/NullaryFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/StlFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/TernaryFunctors.h
    A vendor/eigen/Eigen/src/Core/functors/UnaryFunctors.h
    M vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h
    M vendor/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h
    M vendor/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
    A vendor/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
    A vendor/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/GeneralMatrixVector.h
    A vendor/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/Parallelizer.h
    M vendor/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
    A vendor/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h
    A vendor/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/SelfadjointProduct.h
    M vendor/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h
    M vendor/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h
    A vendor/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/TriangularMatrixVector.h
    A vendor/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h
    A vendor/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
    M vendor/eigen/Eigen/src/Core/products/TriangularSolverVector.h
    M vendor/eigen/Eigen/src/Core/util/BlasUtil.h
    M vendor/eigen/Eigen/src/Core/util/Constants.h
    M vendor/eigen/Eigen/src/Core/util/DisableStupidWarnings.h
    M vendor/eigen/Eigen/src/Core/util/ForwardDeclarations.h
    M vendor/eigen/Eigen/src/Core/util/MKL_support.h
    M vendor/eigen/Eigen/src/Core/util/Macros.h
    M vendor/eigen/Eigen/src/Core/util/Memory.h
    M vendor/eigen/Eigen/src/Core/util/Meta.h
    M vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
    M vendor/eigen/Eigen/src/Core/util/StaticAssert.h
    M vendor/eigen/Eigen/src/Core/util/XprHelper.h
    M vendor/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h
    M vendor/eigen/Eigen/src/Eigenvalues/ComplexSchur.h
    A vendor/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
    M vendor/eigen/Eigen/src/Eigenvalues/EigenSolver.h
    M vendor/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
    M vendor/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
    M vendor/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h
    M vendor/eigen/Eigen/src/Eigenvalues/RealQZ.h
    M vendor/eigen/Eigen/src/Eigenvalues/RealSchur.h
    A vendor/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
    M vendor/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
    A vendor/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
    M vendor/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h
    M vendor/eigen/Eigen/src/Geometry/AlignedBox.h
    M vendor/eigen/Eigen/src/Geometry/AngleAxis.h
    M vendor/eigen/Eigen/src/Geometry/EulerAngles.h
    M vendor/eigen/Eigen/src/Geometry/Homogeneous.h
    M vendor/eigen/Eigen/src/Geometry/Hyperplane.h
    M vendor/eigen/Eigen/src/Geometry/OrthoMethods.h
    M vendor/eigen/Eigen/src/Geometry/ParametrizedLine.h
    M vendor/eigen/Eigen/src/Geometry/Quaternion.h
    M vendor/eigen/Eigen/src/Geometry/Rotation2D.h
    M vendor/eigen/Eigen/src/Geometry/RotationBase.h
    M vendor/eigen/Eigen/src/Geometry/Scaling.h
    M vendor/eigen/Eigen/src/Geometry/Transform.h
    M vendor/eigen/Eigen/src/Geometry/Translation.h
    M vendor/eigen/Eigen/src/Geometry/Umeyama.h
    M vendor/eigen/Eigen/src/Geometry/arch/Geometry_SSE.h
    M vendor/eigen/Eigen/src/Householder/BlockHouseholder.h
    M vendor/eigen/Eigen/src/Householder/Householder.h
    M vendor/eigen/Eigen/src/Householder/HouseholderSequence.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
    A vendor/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
    M vendor/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
    A vendor/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
    A vendor/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
    M vendor/eigen/Eigen/src/Jacobi/Jacobi.h
    M vendor/eigen/Eigen/src/LU/Determinant.h
    M vendor/eigen/Eigen/src/LU/FullPivLU.h
    A vendor/eigen/Eigen/src/LU/InverseImpl.h
    M vendor/eigen/Eigen/src/LU/PartialPivLU.h
    A vendor/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h
    M vendor/eigen/Eigen/src/LU/arch/Inverse_SSE.h
    M vendor/eigen/Eigen/src/MetisSupport/MetisSupport.h
    M vendor/eigen/Eigen/src/OrderingMethods/Amd.h
    M vendor/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h
    M vendor/eigen/Eigen/src/OrderingMethods/Ordering.h
    M vendor/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h
    M vendor/eigen/Eigen/src/PardisoSupport/PardisoSupport.h
    M vendor/eigen/Eigen/src/QR/ColPivHouseholderQR.h
    A vendor/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
    A vendor/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h
    M vendor/eigen/Eigen/src/QR/FullPivHouseholderQR.h
    M vendor/eigen/Eigen/src/QR/HouseholderQR.h
    A vendor/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h
    M vendor/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
    A vendor/eigen/Eigen/src/SVD/BDCSVD.h
    M vendor/eigen/Eigen/src/SVD/JacobiSVD.h
    A vendor/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h
    A vendor/eigen/Eigen/src/SVD/SVDBase.h
    M vendor/eigen/Eigen/src/SVD/UpperBidiagonalization.h
    M vendor/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h
    M vendor/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
    M vendor/eigen/Eigen/src/SparseCore/AmbiVector.h
    M vendor/eigen/Eigen/src/SparseCore/CompressedStorage.h
    M vendor/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
    M vendor/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h
    A vendor/eigen/Eigen/src/SparseCore/SparseAssign.h
    M vendor/eigen/Eigen/src/SparseCore/SparseBlock.h
    M vendor/eigen/Eigen/src/SparseCore/SparseColEtree.h
    A vendor/eigen/Eigen/src/SparseCore/SparseCompressedBase.h
    M vendor/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
    M vendor/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
    M vendor/eigen/Eigen/src/SparseCore/SparseDenseProduct.h
    M vendor/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h
    M vendor/eigen/Eigen/src/SparseCore/SparseDot.h
    M vendor/eigen/Eigen/src/SparseCore/SparseFuzzy.h
    A vendor/eigen/Eigen/src/SparseCore/SparseMap.h
    M vendor/eigen/Eigen/src/SparseCore/SparseMatrix.h
    M vendor/eigen/Eigen/src/SparseCore/SparseMatrixBase.h
    M vendor/eigen/Eigen/src/SparseCore/SparsePermutation.h
    M vendor/eigen/Eigen/src/SparseCore/SparseProduct.h
    M vendor/eigen/Eigen/src/SparseCore/SparseRedux.h
    A vendor/eigen/Eigen/src/SparseCore/SparseRef.h
    M vendor/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h
    A vendor/eigen/Eigen/src/SparseCore/SparseSolverBase.h
    M vendor/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
    M vendor/eigen/Eigen/src/SparseCore/SparseTranspose.h
    M vendor/eigen/Eigen/src/SparseCore/SparseTriangularView.h
    M vendor/eigen/Eigen/src/SparseCore/SparseUtil.h
    M vendor/eigen/Eigen/src/SparseCore/SparseVector.h
    M vendor/eigen/Eigen/src/SparseCore/SparseView.h
    M vendor/eigen/Eigen/src/SparseCore/TriangularSolver.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLUImpl.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_Memory.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_Structs.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_Utils.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h
    M vendor/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h
    M vendor/eigen/Eigen/src/SparseQR/SparseQR.h
    M vendor/eigen/Eigen/src/StlSupport/StdDeque.h
    M vendor/eigen/Eigen/src/StlSupport/StdList.h
    M vendor/eigen/Eigen/src/StlSupport/StdVector.h
    M vendor/eigen/Eigen/src/StlSupport/details.h
    M vendor/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h
    M vendor/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h
    M vendor/eigen/Eigen/src/misc/Image.h
    M vendor/eigen/Eigen/src/misc/Kernel.h
    A vendor/eigen/Eigen/src/misc/RealSvd2x2.h
    M vendor/eigen/Eigen/src/misc/blas.h
    A vendor/eigen/Eigen/src/misc/lapack.h
    A vendor/eigen/Eigen/src/misc/lapacke.h
    A vendor/eigen/Eigen/src/misc/lapacke_mangling.h
    M vendor/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h
    M vendor/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h
    M vendor/eigen/Eigen/src/plugins/BlockMethods.h
    M vendor/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h
    M vendor/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h
    M vendor/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h
    M vendor/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h

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


  Commit: a7a93903f74a9645ef7ded510596060b1efe5404
      https://github.com/PDAL/PDAL/commit/a7a93903f74a9645ef7ded510596060b1efe5404
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M filters/AssignFilter.cpp

  Log Message:
  -----------
  Fix text of error message.


  Commit: 9c3fe607dee41944a32320eb02280bb9c4dc1ac0
      https://github.com/PDAL/PDAL/commit/9c3fe607dee41944a32320eb02280bb9c4dc1ac0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M doc/stages/filters.ferry.rst
    M filters/FerryFilter.cpp
    M filters/FerryFilter.hpp
    M test/unit/filters/FerryFilterTest.cpp

  Log Message:
  -----------
  Allow filters.ferry to create new dimensions with default initialization.
Allow filters.ferry to copy data from a single source to multiple destinations.
Error if an attempt is made to set a destination dimension more than once.
Close #1694


  Commit: 5cd16a2fe97f4f97c81b5618a029b929b3fd340c
      https://github.com/PDAL/PDAL/commit/5cd16a2fe97f4f97c81b5618a029b929b3fd340c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CMakeLists.txt
    M doc/stages/filters.assign.rst
    M doc/stages/readers.text.rst
    M filters/AssignFilter.cpp
    M filters/ColorinterpFilter.cpp
    M filters/ColorizationFilter.cpp
    M filters/private/DimRange.cpp
    M io/LasReader.cpp
    M io/LasReader.hpp
    M io/LasWriter.cpp
    M io/LasWriter.hpp
    M io/PlyReader.cpp
    M java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
    M java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala
    M kernels/SortKernel.cpp
    M pdal/Dimension.json
    M pdal/GDALUtils.hpp
    M pdal/Kernel.cpp
    M pdal/Metadata.hpp
    M pdal/StageFactory.cpp
    M pdal/util/ProgramArgs.hpp
    M pdal/util/Utils.cpp
    M pdal/util/Utils.hpp
    M plugins/nitf/io/NitfWriter.cpp
    M scripts/ci/script.sh
    A scripts/docker/1.4-maintenance/alpine/10-backtrace-guards.patch
    A scripts/docker/1.4-maintenance/alpine/Dockerfile
    A scripts/docker/1.4-maintenance/ubuntu/Dockerfile
    A scripts/docker/1.5-maintenance/alpine/10-backtrace-guards.patch
    A scripts/docker/1.5-maintenance/alpine/Dockerfile
    A scripts/docker/1.5-maintenance/ubuntu/Dockerfile
    A scripts/docker/master/alpine/Dockerfile
    A scripts/docker/master/ubuntu/Dockerfile
    M test/unit/MetadataTest.cpp
    M test/unit/UtilsTest.cpp
    M test/unit/filters/ColorinterpFilterTest.cpp
    M test/unit/io/LasWriterTest.cpp

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


  Commit: 045aaeac4d5a49bd75b3a642284b580283927a8c
      https://github.com/PDAL/PDAL/commit/045aaeac4d5a49bd75b3a642284b580283927a8c
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M filters/SampleFilter.cpp

  Log Message:
  -----------
  Remove random shuffle of points


  Commit: fdd399b3b47523b307fdcfde16a447b796cc9dbb
      https://github.com/PDAL/PDAL/commit/fdd399b3b47523b307fdcfde16a447b796cc9dbb
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M scripts/docker/master/alpine/Dockerfile
    M scripts/docker/master/ubuntu/Dockerfile

  Log Message:
  -----------
  Build PDAL Python package for Docker images on master branch

The PDAL Python package available via PyPI may not be guaranteed to work with
the master branch. Rather than installing via pip, just build it during image
creation.


  Commit: 8d8cc9418fca2c6074998baa8b0978d6241c6103
      https://github.com/PDAL/PDAL/commit/8d8cc9418fca2c6074998baa8b0978d6241c6103
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M filters/SampleFilter.cpp

  Log Message:
  -----------
  Merge pull request #1696 from PDAL/sample-filter-masking-issue

Remove random shuffle of points


  Commit: 17f7f2e8a78645f54cea4cbb112ba3dc5f8f1503
      https://github.com/PDAL/PDAL/commit/17f7f2e8a78645f54cea4cbb112ba3dc5f8f1503
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M scripts/docker/master/alpine/Dockerfile
    M scripts/docker/master/ubuntu/Dockerfile

  Log Message:
  -----------
  Merge pull request #1697 from PDAL/build-pdal-python-package-on-master-branch

Build PDAL Python package for Docker images on master branch


Compare: https://github.com/PDAL/PDAL/compare/e6f7cf131a61...17f7f2e8a786


More information about the pdal-commits mailing list