[pdal-commits] [PDAL/PDAL] 37a966: Reading and writing LAS seems to work.

GitHub noreply at github.com
Mon Oct 27 08:46:27 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 37a966847a69d41100370dc9d4060418be5bf472
      https://github.com/PDAL/PDAL/commit/37a966847a69d41100370dc9d4060418be5bf472
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/Bounds.hpp
    M include/pdal/Charbuf.hpp
    M include/pdal/IStream.hpp
    M include/pdal/OStream.hpp
    M include/pdal/Options.hpp
    M include/pdal/Writer.hpp
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/las/SummaryData.hpp
    R include/pdal/drivers/las/Support.hpp
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M include/pdal/drivers/las/Writer.hpp
    M include/pdal/drivers/nitf/Reader.hpp
    M include/pdal/drivers/nitf/Writer.hpp
    M src/CMakeLists.txt
    M src/Charbuf.cpp
    M src/StreamFactory.cpp
    M src/Utils.cpp
    M src/Writer.cpp
    M src/drivers/las/GeotiffSupport.cpp
    M src/drivers/las/GeotiffSupport.hpp
    M src/drivers/las/Header.cpp
    R src/drivers/las/LasHeaderReader.cpp
    R src/drivers/las/LasHeaderReader.hpp
    R src/drivers/las/LasHeaderWriter.cpp
    R src/drivers/las/LasHeaderWriter.hpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/SummaryData.cpp
    R src/drivers/las/Support.cpp
    M src/drivers/las/VariableLengthRecord.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/las/ZipPoint.cpp
    M src/drivers/nitf/Reader.cpp
    M src/drivers/nitf/Writer.cpp
    M test/unit/CMakeLists.txt
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/apps/pc2pcTest.cpp
    M test/unit/drivers/las/LasReaderTest.cpp
    R test/unit/filters/InPlaceReprojectionFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp

  Log Message:
  -----------
  Reading and writing LAS seems to work.


  Commit: 591fd567d85774fbc276f179fd7f5eb34336d63f
      https://github.com/PDAL/PDAL/commit/591fd567d85774fbc276f179fd7f5eb34336d63f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M doc/apps.rst
    M doc/community.rst
    M doc/compilation/dependencies.rst
    M doc/stages/drivers.faux.reader.rst
    M doc/stages/drivers.nitf.reader.rst
    M doc/stages/drivers.p2g.writer.rst
    M doc/stages/drivers.pgpointcloud.writer.rst
    R doc/stages/filters.byteswap.rst
    R doc/stages/filters.cache.rst
    R doc/stages/filters.color.rst
    A doc/stages/filters.ferry.rst
    R doc/stages/filters.inplacereprojection.rst
    A doc/stages/filters.reprojection.rst
    R doc/stages/filters.scaling.rst
    R doc/stages/filters.selector.rst
    M doc/stages/index.rst
    M doc/tutorial/writing.rst
    M doc/vagrant.rst
    M include/pdal/Bounds.hpp
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    M include/pdal/KDIndex.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/PCLConversions.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/QuadIndex.hpp
    R include/pdal/Range.hpp
    M include/pdal/SpatialReference.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StreamFactory.hpp
    M include/pdal/Utils.hpp
    R include/pdal/Vector.hpp
    A include/pdal/drivers/buffer/BufferReader.hpp
    M include/pdal/drivers/greyhound/Reader.hpp
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/SummaryData.hpp
    M include/pdal/drivers/las/Writer.hpp
    M include/pdal/drivers/nitf/Reader.hpp
    M include/pdal/drivers/nitf/Writer.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/drivers/p2g/P2gWriter.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    M include/pdal/filters/Crop.hpp
    A include/pdal/filters/Ferry.hpp
    M include/pdal/filters/Reprojection.hpp
    M include/pdal/filters/Stats.hpp
    M include/pdal/kernel/Random.hpp
    M include/pdal/kernel/Translate.hpp
    M include/pdal/pdal.hpp
    M src/Bounds.cpp
    M src/CMakeLists.txt
    M src/Metadata.cpp
    M src/PipelineWriter.cpp
    M src/PointBuffer.cpp
    M src/QuadIndex.cpp
    R src/Range.cpp
    M src/SpatialReference.cpp
    M src/Stage.cpp
    M src/StageFactory.cpp
    M src/StreamFactory.cpp
    M src/Utils.cpp
    R src/Vector.cpp
    M src/drivers/bpf/BpfReader.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/greyhound/Reader.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/SummaryData.cpp
    M src/drivers/las/Writer.cpp
    A src/drivers/nitf/MetadataReader.cpp
    A src/drivers/nitf/MetadataReader.hpp
    M src/drivers/nitf/NitfFile.cpp
    M src/drivers/nitf/NitfFile.hpp
    M src/drivers/nitf/Reader.cpp
    M src/drivers/nitf/Writer.cpp
    A src/drivers/nitf/tre_plugins.cpp
    A src/drivers/nitf/tre_plugins.hpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/oci/common.cpp
    M src/drivers/p2g/P2gWriter.cpp
    M src/drivers/pcd/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Chipper.cpp
    M src/filters/Crop.cpp
    M src/filters/Decimation.cpp
    A src/filters/Ferry.cpp
    M src/filters/PCLBlock.cpp
    M src/kernel/Info.cpp
    M src/kernel/Random.cpp
    M src/kernel/Translate.cpp
    R test/BuildSetup-embed.jenkins
    R test/BuildSetup.jenkins
    M test/data/bpf/bpf.xml
    A test/data/bpf/bpf2nitf.xml
    A test/data/filters/ferry.xml
    A test/data/nitf/write_laz.xml
    R test/jenkins.sh
    M test/unit/BoundsTest.cpp
    M test/unit/CMakeLists.txt
    M test/unit/LogTest.cpp
    M test/unit/MetadataTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/PointBufferTest.cpp
    R test/unit/RangeTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/Support.cpp
    M test/unit/Support.hpp
    M test/unit/UtilsTest.cpp
    R test/unit/VectorTest.cpp
    A test/unit/drivers/buffer/BufferTest.cpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    A test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into las1.4

