[pdal-commits] [PDAL/PDAL] 043c7d: Enhance support tests to handle streams.
GitHub
noreply at github.com
Mon Dec 29 07:34:56 PST 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 043c7d9cb6e51e48770916df7869a3c567687ca3
https://github.com/PDAL/PDAL/commit/043c7d9cb6e51e48770916df7869a3c567687ca3
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2014-12-29 (Mon, 29 Dec 2014)
Changed paths:
M test/unit/Support.cpp
M test/unit/Support.hpp
M test/unit/SupportTest.cpp
Log Message:
-----------
Enhance support tests to handle streams.
Commit: 9a89861b4be54d56924207eac10384ce7c383707
https://github.com/PDAL/PDAL/commit/9a89861b4be54d56924207eac10384ce7c383707
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2014-12-29 (Mon, 29 Dec 2014)
Changed paths:
M filters/stats/StatsFilter.cpp
M include/pdal/Metadata.hpp
M include/pdal/PDALUtils.hpp
M kernels/KernelSupport.cpp
M kernels/KernelSupport.hpp
M kernels/info/InfoKernel.cpp
M kernels/info/InfoKernel.hpp
M src/Stage.cpp
M test/unit/PointBufferTest.cpp
Log Message:
-----------
Changes to support preview of stages and general stats filter changes.
Commit: 3506d511f04a265f3d58842be8a4dd879efc0dac
https://github.com/PDAL/PDAL/commit/3506d511f04a265f3d58842be8a4dd879efc0dac
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2014-12-29 (Mon, 29 Dec 2014)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
M apps/pdal.cpp
M cmake/examples/pramsey-config.sh
R cmake/modules/FindCairo.cmake
R cmake/modules/FindFlann.cmake
M cmake/modules/FindGDAL.cmake
M cmake/modules/FindGeoTIFF.cmake
M cmake/modules/FindHexer.cmake
M cmake/modules/FindICONV.cmake
M cmake/modules/FindLASzip.cmake
M cmake/modules/FindNitro.cmake
M cmake/modules/FindNumPy.cmake
M cmake/modules/FindPoints2Grid.cmake
M cmake/pdal_options.cmake
M cmake/pdal_targets.cmake
M doc/apps.rst
M doc/pipeline.rst
A doc/stages/filters.mortonorder.rst
M doc/stages/index.rst
M kernels/KernelFactory.cpp
M kernels/delta/DeltaKernel.hpp
M kernels/diff/DiffKernel.hpp
M kernels/info/InfoKernel.hpp
M kernels/pipeline/PipelineKernel.hpp
M kernels/random/RandomKernel.hpp
M kernels/sort/SortKernel.hpp
M kernels/translate/TranslateKernel.hpp
M plugins/attribute/CMakeLists.txt
M plugins/greyhound/CMakeLists.txt
M plugins/hexbin/CMakeLists.txt
M plugins/icebridge/CMakeLists.txt
M plugins/icebridge/test/IcebridgeReaderTest.cpp
M plugins/nitf/CMakeLists.txt
M plugins/nitf/test/NitfReaderTest.cpp
M plugins/p2g/CMakeLists.txt
M plugins/pcl/CMakeLists.txt
M plugins/pcl/kernel/GroundKernel.hpp
M plugins/pcl/kernel/PCLKernel.hpp
M plugins/pcl/kernel/SmoothKernel.hpp
M plugins/pcl/kernel/ViewKernel.hpp
M plugins/python/CMakeLists.txt
M plugins/python/test/PredicateFilterTest.cpp
M plugins/python/test/ProgrammableFilterTest.cpp
M src/CMakeLists.txt
R test/data/bpf/bpf.xml
A test/data/bpf/bpf.xml.in
R test/data/bpf/bpf2nitf.xml
A test/data/bpf/bpf2nitf.xml.in
R test/data/drivers/p2g-writer.xml
R test/data/drivers/sqlite-reader.xml
R test/data/drivers/sqlite-writer.xml
R test/data/drivers/text-writer-csv.xml
R test/data/drivers/text-writer-geojson.xml
R test/data/drivers/text-writer-space-delimited.xml
R test/data/filters/attribute.xml
A test/data/filters/attribute.xml.in
R test/data/filters/chip.xml
A test/data/filters/chip.xml.in
R test/data/filters/chipper.xml
A test/data/filters/chipper.xml.in
R test/data/filters/colorize-multi.xml
A test/data/filters/colorize-multi.xml.in
R test/data/filters/colorize.xml
A test/data/filters/colorize.xml.in
R test/data/filters/crop_reproject.xml
A test/data/filters/crop_reproject.xml.in
R test/data/filters/crop_wkt.xml
A test/data/filters/crop_wkt.xml.in
R test/data/filters/crop_wkt_2d.xml
A test/data/filters/crop_wkt_2d.xml.in
R test/data/filters/crop_wkt_2d_classification.xml
A test/data/filters/crop_wkt_2d_classification.xml.in
R test/data/filters/decimate.xml
A test/data/filters/decimate.xml.in
R test/data/filters/ferry.xml
A test/data/filters/ferry.xml.in
R test/data/filters/hexbin-info.xml
A test/data/filters/hexbin-info.xml.in
R test/data/filters/hexbin.xml
A test/data/filters/hexbin.xml.in
R test/data/filters/index.xml
R test/data/filters/merge.xml
A test/data/filters/merge.xml.in
R test/data/filters/reproject.xml
A test/data/filters/reproject.xml.in
R test/data/filters/scaling.xml
R test/data/filters/selector.xml
R test/data/filters/sort.xml
A test/data/filters/sort.xml.in
R test/data/filters/splitter.xml
A test/data/filters/splitter.xml.in
R test/data/filters/stats.xml
A test/data/filters/stats.xml.in
R test/data/hole/crop.xml
A test/data/hole/crop.xml.in
R test/data/icebridge/pipeline.xml
A test/data/icebridge/pipeline.xml.in
A test/data/io/p2g-writer.xml.in
A test/data/io/sqlite-reader.xml.in
A test/data/io/sqlite-writer.xml.in
A test/data/io/text-writer-csv.xml.in
A test/data/io/text-writer-geojson.xml.in
A test/data/io/text-writer-space-delimited.xml.in
R test/data/nitf/chipper.xml
A test/data/nitf/chipper.xml.in
R test/data/nitf/conversion.xml
A test/data/nitf/conversion.xml.in
R test/data/nitf/las2nitf.xml
A test/data/nitf/las2nitf.xml.in
R test/data/nitf/write_laz.xml
A test/data/nitf/write_laz.xml.in
R test/data/nitf/write_options.xml
A test/data/nitf/write_options.xml.in
M test/data/oracle/big-read.xml
M test/data/oracle/big-write.xml
M test/data/oracle/qfit-write.xml
M test/data/oracle/read.xml
M test/data/oracle/view-read.xml
M test/data/oracle/write.xml
R test/data/pipeline/drop_color.xml
A test/data/pipeline/drop_color.xml.in
R test/data/pipeline/pipeline_interpolate.xml
A test/data/pipeline/pipeline_interpolate.xml.in
R test/data/pipeline/pipeline_metadata_reader.xml
A test/data/pipeline/pipeline_metadata_reader.xml.in
R test/data/pipeline/pipeline_metadata_writer.xml
A test/data/pipeline/pipeline_metadata_writer.xml.in
R test/data/pipeline/pipeline_mississippi.xml
A test/data/pipeline/pipeline_mississippi.xml.in
R test/data/pipeline/pipeline_mississippi_reverse.xml
A test/data/pipeline/pipeline_mississippi_reverse.xml.in
R test/data/pipeline/pipeline_multioptions.xml
A test/data/pipeline/pipeline_multioptions.xml.in
R test/data/pipeline/pipeline_read.xml
A test/data/pipeline/pipeline_read.xml.in
R test/data/pipeline/pipeline_read_notype.xml
A test/data/pipeline/pipeline_read_notype.xml.in
R test/data/pipeline/pipeline_readcomments.xml
A test/data/pipeline/pipeline_readcomments.xml.in
R test/data/pipeline/pipeline_write.xml
A test/data/pipeline/pipeline_write.xml.in
R test/data/pipeline/pipeline_write2.xml
A test/data/pipeline/pipeline_write2.xml.in
R test/data/pipeline/pipeline_writecomments.xml
A test/data/pipeline/pipeline_writecomments.xml.in
R test/data/plang/from-module.xml
A test/data/plang/from-module.xml.in
R test/data/plang/predicate-embed.xml
A test/data/plang/predicate-embed.xml.in
R test/data/plang/predicate-keep-ground-and-unclass.xml
A test/data/plang/predicate-keep-ground-and-unclass.xml.in
R test/data/plang/predicate-keep-last-return.xml
A test/data/plang/predicate-keep-last-return.xml.in
R test/data/plang/predicate-keep-specified-returns.xml
A test/data/plang/predicate-keep-specified-returns.xml.in
R test/data/plang/programmable-update-y-dims.xml
A test/data/plang/programmable-update-y-dims.xml.in
R test/data/qfit/conversion.xml
A test/data/qfit/conversion.xml.in
R test/data/qfit/little-endian-conversion.xml
A test/data/qfit/little-endian-conversion.xml.in
R test/data/qfit/pipeline.xml
A test/data/qfit/pipeline.xml.in
R test/data/qfit/reader.xml
A test/data/qfit/reader.xml.in
R test/data/sbet/pipeline.xml
A test/data/sbet/pipeline.xml.in
M test/data/soci/sthelens-write.xml
M test/data/soci/write-utm.xml
M test/data/soci/write.xml
M test/perf/chipper.xml
M test/perf/chipper_nocache.xml
M test/unit/CMakeLists.txt
M test/unit/Support.cpp
M test/unit/Support.hpp
M test/unit/SupportTest.cpp
M test/unit/TestConfig.cpp
M test/unit/TestConfig.hpp.in
M test/unit/apps/pcpipelineTest.cpp
M test/unit/filters/FerryFilterTest.cpp
M test/unit/filters/MergeTest.cpp
M test/unit/filters/SortFilterTest.cpp
M test/unit/io/sbet/SbetReaderTest.cpp
Log Message:
-----------
Merge branch 'master' of https://github.com/PDAL/PDAL
Compare: https://github.com/PDAL/PDAL/compare/134d1d341c20...3506d511f04a
More information about the pdal-commits
mailing list