[pdal-commits] [PDAL/PDAL] 2d6645: Better comment on path elimination logic.
GitHub
noreply at github.com
Tue Nov 24 08:52:50 PST 2015
Branch: refs/heads/stream
Home: https://github.com/PDAL/PDAL
Commit: 2d66457ff0b9a0a53127ef408393d25441994236
https://github.com/PDAL/PDAL/commit/2d66457ff0b9a0a53127ef408393d25441994236
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-17 (Tue, 17 Nov 2015)
Changed paths:
M include/pdal/Geometry.hpp
M plugins/hexbin/filters/HexBin.cpp
Log Message:
-----------
Better comment on path elimination logic.
Move init/finish to unnamed namespace in Geometry.
Commit: 14b5c3130225b8c302d966c1a849fa3b7d4ec551
https://github.com/PDAL/PDAL/commit/14b5c3130225b8c302d966c1a849fa3b7d4ec551
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-17 (Tue, 17 Nov 2015)
Changed paths:
M include/pdal/Geometry.hpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/hexbin/filters/HexBin.hpp
Log Message:
-----------
computing nominal point density for tessellated polygon in filters.hexbin
Commit: cd07ec6d2e6b18915eb52b35b7a33e4e33f43831
https://github.com/PDAL/PDAL/commit/cd07ec6d2e6b18915eb52b35b7a33e4e33f43831
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-17 (Tue, 17 Nov 2015)
Changed paths:
M include/pdal/Geometry.hpp
M plugins/hexbin/filters/HexBin.cpp
Log Message:
-----------
Merge branch 'master' of github.com:PDAL/PDAL
Commit: 72316dbd5e7664c603fcd8c93c0e927bdc64020b
https://github.com/PDAL/PDAL/commit/72316dbd5e7664c603fcd8c93c0e927bdc64020b
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-17 (Tue, 17 Nov 2015)
Changed paths:
M doc/stages/filters.predicate.rst
Log Message:
-----------
predicate doc tweak
Commit: d3d87c3e652d51ed87850d45018a29569f1f748f
https://github.com/PDAL/PDAL/commit/d3d87c3e652d51ed87850d45018a29569f1f748f
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-17 (Tue, 17 Nov 2015)
Changed paths:
M doc/stages/filters.divider.rst
M doc/stages/readers.gdal.rst
Log Message:
-----------
more doc tweaks
Commit: 86a8b4b25722474425f60c4303ff91a06645d91c
https://github.com/PDAL/PDAL/commit/86a8b4b25722474425f60c4303ff91a06645d91c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M doc/stages/readers.las.rst
Log Message:
-----------
Update LAS reader doc.
Close #1044
Commit: 0f7b46ae73da205989d6b81b30a48dc858ed42c1
https://github.com/PDAL/PDAL/commit/0f7b46ae73da205989d6b81b30a48dc858ed42c1
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M doc/stages/filters.divider.rst
M doc/stages/filters.predicate.rst
M doc/stages/readers.gdal.rst
M include/pdal/Geometry.hpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/hexbin/filters/HexBin.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 2751b05b117a3167fba7d823ec7b54eef8165313
https://github.com/PDAL/PDAL/commit/2751b05b117a3167fba7d823ec7b54eef8165313
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M doc/stages/readers.las.rst
Log Message:
-----------
Fix typo.
Commit: 1e11962d30865559ec4379ddeff659cdd009809b
https://github.com/PDAL/PDAL/commit/1e11962d30865559ec4379ddeff659cdd009809b
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M plugins/pcl/dartsample/dart_sample.h
Log Message:
-----------
Dart sample radius should be a double
Commit: cd63edbd48661214389794c1f9c5c0a30cc1fdf5
https://github.com/PDAL/PDAL/commit/cd63edbd48661214389794c1f9c5c0a30cc1fdf5
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M include/pdal/Metadata.hpp
M pdal_defines.h.in
M plugins/hexbin/filters/HexBin.cpp
M plugins/python/filters/ProgrammableFilter.cpp
R plugins/python/plang/CMakeLists.txt
R plugins/python/plang/Plang.cpp
R plugins/python/plang/Plang.hpp
M src/plang/Environment.cpp
Log Message:
-----------
Explicitly load symbols from libpython when libplang gets loaded.
Close #1010.
Commit: 38ccd57a07cea23f4d5644932690044b11a08b7c
https://github.com/PDAL/PDAL/commit/38ccd57a07cea23f4d5644932690044b11a08b7c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M src/plang/Environment.cpp
Log Message:
-----------
Add missed comment.
Commit: 223c6d9d01bc256f1b019a036a7560e533d87ef5
https://github.com/PDAL/PDAL/commit/223c6d9d01bc256f1b019a036a7560e533d87ef5
Author: Scott Lewis <scott.lewis at nsidc.org>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M doc/tutorial/writing-reader.rst
M doc/tutorial/writing-writer.rst
M examples/writing-writer/MyWriter.cpp
M examples/writing-writer/MyWriter.hpp
A examples/writing-writer/pipeline-mywriter.xml
Log Message:
-----------
Updating Writing a Writer tutorial.
The previous tutorial was just a copy of the kernel tutorial. This
has been updated with steps to writing a generic and simple output
file.
Also, some minor formatting correctoins were made to the Writing a
Reader tutorial.
Commit: cb6d8d87cc742691a2488edee240b0d8e08a0721
https://github.com/PDAL/PDAL/commit/cb6d8d87cc742691a2488edee240b0d8e08a0721
Author: Scott Lewis <scott.lewis at nsidc.org>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M doc/tutorial/writing-writer.rst
Log Message:
-----------
Minor addition to the tutorial documentation
Commit: d159430985db067c39e29aa704847e079e9ca42f
https://github.com/PDAL/PDAL/commit/d159430985db067c39e29aa704847e079e9ca42f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M include/pdal/Metadata.hpp
M pdal_defines.h.in
M plugins/hexbin/filters/HexBin.cpp
M plugins/pcl/dartsample/dart_sample.h
M plugins/python/filters/ProgrammableFilter.cpp
R plugins/python/plang/CMakeLists.txt
R plugins/python/plang/Plang.cpp
R plugins/python/plang/Plang.hpp
M src/plang/Environment.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 7531a17ca5ee7438137fb24ebc0a005baefcca04
https://github.com/PDAL/PDAL/commit/7531a17ca5ee7438137fb24ebc0a005baefcca04
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M src/plang/Environment.cpp
Log Message:
-----------
Fix code for windows.
Commit: 9664cf59b7b25ac21def7218f623fe2d13897e10
https://github.com/PDAL/PDAL/commit/9664cf59b7b25ac21def7218f623fe2d13897e10
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-19 (Thu, 19 Nov 2015)
Changed paths:
M src/plang/Environment.cpp
Log Message:
-----------
Debug for testing.
Commit: a82d94d73ef8033f12615963aa62f82effb8a681
https://github.com/PDAL/PDAL/commit/a82d94d73ef8033f12615963aa62f82effb8a681
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-19 (Thu, 19 Nov 2015)
Changed paths:
M doc/stages/ranges.rst
M filters/crop/CropFilter.cpp
M filters/crop/CropFilter.hpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
M include/pdal/FlexWriter.hpp
M include/pdal/PointTable.hpp
M include/pdal/PointView.hpp
M include/pdal/SpatialReference.hpp
M include/pdal/Stage.hpp
M include/pdal/StageWrapper.hpp
M include/pdal/util/Algorithm.hpp
M include/pdal/util/Utils.hpp
M io/bpf/BpfWriter.cpp
M io/bpf/BpfWriter.hpp
M io/derivative/DerivativeWriter.cpp
M io/derivative/DerivativeWriter.hpp
M io/las/LasError.hpp
M io/las/LasReader.cpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
M io/text/TextWriter.cpp
M kernels/tindex/TIndexKernel.cpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/nitf/io/NitfWriter.hpp
M plugins/nitf/test/NitfReaderTest.cpp
M plugins/p2g/io/P2gWriter.cpp
M plugins/p2g/io/P2gWriter.hpp
M plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp
M src/PointLayout.cpp
M src/PointTable.cpp
M src/PointView.cpp
M src/SpatialReference.cpp
M src/Stage.cpp
A test/data/las/test_epsg_4047.las
A test/data/las/test_epsg_4326.las
A test/data/las/test_epsg_4326x3.las
A test/data/las/test_utm17.las
M test/unit/CMakeLists.txt
M test/unit/SpatialReferenceTest.cpp
M test/unit/Support.cpp
M test/unit/Support.hpp
M test/unit/filters/CropFilterTest.cpp
M test/unit/io/las/LasWriterTest.cpp
Log Message:
-----------
Squashed commit of the following:
commit 0bbb86e13acbbc68be3d78ccea3288312805a859
Merge: 9a9b358 9664cf5
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: Thu Nov 19 12:17:24 2015 -0600
Merge remote-tracking branch 'origin/master' into viewsrs
commit 9a9b358f1919c314f38654f90b9b538d129780c5
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: Fri Nov 13 17:13:00 2015 -0600
Delete SRS VLRs from lists before adding new ones.
commit ae8cfc17963cb60f865b04d5bc743c55781a686e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: Fri Nov 13 11:53:59 2015 -0600
Make sure we have GeoTiff when necessary.
commit 1a8f8cb37ff4283708771cd00b925943f6093b13
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: Fri Nov 13 09:54:43 2015 -0600
Move SRS ownership to PointView.
Commit: ed0abf4fef993c3fd280e0c622c0ca9be62e28b4
https://github.com/PDAL/PDAL/commit/ed0abf4fef993c3fd280e0c622c0ca9be62e28b4
Author: Scott Lewis <scott.lewis at nsidc.org>
Date: 2015-11-19 (Thu, 19 Nov 2015)
Changed paths:
M examples/writing-reader/pipeline-myreader.xml
Log Message:
-----------
Fixed the filename for the input.
Commit: b3c02a03593aabaa35e38ea81d1c0681a7e9fe37
https://github.com/PDAL/PDAL/commit/b3c02a03593aabaa35e38ea81d1c0681a7e9fe37
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-20 (Fri, 20 Nov 2015)
Changed paths:
M doc/development/conventions.rst
M doc/development/errorhandling.rst
M doc/development/goals.rst
M doc/development/index.rst
M doc/development/testing.rst
R doc/development/usecases.rst
Log Message:
-----------
doc updates
Commit: d2b8f49786f31a1a2b1d1adcc2939770afc96b2d
https://github.com/PDAL/PDAL/commit/d2b8f49786f31a1a2b1d1adcc2939770afc96b2d
Author: Max <zhiyong.weng at gmail.com>
Date: 2015-11-22 (Sun, 22 Nov 2015)
Changed paths:
M plugins/pgpointcloud/io/PgReader.cpp
Log Message:
-----------
use pg_class.oid ,pg_attribute.attrelid to get correct pcid
Commit: 1d0178beaffe6de6c7cdb5f6e2e31d6780e299d1
https://github.com/PDAL/PDAL/commit/1d0178beaffe6de6c7cdb5f6e2e31d6780e299d1
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-22 (Sun, 22 Nov 2015)
Changed paths:
M plugins/pgpointcloud/io/PgReader.cpp
Log Message:
-----------
Merge pull request #1051 from redheli/pgreader_pcid
use pg_class.oid ,pg_attribute.attrelid to get correct pcid
Commit: dceb3f2d2f9a5833982dca6ad318b86ade587ce8
https://github.com/PDAL/PDAL/commit/dceb3f2d2f9a5833982dca6ad318b86ade587ce8
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-22 (Sun, 22 Nov 2015)
Changed paths:
M doc/tutorial/writing-reader.rst
M doc/tutorial/writing-writer.rst
M examples/writing-reader/pipeline-myreader.xml
M examples/writing-writer/MyWriter.cpp
M examples/writing-writer/MyWriter.hpp
A examples/writing-writer/pipeline-mywriter.xml
Log Message:
-----------
Merge pull request #1047 from scott-lewis-nsidc/update-tutorial-writing-writer
Update tutorial writing a writer
Commit: 129b574a075b57d12e82bdfbc1f596598038c0b2
https://github.com/PDAL/PDAL/commit/129b574a075b57d12e82bdfbc1f596598038c0b2
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-22 (Sun, 22 Nov 2015)
Changed paths:
M io/las/LasHeader.hpp
M io/las/LasReader.cpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
A test/data/las/test_utm16.las
M test/unit/SpatialReferenceTest.cpp
Log Message:
-----------
Make VLR reading/writing more closely match LAS spec.
Commit: f83b230fdd018106f25c3105a2f7e3600d4db80d
https://github.com/PDAL/PDAL/commit/f83b230fdd018106f25c3105a2f7e3600d4db80d
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-22 (Sun, 22 Nov 2015)
Changed paths:
M doc/development/conventions.rst
M doc/development/errorhandling.rst
M doc/development/goals.rst
M doc/development/index.rst
M doc/development/testing.rst
R doc/development/usecases.rst
M doc/tutorial/writing-reader.rst
M doc/tutorial/writing-writer.rst
M examples/writing-reader/pipeline-myreader.xml
M examples/writing-writer/MyWriter.cpp
M examples/writing-writer/MyWriter.hpp
A examples/writing-writer/pipeline-mywriter.xml
M plugins/pgpointcloud/io/PgReader.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 0f15abcd13395145775bd73d2c31bd4dbccdcda3
https://github.com/PDAL/PDAL/commit/0f15abcd13395145775bd73d2c31bd4dbccdcda3
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M doc/stages/filters.hexbin.rst
A doc/stages/readers.tindex.rst
M include/pdal/GDALUtils.hpp
M include/pdal/SpatialReference.hpp
M io/CMakeLists.txt
M io/las/LasReader.cpp
M io/las/LasReader.hpp
A io/tindex/CMakeLists.txt
A io/tindex/TIndexReader.cpp
A io/tindex/TIndexReader.hpp
M kernels/tindex/TIndexKernel.cpp
M src/SpatialReference.cpp
M src/StageFactory.cpp
A test/data/pipeline/tindex.xml
A test/data/pipeline/tindex.xml.in
Log Message:
-----------
Implement readers.tindex #1052
Commit: 04f6611bb7719982cfbfcb285a9a3cd44c9d63cb
https://github.com/PDAL/PDAL/commit/04f6611bb7719982cfbfcb285a9a3cd44c9d63cb
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M filters/merge/MergeFilter.cpp
M filters/merge/MergeFilter.hpp
M include/pdal/PointTable.hpp
M include/pdal/PointView.hpp
M include/pdal/util/Utils.hpp
M src/PointTable.cpp
A test/data/filters/merge2.xml.in
A test/data/filters/merge3.xml.in
M test/unit/filters/MergeTest.cpp
Log Message:
-----------
Set output view SRS on merge filter.
Close #1049
Commit: 7bc2cd2267dc929ca32238ba8154f8564ace86cc
https://github.com/PDAL/PDAL/commit/7bc2cd2267dc929ca32238ba8154f8564ace86cc
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M cmake/examples/hobu-config.sh
M doc/Makefile
M doc/apps.rst
M doc/compilation/dependencies.rst
M doc/compilation/index.rst
M doc/compilation/unix.rst
M doc/compilation/windows.rst
M doc/development/conventions.rst
M doc/development/docs.rst
M doc/development/errorhandling.rst
M doc/development/goals.rst
M doc/development/index.rst
M doc/development/testing.rst
R doc/development/usecases.rst
A doc/docbuild/Dockerfile
A doc/docbuild/run.sh
M doc/download.rst
M doc/index.rst
M doc/stages/filters.attribute.rst
M doc/stages/filters.colorization.rst
A doc/stages/filters.dartsample.rst
M doc/stages/filters.decimation.rst
M doc/stages/filters.divider.rst
A doc/stages/filters.height.rst
M doc/stages/filters.hexbin.rst
M doc/stages/filters.predicate.rst
M doc/stages/filters.transformation.rst
M doc/stages/filters.voxelgrid.rst
M doc/stages/index.rst
M doc/stages/ranges.rst
M doc/stages/readers.gdal.rst
M doc/stages/readers.las.rst
A doc/stages/readers.tindex.rst
M doc/stages/writers.bpf.rst
A doc/tutorial/autzen-elevation.png
A doc/tutorial/autzen-height.png
A doc/tutorial/autzen-shapes-clipped.png
A doc/tutorial/autzen-shapes-point-cloud.png
A doc/tutorial/autzen-shapes-to-clip.png
A doc/tutorial/calculating-normalized-heights.rst
A doc/tutorial/clipping-with-shapefile.rst
A doc/tutorial/dart-throwing.rst
M doc/tutorial/index.rst
M doc/tutorial/overview.rst
A doc/tutorial/subsample-ex1.png
A doc/tutorial/subsample-ex2.png
A doc/tutorial/subsample-ex3.png
A doc/tutorial/subsample-ex4.png
A doc/tutorial/subsample-ex5.png
M doc/tutorial/writing-filter.rst
M doc/tutorial/writing-kernel.rst
M doc/tutorial/writing-reader.rst
M doc/tutorial/writing-writer.rst
M doc/tutorial/writing.rst
M examples/writing-filter/MyFilter.cpp
M examples/writing-filter/MyFilter.hpp
M examples/writing-kernel/MyKernel.cpp
M examples/writing-kernel/MyKernel.hpp
M examples/writing-reader/MyReader.cpp
M examples/writing-reader/MyReader.hpp
A examples/writing-reader/pipeline-myreader.xml
A examples/writing-reader/test-reader-input.txt
M examples/writing-writer/MyWriter.cpp
M examples/writing-writer/MyWriter.hpp
A examples/writing-writer/pipeline-mywriter.xml
M examples/writing/tutorial.cpp
M filters/crop/CropFilter.cpp
M filters/crop/CropFilter.hpp
M filters/merge/MergeFilter.cpp
M filters/merge/MergeFilter.hpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
M include/pdal/FlexWriter.hpp
M include/pdal/GDALUtils.hpp
A include/pdal/Geometry.hpp
M include/pdal/Metadata.hpp
M include/pdal/Options.hpp
M include/pdal/PDALUtils.hpp
M include/pdal/PointTable.hpp
M include/pdal/PointView.hpp
M include/pdal/SpatialReference.hpp
M include/pdal/Stage.hpp
M include/pdal/StageWrapper.hpp
M include/pdal/util/Algorithm.hpp
M include/pdal/util/Utils.hpp
M io/CMakeLists.txt
M io/bpf/BpfWriter.cpp
M io/bpf/BpfWriter.hpp
M io/derivative/DerivativeWriter.cpp
M io/derivative/DerivativeWriter.hpp
M io/faux/FauxReader.cpp
M io/las/LasError.hpp
M io/las/LasHeader.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M io/las/LasWriter.cpp
M io/las/LasWriter.hpp
M io/text/TextWriter.cpp
A io/tindex/CMakeLists.txt
A io/tindex/TIndexReader.cpp
A io/tindex/TIndexReader.hpp
M kernels/tindex/TIndexKernel.cpp
M kernels/tindex/TIndexKernel.hpp
M pdal_defines.h.in
M plugins/hexbin/filters/HexBin.cpp
M plugins/hexbin/filters/HexBin.hpp
M plugins/nitf/io/NitfReader.cpp
M plugins/nitf/io/NitfReader.hpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/nitf/io/NitfWriter.hpp
M plugins/nitf/test/NitfReaderTest.cpp
M plugins/p2g/io/P2gWriter.cpp
M plugins/p2g/io/P2gWriter.hpp
M plugins/pcl/CMakeLists.txt
A plugins/pcl/dartsample/dart_sample.cpp
A plugins/pcl/dartsample/dart_sample.h
A plugins/pcl/dartsample/dart_sample.hpp
A plugins/pcl/filters/DartSampleFilter.cpp
A plugins/pcl/filters/DartSampleFilter.hpp
A plugins/pcl/filters/HeightFilter.cpp
A plugins/pcl/filters/HeightFilter.hpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pgpointcloud/io/PgReader.cpp
M plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp
M plugins/python/filters/ProgrammableFilter.cpp
R plugins/python/plang/CMakeLists.txt
R plugins/python/plang/Plang.cpp
R plugins/python/plang/Plang.hpp
M plugins/rxp/io/RxpReader.hpp
M src/CMakeLists.txt
M src/Options.cpp
M src/PluginManager.cpp
M src/PointLayout.cpp
M src/PointTable.cpp
M src/SpatialReference.cpp
M src/Stage.cpp
M src/StageFactory.cpp
M src/plang/Environment.cpp
A test/data/autzen/attributes.json
A test/data/autzen/attributes.vrt
A test/data/filters/merge2.xml.in
A test/data/filters/merge3.xml.in
A test/data/las/test_epsg_4047.las
A test/data/las/test_epsg_4326.las
A test/data/las/test_epsg_4326x3.las
A test/data/las/test_utm16.las
A test/data/las/test_utm17.las
A test/data/pipeline/tindex.xml
A test/data/pipeline/tindex.xml.in
M test/unit/CMakeLists.txt
M test/unit/OptionsTest.cpp
M test/unit/PointViewTest.cpp
M test/unit/SpatialReferenceTest.cpp
M test/unit/Support.cpp
M test/unit/Support.hpp
M test/unit/filters/CropFilterTest.cpp
M test/unit/filters/MergeTest.cpp
M test/unit/io/las/LasWriterTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into stream
Commit: 386e2f1e255ca067112c235fc9cb3c2083b0b644
https://github.com/PDAL/PDAL/commit/386e2f1e255ca067112c235fc9cb3c2083b0b644
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M io/faux/FauxReader.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/stream' into stream
Compare: https://github.com/PDAL/PDAL/compare/4a9715460a5c...386e2f1e255c
More information about the pdal-commits
mailing list