Conflicts:
	include/pdal/Bounds.hpp
	include/pdal/drivers/las/Header.hpp
	include/pdal/drivers/las/SummaryData.hpp
	include/pdal/drivers/las/Writer.hpp
	src/drivers/las/Header.cpp
	src/drivers/las/LasHeaderReader.cpp
	src/drivers/las/SummaryData.cpp
	src/drivers/las/Support.cpp
	src/drivers/las/Writer.cpp
	src/drivers/nitf/Reader.cpp


  Commit: 2ffb83c16b50e272cdff72b8c627c8d4d43dc431
      https://github.com/PDAL/PDAL/commit/2ffb83c16b50e272cdff72b8c627c8d4d43dc431
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M src/Charbuf.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/SummaryData.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/las/ZipPoint.cpp

  Log Message:
  -----------
  Try to make the compiler happy.


  Commit: e7a3669e2c070dc292d50024672e46869aedf9ad
      https://github.com/PDAL/PDAL/commit/e7a3669e2c070dc292d50024672e46869aedf9ad
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  More compilation fixes.


  Commit: fd343e47a88d9e073ca1e8b04bf6ae444e0b386b
      https://github.com/PDAL/PDAL/commit/fd343e47a88d9e073ca1e8b04bf6ae444e0b386b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M src/SpatialReference.cpp
    M src/drivers/las/GeotiffSupport.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Writer.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Bug fixes and warning cleanup.


  Commit: 8b878da4257d65d28ada5c63a81d8ac0b287be2b
      https://github.com/PDAL/PDAL/commit/8b878da4257d65d28ada5c63a81d8ac0b287be2b
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-03 (Fri, 03 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M include/pdal/drivers/las/Writer.hpp
    M include/pdal/drivers/las/ZipPoint.hpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/las/ZipPoint.cpp

  Log Message:
  -----------
  Make ZIP stuff work again.


  Commit: 25a12afbecb367252387fb68faa86485dc6372b8
      https://github.com/PDAL/PDAL/commit/25a12afbecb367252387fb68faa86485dc6372b8
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-06 (Mon, 06 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/Header.hpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  Don't allow waveform point formats.


  Commit: 4b760aa4b8e1cd55b532c380c5acdcb8c384217f
      https://github.com/PDAL/PDAL/commit/4b760aa4b8e1cd55b532c380c5acdcb8c384217f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-06 (Mon, 06 Oct 2014)

  Changed paths:
    M include/pdal/Metadata.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/oci/OciReader.hpp
    M include/pdal/kernel/Ground.hpp
    M src/drivers/nitf/MetadataReader.cpp
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/common.cpp
    M src/kernel/Ground.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into las1.4


  Commit: 3b2248d2c24fbab7c51b2bf6ae30f3c912e46660
      https://github.com/PDAL/PDAL/commit/3b2248d2c24fbab7c51b2bf6ae30f3c912e46660
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    M include/pdal/Dimension.hpp
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/Reader.hpp
    M src/drivers/las/Reader.cpp

  Log Message:
  -----------
  Support point formats 6-10.


  Commit: b812706e9ef0f525cd5ab90889bbbea4043ef135
      https://github.com/PDAL/PDAL/commit/b812706e9ef0f525cd5ab90889bbbea4043ef135
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    M include/pdal/drivers/bpf/BpfHeader.hpp
    M include/pdal/drivers/bpf/BpfReader.hpp
    M src/drivers/bpf/BpfHeader.cpp
    M src/drivers/bpf/BpfReader.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into las1.4


  Commit: f502850308c64ba506bf74b1f9da85e52cca00f6
      https://github.com/PDAL/PDAL/commit/f502850308c64ba506bf74b1f9da85e52cca00f6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-09 (Thu, 09 Oct 2014)

  Changed paths:
    M include/pdal/OStream.hpp
    M include/pdal/drivers/las/Writer.hpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/SummaryData.cpp
    M src/drivers/las/VariableLengthRecord.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/las/ZipPoint.cpp

  Log Message:
  -----------
  Make LAZ really work.


  Commit: 58fd368b8da4e419e1c25597fc57386c69d71438
      https://github.com/PDAL/PDAL/commit/58fd368b8da4e419e1c25597fc57386c69d71438
  Author: Andrew <andrew at abell-vb2.(none)>
  Date:   2014-10-09 (Thu, 09 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  Small build fixes.


  Commit: 439e27d340244200e8db5a1c5de90c58fde03928
      https://github.com/PDAL/PDAL/commit/439e27d340244200e8db5a1c5de90c58fde03928
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M apps/CMakeLists.txt
    M apps/pdal.cpp
    M doc/apps.rst
    A doc/stages/drivers.buffer.reader.rst
    A doc/stages/drivers.pclvisualizer.writer.rst
    M doc/stages/index.rst
    M include/pdal/Drivers.hpp
    M include/pdal/PDALUtils.hpp
    A include/pdal/drivers/pclvisualizer/PCLVisualizer.hpp
    M include/pdal/kernel/Application.hpp
    M include/pdal/kernel/Info.hpp
    M include/pdal/kernel/Kernel.hpp
    M include/pdal/kernel/Translate.hpp
    A include/pdal/kernel/View.hpp
    M include/stubs/pcl/point_types.h
    A include/stubs/pcl/visualization/pcl_visualizer.h
    A include/stubs/pcl/visualization/point_cloud_color_handlers.h
    M pdal_defines.h.in
    M src/CMakeLists.txt
    A src/PDALUtils.cpp
    M src/SpatialReference.cpp
    M src/StageFactory.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/nitf/MetadataReader.hpp
    M src/drivers/nitf/NitfFile.cpp
    M src/drivers/nitf/NitfFile.hpp
    M src/drivers/nitf/Writer.cpp
    M src/drivers/nitf/tre_plugins.cpp
    A src/drivers/pclvisualizer/PCLVisualizer.cpp
    M src/filters/Decimation.cpp
    M src/kernel/Application.cpp
    M src/kernel/Ground.cpp
    M src/kernel/Info.cpp
    M src/kernel/PCL.cpp
    M src/kernel/Pipeline.cpp
    M src/kernel/Random.cpp
    M src/kernel/Translate.cpp
    A src/kernel/View.cpp
    M src/pdal_config.cpp
    M test/unit/main.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into las1.4

Conflicts:
	include/pdal/drivers/las/Writer.hpp
	src/drivers/las/Reader.cpp
	src/drivers/las/Writer.cpp


  Commit: 104f4e02755466564352ff374da8d74abae9a56c
      https://github.com/PDAL/PDAL/commit/104f4e02755466564352ff374da8d74abae9a56c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  Move initialization of zipper/zip point inside ifdef.


  Commit: 71ecfcc99448e38bfa36ee35222bcbada4336ab7
      https://github.com/PDAL/PDAL/commit/71ecfcc99448e38bfa36ee35222bcbada4336ab7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  Merge branch 'las1.4' of https://github.com/PDAL/PDAL into las1.4

Conflicts:
	src/drivers/las/Writer.cpp


  Commit: e87efed4a927af39051bff46701baa142cfa7a10
      https://github.com/PDAL/PDAL/commit/e87efed4a927af39051bff46701baa142cfa7a10
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/PointBuffer.hpp
    M src/Bounds.cpp
    M src/PointBuffer.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into las1.4


  Commit: c86ffa0fb00f9b09b4659fd98610569376755fab
      https://github.com/PDAL/PDAL/commit/c86ffa0fb00f9b09b4659fd98610569376755fab
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M cmake/examples/hobu-config.sh
    M doc/stages/filters.pclblock.rst
    M doc/tutorial/pcl_block_tutorial.rst
    A doc/tutorial/pcl_spec.rst
    M include/pdal/Filter.hpp
    M include/pdal/PCLConversions.hpp
    M include/pdal/PipelineManager.hpp
    M include/pdal/Reader.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StageFactory.hpp
    M include/pdal/Writer.hpp
    M include/pdal/drivers/bpf/BpfReader.hpp
    M include/pdal/drivers/buffer/BufferReader.hpp
    M include/pdal/drivers/caris/CloudReader.hpp
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/drivers/greyhound/Reader.hpp
    M include/pdal/drivers/icebridge/Reader.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/las/Writer.hpp
    M include/pdal/drivers/mrsid/Reader.hpp
    M include/pdal/drivers/nitf/Reader.hpp
    M include/pdal/drivers/nitf/Writer.hpp
    M include/pdal/drivers/oci/OciReader.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/drivers/p2g/P2gWriter.hpp
    M include/pdal/drivers/pcd/Reader.hpp
    M include/pdal/drivers/pcd/Writer.hpp
    M include/pdal/drivers/pgpointcloud/PgReader.hpp
    M include/pdal/drivers/pgpointcloud/Writer.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    M include/pdal/drivers/sbet/Reader.hpp
    M include/pdal/drivers/sbet/Writer.hpp
    M include/pdal/drivers/sqlite/SQLiteReader.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    M include/pdal/drivers/terrasolid/Reader.hpp
    M include/pdal/drivers/text/Writer.hpp
    M include/pdal/filters/ByteSwap.hpp
    M include/pdal/filters/Cache.hpp
    M include/pdal/filters/Chipper.hpp
    M include/pdal/filters/Colorization.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/Decimation.hpp
    M include/pdal/filters/Ferry.hpp
    M include/pdal/filters/HexBin.hpp
    M include/pdal/filters/InPlaceReprojection.hpp
    M include/pdal/filters/Merge.hpp
    M include/pdal/filters/PCLBlock.hpp
    M include/pdal/filters/Predicate.hpp
    M include/pdal/filters/Programmable.hpp
    M include/pdal/filters/Reprojection.hpp
    M include/pdal/filters/Scaling.hpp
    M include/pdal/filters/Selector.hpp
    M include/pdal/filters/Splitter.hpp
    M include/pdal/filters/Stats.hpp
    M include/pdal/kernel/Support.hpp
    M include/pdal/pdal_macros.hpp
    M src/CMakeLists.txt
    M src/PipelineManager.cpp
    M src/PipelineReader.cpp
    M src/Stage.cpp
    M src/StageFactory.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/pcd/Reader.cpp
    M src/drivers/pcd/Writer.cpp
    M src/drivers/pgpointcloud/PgReader.cpp
    M src/drivers/pgpointcloud/Writer.cpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/sqlite/SQLiteReader.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Crop.cpp
    M src/filters/Decimation.cpp
    M src/filters/PCLBlock.cpp
    M src/filters/Reprojection.cpp
    M src/kernel/Delta.cpp
    M src/kernel/Diff.cpp
    M src/kernel/Ground.cpp
    M src/kernel/Info.cpp
    M src/kernel/PCL.cpp
    M src/kernel/Random.cpp
    M src/kernel/Support.cpp
    M src/kernel/Translate.cpp
    A src/pclsupport/PCLPipeline.cpp
    A src/pclsupport/PCLPipeline.h
    A src/pclsupport/PCLPipeline.hpp
    R test/data/filters/pcl/conditional_removal.json
    A test/data/filters/pcl/example_PMF_1.json
    A test/data/filters/pcl/example_PMF_2.json
    A test/data/filters/pcl/example_PassThrough_1.json
    A test/data/filters/pcl/example_PassThrough_2.json
    A test/data/filters/pcl/filter_APMF_1.json
    A test/data/filters/pcl/filter_ConditionalRemoval_1.json
    A test/data/filters/pcl/filter_ConditionalRemoval_2.json
    A test/data/filters/pcl/filter_GridMinimum.json
    A test/data/filters/pcl/filter_NormalEstimation_1.json
    A test/data/filters/pcl/filter_NormalEstimation_2.json
    A test/data/filters/pcl/filter_PMF_1.json
    A test/data/filters/pcl/filter_PMF_2.json
    A test/data/filters/pcl/filter_PMF_3.json
    A test/data/filters/pcl/filter_PMF_4.json
    A test/data/filters/pcl/filter_PMF_5.json
    A test/data/filters/pcl/filter_PMF_6.json
    A test/data/filters/pcl/filter_PMF_7.json
    A test/data/filters/pcl/filter_PMF_8.json
    A test/data/filters/pcl/filter_PMF_9.json
    A test/data/filters/pcl/filter_PassThrough_1.json
    A test/data/filters/pcl/filter_PassThrough_2.json
    A test/data/filters/pcl/filter_RadiusOutlierRemoval_1.json
    A test/data/filters/pcl/filter_RadiusOutlierRemoval_2.json
    A test/data/filters/pcl/filter_StatisticalOutlierRemoval_1.json
    A test/data/filters/pcl/filter_StatisticalOutlierRemoval_2.json
    A test/data/filters/pcl/filter_VoxelGrid.json
    R test/data/filters/pcl/grid_minimum.json
    R test/data/filters/pcl/normal_estimation.json
    R test/data/filters/pcl/outlier_removal.json
    R test/data/filters/pcl/passthrough.json
    A test/data/filters/pcl/passthrough.xml
    R test/data/filters/pcl/passthrough_outlier_removal.json
    R test/data/filters/pcl/progressive_morphological_filter.json
    R test/data/filters/pcl/voxel_grid.json
    R test/data/filters/pcl_conditional_removal.xml
    R test/data/filters/pcl_grid_minimum.xml
    R test/data/filters/pcl_normal_estimation.xml
    R test/data/filters/pcl_outlier_removal.xml
    R test/data/filters/pcl_passthrough.xml
    R test/data/filters/pcl_passthrough_outlier_removal.xml
    R test/data/filters/pcl_progressive_morphological_filter.xml
    R test/data/filters/pcl_voxel_grid.xml
    M test/unit/LogTest.cpp
    M test/unit/OptionsTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/apps/pc2pcTest.cpp
    M test/unit/drivers/bpf/BPFTest.cpp
    M test/unit/drivers/buffer/BufferTest.cpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/drivers/icebridge/IcebridgeReaderTest.cpp
    M test/unit/drivers/las/LasReaderTest.cpp
    M test/unit/drivers/nitf/NitfReaderTest.cpp
    M test/unit/drivers/nitf/NitfWriterTest.cpp
    M test/unit/drivers/oci/OCITest.cpp
    M test/unit/drivers/qfit/QFITReaderTest.cpp
    M test/unit/drivers/sbet/SbetReaderTest.cpp
    M test/unit/drivers/sbet/SbetWriterTest.cpp
    M test/unit/drivers/sqlite/SQLiteTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/ColorizationFilterTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/HexbinFilterTest.cpp
    M test/unit/filters/PCLBlockFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' into las1.4

Conflicts:
	include/pdal/drivers/las/Writer.hpp
	src/drivers/las/Writer.cpp
	test/unit/SpatialReferenceTest.cpp
	test/unit/drivers/las/LasReaderTest.cpp


  Commit: 92cb0bd80c9fd8e63fa44a54511707e8a6497878
      https://github.com/PDAL/PDAL/commit/92cb0bd80c9fd8e63fa44a54511707e8a6497878
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/drivers/las/Reader.cpp
    M test/unit/SpatialReferenceTest.cpp

  Log Message:
  -----------
  Missed options fix.


  Commit: 9ba58d0bdd266ca36059c9c29956e62c5ff89712
      https://github.com/PDAL/PDAL/commit/9ba58d0bdd266ca36059c9c29956e62c5ff89712
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/drivers/las/Header.cpp
    M src/drivers/las/Reader.cpp

  Log Message:
  -----------
  Add default point sizes for 1.4 point types.
Other small changes.


  Commit: 12f009ca9047817fafa7f56a653ebff81d6a4ee9
      https://github.com/PDAL/PDAL/commit/12f009ca9047817fafa7f56a653ebff81d6a4ee9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M .travis.yml
    M doc/faq.rst
    M doc/index.rst
    M include/pdal/drivers/pclvisualizer/PCLVisualizer.hpp
    M scripts/ci/script.sh
    M src/drivers/pclvisualizer/PCLVisualizer.cpp
    M src/kernel/Application.cpp
    M src/kernel/View.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into las1.4


  Commit: 1d6e5b524f1d48c62f948dbf32e57c2400685294
      https://github.com/PDAL/PDAL/commit/1d6e5b524f1d48c62f948dbf32e57c2400685294
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-14 (Tue, 14 Oct 2014)

  Changed paths:
    M include/pdal/pdal_types.hpp
    M src/Writer.cpp

  Log Message:
  -----------
  Add auto-fields to xform structure.


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

  Changed paths:
    M test/unit/CMakeLists.txt
    R test/unit/SchemaLayoutTest.cpp
    R test/unit/filters/ScalingFilterTest.cpp
    R test/unit/filters/SelectorFilterTest.cpp

  Log Message:
  -----------
  Remove dead tests.


  Commit: 597a184c171644d662f639bb64f71b3d9f5e118c
      https://github.com/PDAL/PDAL/commit/597a184c171644d662f639bb64f71b3d9f5e118c
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  Add empty for PointBuffer.


  Commit: 357ab82c25a201e565f3575f97aa217f6c3d5308
      https://github.com/PDAL/PDAL/commit/357ab82c25a201e565f3575f97aa217f6c3d5308
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-16 (Thu, 16 Oct 2014)

  Changed paths:
    M src/drivers/faux/Reader.cpp

  Log Message:
  -----------
  Formatting.


  Commit: f415da5fc9e229eb187500e3039c39fc825bb7ea
      https://github.com/PDAL/PDAL/commit/f415da5fc9e229eb187500e3039c39fc825bb7ea
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-16 (Thu, 16 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/Reader.hpp
    M src/drivers/las/Reader.cpp

  Log Message:
  -----------
  Remove dead code from LAS reader.


  Commit: f0d97b12becbef840f3df380e013688e6a38e5f7
      https://github.com/PDAL/PDAL/commit/f0d97b12becbef840f3df380e013688e6a38e5f7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-16 (Thu, 16 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/Header.hpp

  Log Message:
  -----------
  Fix error in assertion.


  Commit: 55666feda0a6b9b5b64a59bc4c0b2b966e9be387
      https://github.com/PDAL/PDAL/commit/55666feda0a6b9b5b64a59bc4c0b2b966e9be387
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-20 (Mon, 20 Oct 2014)

  Changed paths:
    M include/pdal/Writer.hpp
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M include/pdal/drivers/las/Writer.hpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/VariableLengthRecord.cpp
    M src/drivers/las/Writer.cpp
    M test/unit/CMakeLists.txt
    M test/unit/StageTester.hpp
    M test/unit/drivers/las/LasWriterTest.cpp

  Log Message:
  -----------
  LAS auto-offset computation.
Fix record signature for 1.0 LAS VLRs.


  Commit: 7da8d04ffa37e45cfa069122304263ad50ea29d6
      https://github.com/PDAL/PDAL/commit/7da8d04ffa37e45cfa069122304263ad50ea29d6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-20 (Mon, 20 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M cmake/modules/FindJsoncpp.cmake
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    M include/pdal/GDALUtils.hpp
    M include/pdal/Options.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/bpf/BpfReader.hpp
    M include/pdal/drivers/nitf/Writer.hpp
    M include/pdal/filters/Colorization.hpp
    M include/pdal/filters/Reprojection.hpp
    M pdal_defines.h.in
    M scripts/ci/before_install.sh
    M scripts/ci/script.sh
    M src/CMakeLists.txt
    M src/GDALUtils.cpp
    M src/GlobalEnvironment.cpp
    M src/Options.cpp
    M src/SpatialReference.cpp
    M src/StageFactory.cpp
    M src/Utils.cpp
    M src/XMLSchema.cpp
    M src/drivers/bpf/BpfReader.cpp
    M src/drivers/greyhound/Exchanges.hpp
    M src/drivers/greyhound/Reader.cpp
    M src/drivers/las/GeotiffSupport.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/VariableLengthRecord.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/nitf/Writer.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Colorization.cpp
    M src/filters/Crop.cpp
    M src/filters/Reprojection.cpp
    M src/kernel/Ground.cpp
    M src/kernel/PCL.cpp
    M src/kernel/Random.cpp
    M src/pdal_config.cpp
    M test/data/nitf/write_options.xml
    M test/unit/BoundsTest.cpp
    M test/unit/ConfigTest.cpp
    M test/unit/DimensionTest.cpp
    M test/unit/EnvironmentTest.cpp
    M test/unit/FileUtilsTest.cpp
    M test/unit/GDALUtilsTest.cpp
    M test/unit/LogTest.cpp
    M test/unit/MetadataTest.cpp
    M test/unit/OptionsTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/PointBufferTest.cpp
    M test/unit/SchemaTest.cpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/StageFactoryTest.cpp
    M test/unit/StreamFactoryTest.cpp
    M test/unit/Support.cpp
    M test/unit/SupportTest.cpp
    M test/unit/TestConfig.cpp
    A test/unit/UnitTest.hpp
    M test/unit/UserCallbackTest.cpp
    M test/unit/UtilsTest.cpp
    M test/unit/XMLSchemaTest.cpp
    M test/unit/apps/pc2pcTest.cpp
    M test/unit/apps/pcinfoTest.cpp
    M test/unit/apps/pcpipelineTest.cpp
    M test/unit/drivers/bpf/BPFTest.cpp
    M test/unit/drivers/buffer/BufferTest.cpp
    M test/unit/drivers/caris/CarisReaderTest.cpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/drivers/icebridge/IcebridgeReaderTest.cpp
    M test/unit/drivers/las/LasReaderTest.cpp
    M test/unit/drivers/las/LasWriterTest.cpp
    M test/unit/drivers/nitf/NitfReaderTest.cpp
    M test/unit/drivers/nitf/NitfWriterTest.cpp
    M test/unit/drivers/oci/OCITest.cpp
    M test/unit/drivers/pgpointcloud/PgpointcloudWriterTest.cpp
    M test/unit/drivers/qfit/QFITReaderTest.cpp
    M test/unit/drivers/sbet/SbetReaderTest.cpp
    M test/unit/drivers/sbet/SbetWriterTest.cpp
    M test/unit/drivers/sqlite/SQLiteTest.cpp
    M test/unit/drivers/terrasolid/TerraSolidReaderTest.cpp
    M test/unit/drivers/text/TextWriterTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/ColorizationFilterTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    M test/unit/filters/FerryFilterTest.cpp
    M test/unit/filters/HexbinFilterTest.cpp
    M test/unit/filters/MergeTest.cpp
    M test/unit/filters/PCLBlockFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/main.cpp
    M test/unit/plang/PLangTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/PDAL/PDAL into las1.4
Fix NULL spatial reference for NITF clipping.
Change PDAL_HAVE_SRS to PDAL_HAVE_LIBGEOTIFF

Conflicts:
	include/pdal/PointBuffer.hpp
	include/pdal/drivers/nitf/Writer.hpp
	src/drivers/las/GeotiffSupport.cpp
	src/drivers/las/Reader.cpp
	src/drivers/las/VariableLengthRecord.cpp
	test/unit/SchemaLayoutTest.cpp
	test/unit/SpatialReferenceTest.cpp
	test/unit/drivers/las/LasWriterTest.cpp
	test/unit/filters/InPlaceReprojectionFilterTest.cpp
	test/unit/filters/ScalingFilterTest.cpp
	test/unit/filters/SelectorFilterTest.cpp


  Commit: cb49073bac5f96a19856a3d00206aefedab3120f
      https://github.com/PDAL/PDAL/commit/cb49073bac5f96a19856a3d00206aefedab3120f
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-21 (Tue, 21 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/Header.hpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/apps/pc2pcTest.cpp

  Log Message:
  -----------
  Fixes for builds without libgeotiff.
Fix assertion bound.


  Commit: b251ed1f3139548f77e5a89e192f399a78de5cf7
      https://github.com/PDAL/PDAL/commit/b251ed1f3139548f77e5a89e192f399a78de5cf7
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-21 (Tue, 21 Oct 2014)

  Changed paths:
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/apps/pc2pcTest.cpp

  Log Message:
  -----------
  More Travis fixes.


  Commit: 9ee052e34879e861fbc34bde8d453ba5901cb7b2
      https://github.com/PDAL/PDAL/commit/9ee052e34879e861fbc34bde8d453ba5901cb7b2
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/SummaryData.hpp
    M include/pdal/drivers/las/VariableLengthRecord.hpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/VariableLengthRecord.cpp
    M src/drivers/las/Writer.cpp

  Log Message:
  -----------
  Merge branch 'las1.4'

Conflicts:
	include/pdal/IStream.hpp
	include/pdal/drivers/las/Header.hpp
	include/pdal/drivers/las/SummaryData.hpp
	include/pdal/drivers/las/VariableLengthRecord.hpp
	include/pdal/kernel/Sort.hpp
	src/drivers/las/Header.cpp
	src/drivers/las/Writer.cpp


  Commit: bfdde5fbebdb0aa665bbadc5c2bee2ce64270758
      https://github.com/PDAL/PDAL/commit/bfdde5fbebdb0aa665bbadc5c2bee2ce64270758
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M CMakeLists.txt
    M apps/CMakeLists.txt
    M apps/pdal.cpp
    M cmake/pdal_targets.cmake
    M doc/stages/filters.pclblock.rst
    A doc/tutorial/after-front1.png
    A doc/tutorial/after-front2.png
    A doc/tutorial/after-front3.png
    A doc/tutorial/after-top1.png
    A doc/tutorial/after-top2.png
    A doc/tutorial/after-top3.png
    M doc/tutorial/index.rst
    A doc/tutorial/original.png
    A doc/tutorial/pcl_ground.rst
    A doc/tutorial/sor_pmf.json
    A doc/tutorial/sor_pmf2.json
    M include/pdal/Drivers.hpp
    M include/pdal/Filters.hpp
    R include/pdal/Kernel.hpp
    R include/pdal/PCLConversions.hpp
    M include/pdal/StageFactory.hpp
    R include/pdal/drivers/pcd/Common.hpp
    R include/pdal/drivers/pcd/Reader.hpp
    R include/pdal/drivers/pcd/Writer.hpp
    R include/pdal/drivers/pcd/point_types.hpp
    R include/pdal/drivers/pclvisualizer/PCLVisualizer.hpp
    M include/pdal/filters/Decimation.hpp
    R include/pdal/filters/PCLBlock.hpp
    M include/pdal/kernel/Delta.hpp
    M include/pdal/kernel/Diff.hpp
    R include/pdal/kernel/Ground.hpp
    M include/pdal/kernel/Info.hpp
    M include/pdal/kernel/Kernel.hpp
    A include/pdal/kernel/KernelFactory.hpp
    A include/pdal/kernel/KernelInfo.hpp
    A include/pdal/kernel/Kernels.hpp
    R include/pdal/kernel/PCL.hpp
    M include/pdal/kernel/Pipeline.hpp
    M include/pdal/kernel/Random.hpp
    M include/pdal/kernel/Sort.hpp
    M include/pdal/kernel/Translate.hpp
    R include/pdal/kernel/View.hpp
    M include/pdal/pdal_macros.hpp
    R include/stubs/pcl/console/print.h
    R include/stubs/pcl/filters/voxel_grid.h
    R include/stubs/pcl/for_each_type.h
    R include/stubs/pcl/io/impl/pcd_io.hpp
    R include/stubs/pcl/io/pcd_io.h
    R include/stubs/pcl/pcl_config.h
    R include/stubs/pcl/pipeline/pipeline.h
    R include/stubs/pcl/point_traits.h
    R include/stubs/pcl/point_types.h
    R include/stubs/pcl/visualization/pcl_visualizer.h
    R include/stubs/pcl/visualization/point_cloud_color_handlers.h
    M pdal_defines.h.in
    A plugins/CMakeLists.txt
    A plugins/pcl/CMakeLists.txt
    A plugins/pcl/PCLConversions.hpp
    A plugins/pcl/drivers/PCLVisualizer.cpp
    A plugins/pcl/drivers/PCLVisualizer.hpp
    A plugins/pcl/drivers/PcdCommon.cpp
    A plugins/pcl/drivers/PcdCommon.hpp
    A plugins/pcl/drivers/PcdReader.cpp
    A plugins/pcl/drivers/PcdReader.hpp
    A plugins/pcl/drivers/PcdWriter.cpp
    A plugins/pcl/drivers/PcdWriter.hpp
    A plugins/pcl/drivers/point_types.hpp
    A plugins/pcl/filters/PCLBlock.cpp
    A plugins/pcl/filters/PCLBlock.hpp
    A plugins/pcl/kernel/Ground.cpp
    A plugins/pcl/kernel/Ground.hpp
    A plugins/pcl/kernel/PCL.cpp
    A plugins/pcl/kernel/PCL.hpp
    A plugins/pcl/kernel/Smooth.cpp
    A plugins/pcl/kernel/Smooth.hpp
    A plugins/pcl/kernel/View.cpp
    A plugins/pcl/kernel/View.hpp
    A plugins/pcl/pipeline/PCLPipeline.cpp
    A plugins/pcl/pipeline/PCLPipeline.h
    A plugins/pcl/pipeline/PCLPipeline.hpp
    M src/CMakeLists.txt
    M src/FileUtils.cpp
    M src/StageFactory.cpp
    M src/drivers/oci/OciReader.cpp
    M src/drivers/oci/Writer.cpp
    R src/drivers/pcd/Common.cpp
    R src/drivers/pcd/Reader.cpp
    R src/drivers/pcd/Writer.cpp
    R src/drivers/pclvisualizer/PCLVisualizer.cpp
    M src/drivers/pgpointcloud/PgReader.cpp
    M src/drivers/pgpointcloud/Reader.cpp
    M src/drivers/pgpointcloud/Writer.cpp
    M src/drivers/sqlite/SQLiteReader.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/drivers/text/Writer.cpp
    M src/filters/Decimation.cpp
    R src/filters/PCLBlock.cpp
    R src/kernel/Application.cpp
    M src/kernel/Delta.cpp
    M src/kernel/Diff.cpp
    R src/kernel/Ground.cpp
    M src/kernel/Info.cpp
    A src/kernel/Kernel.cpp
    A src/kernel/KernelFactory.cpp
    A src/kernel/KernelInfo.cpp
    R src/kernel/PCL.cpp
    M src/kernel/Pipeline.cpp
    M src/kernel/Random.cpp
    M src/kernel/Sort.cpp
    M src/kernel/Translate.cpp
    R src/kernel/View.cpp
    R src/pclsupport/PCLPipeline.cpp
    R src/pclsupport/PCLPipeline.h
    R src/pclsupport/PCLPipeline.hpp
    M src/pdal_config.cpp
    M test/unit/CMakeLists.txt
    M test/unit/Support.cpp
    M test/unit/filters/PCLBlockFilterTest.cpp

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


Compare: https://github.com/PDAL/PDAL/compare/694fda568186...bfdde5fbebdb


More information about the pdal-commits mailing list