[pdal-commits] [PDAL/PDAL] 34e4d8: Seek to the end of an IStream
GitHub
noreply at github.com
Wed Mar 11 10:00:57 PDT 2015
Branch: refs/heads/stream
Home: https://github.com/PDAL/PDAL
Commit: 34e4d82e63880b4bbe569b5c563550cf2405a180
https://github.com/PDAL/PDAL/commit/34e4d82e63880b4bbe569b5c563550cf2405a180
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M include/pdal/util/IStream.hpp
Log Message:
-----------
Seek to the end of an IStream
Adds an overload on IStream::seek that allows seeking from position.
Commit: 7052f43253eb0446a98f75cfcb8d935fbcb4001f
https://github.com/PDAL/PDAL/commit/7052f43253eb0446a98f75cfcb8d935fbcb4001f
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M include/pdal/util/Extractor.hpp
M include/pdal/util/IStream.hpp
Log Message:
-----------
Add Switchable Extractor and IStream
These switchable variants can be used in the QFit reader, which has to
determine the endianness of its source data at runtime. I could have
done this with virtuals, but I thought I'd make it explicit and not
sully up the existing ILeStream and LeExtractor interface.
Commit: cf383ad9fdd6fa5f809d6b33e54fc391d376a25e
https://github.com/PDAL/PDAL/commit/cf383ad9fdd6fa5f809d6b33e54fc391d376a25e
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M io/qfit/QfitReader.cpp
M io/qfit/QfitReader.hpp
Log Message:
-----------
Refactor the QFit reader to not use Utils::read_n
Instead, we use the new SwitchableExtractor and ISwitchableStream.
One step along to road for #783.
Commit: 1839bb272a9b726e7e605d1fc981def494b9e11a
https://github.com/PDAL/PDAL/commit/1839bb272a9b726e7e605d1fc981def494b9e11a
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M io/terrasolid/TerrasolidReader.hpp
M test/unit/CMakeLists.txt
A test/unit/io/terrasolid/TerrasolidReaderTest.cpp
Log Message:
-----------
Add TerrasolidReaderTest
Note that the tests fail at this point, because the TerrasolidReader is
broken.
Commit: 98abdda7f50a9b87871681c6a4671193a3cf99d3
https://github.com/PDAL/PDAL/commit/98abdda7f50a9b87871681c6a4671193a3cf99d3
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M io/terrasolid/TerrasolidReader.cpp
Log Message:
-----------
Increment counter in TerrasolidReader
The reader was broken, stuck in an infinite loop.
Commit: 3403025515332b3f6b78abb6825d812b0bc408dd
https://github.com/PDAL/PDAL/commit/3403025515332b3f6b78abb6825d812b0bc408dd
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M io/terrasolid/TerrasolidReader.cpp
Log Message:
-----------
Smarten up the Terrasolid return number
The Terrasolid spec doesn't give us real return number information, for
whatever reason, but if it is a first or only return we can
intelligently set those values. Otherwise we're SOL.
Commit: c6890b916d94a322c925ad7b950149a0068ff694
https://github.com/PDAL/PDAL/commit/c6890b916d94a322c925ad7b950149a0068ff694
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M io/terrasolid/TerrasolidReader.cpp
M io/terrasolid/TerrasolidReader.hpp
Log Message:
-----------
Remove read_n from Terrasolid reader
More progress on #783.
Commit: 2cecc1dbc9d86d75f86a934e3c572fec86f4f47a
https://github.com/PDAL/PDAL/commit/2cecc1dbc9d86d75f86a934e3c572fec86f4f47a
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M include/pdal/Utils.hpp
Log Message:
-----------
Remove read_n and read_field from Utils.hpp
They have been superseded by IStream and Extractor.
Fixes #783.
Commit: 2e73b681f2a5eba6bbb3cff77d29d7f4c0a02b0c
https://github.com/PDAL/PDAL/commit/2e73b681f2a5eba6bbb3cff77d29d7f4c0a02b0c
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M include/pdal/util/FileUtils.hpp
Log Message:
-----------
add missing include cstdint, sort includes
Commit: ab2b3cb428a1fc88f927d6b9a1d131b7b0e89b7f
https://github.com/PDAL/PDAL/commit/ab2b3cb428a1fc88f927d6b9a1d131b7b0e89b7f
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M plugins/oci/io/OciCommon.cpp
M plugins/oci/io/OciWrapper.cpp
M plugins/oci/io/OciWrapper.h
Log Message:
-----------
oci wrapper stuff needs to live in pdal namespace -- there's a GDAL global version of same
Commit: acafa9258fe1277a6e249da184ad0eefbb0bfb93
https://github.com/PDAL/PDAL/commit/acafa9258fe1277a6e249da184ad0eefbb0bfb93
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M io/optech/OptechReader.cpp
M src/util/Georeference.cpp
M test/unit/GeoreferenceTest.cpp
Log Message:
-----------
provide fixes for MSVC2012
Commit: 5adb9f2d658392670e42cec2ae691947bd38e9d4
https://github.com/PDAL/PDAL/commit/5adb9f2d658392670e42cec2ae691947bd38e9d4
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M plugins/oci/io/OciCommon.cpp
M plugins/oci/io/OciWrapper.cpp
M plugins/oci/io/OciWrapper.h
Log Message:
-----------
Merge pull request #797 from PDAL/oci-wrapper-namespace
oci wrapper stuff needs to live in pdal namespace -- there's a GDAL global version of same
Commit: 33029aef9ccde02720e4169642404fb33685a4c1
https://github.com/PDAL/PDAL/commit/33029aef9ccde02720e4169642404fb33685a4c1
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M filters/range/RangeFilter.cpp
Log Message:
-----------
test if val was provided without use of nan at all
Commit: 98adff6c1d0aaffba757e1d7c439621184c73fd1
https://github.com/PDAL/PDAL/commit/98adff6c1d0aaffba757e1d7c439621184c73fd1
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M io/optech/OptechReader.cpp
M src/util/Georeference.cpp
M test/unit/GeoreferenceTest.cpp
Log Message:
-----------
Merge pull request #796 from PDAL/issues/793-795-windows
Provide fixes for MSVC2012.
Closes #793
Closes #794
Closes #795
Commit: ddf20bd18a7b6f599d72a2d87e8e2086b62faad7
https://github.com/PDAL/PDAL/commit/ddf20bd18a7b6f599d72a2d87e8e2086b62faad7
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M include/pdal/Utils.hpp
M include/pdal/util/Extractor.hpp
M include/pdal/util/IStream.hpp
M io/qfit/QfitReader.cpp
M io/qfit/QfitReader.hpp
M io/terrasolid/TerrasolidReader.cpp
M io/terrasolid/TerrasolidReader.hpp
M test/unit/CMakeLists.txt
A test/unit/io/terrasolid/TerrasolidReaderTest.cpp
Log Message:
-----------
Merge pull request #791 from gadomski/issues/783-purge-read-n
Purge read_n and read_field from Utils.hpp
Commit: 11b568891987a826956b2424fb935b1aa2b9b4bc
https://github.com/PDAL/PDAL/commit/11b568891987a826956b2424fb935b1aa2b9b4bc
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M filters/chipper/ChipperFilter.cpp
M filters/colorization/ColorizationFilter.cpp
M filters/crop/CropFilter.cpp
M filters/decimation/DecimationFilter.cpp
M filters/ferry/FerryFilter.cpp
M filters/merge/MergeFilter.cpp
M filters/mortonorder/MortonOrderFilter.cpp
M filters/range/RangeFilter.cpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/sort/SortFilter.cpp
M filters/splitter/SplitterFilter.cpp
M filters/stats/StatsFilter.cpp
M filters/transformation/TransformationFilter.cpp
M include/pdal/pdal_macros.hpp
M io/bpf/BpfReader.cpp
M io/bpf/BpfWriter.cpp
M io/faux/FauxReader.cpp
M io/las/LasReader.cpp
M io/las/LasWriter.cpp
M io/optech/OptechReader.cpp
M io/qfit/QfitReader.cpp
M io/sbet/SbetReader.cpp
M io/sbet/SbetWriter.cpp
M io/terrasolid/TerrasolidReader.cpp
M io/text/TextWriter.cpp
M kernels/delta/DeltaKernel.cpp
M kernels/diff/DiffKernel.cpp
M kernels/info/InfoKernel.cpp
M kernels/pipeline/PipelineKernel.cpp
M kernels/random/RandomKernel.cpp
M kernels/sort/SortKernel.cpp
M kernels/translate/TranslateKernel.cpp
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/cpd/kernel/Cpd.cpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/icebridge/io/IcebridgeReader.cpp
M plugins/mrsid/io/MrsidReader.cpp
M plugins/nitf/io/NitfReader.cpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/oci/io/OciReader.cpp
M plugins/oci/io/OciWriter.cpp
M plugins/p2g/io/P2gWriter.cpp
M plugins/pcl/filters/GroundFilter.cpp
M plugins/pcl/filters/PCLBlock.cpp
M plugins/pcl/io/PCLVisualizer.cpp
M plugins/pcl/io/PcdReader.cpp
M plugins/pcl/io/PcdWriter.cpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/SmoothKernel.cpp
M plugins/pcl/kernel/ViewKernel.cpp
M plugins/pgpointcloud/io/PgReader.cpp
M plugins/pgpointcloud/io/PgWriter.cpp
M plugins/python/filters/PredicateFilter.cpp
M plugins/python/filters/ProgrammableFilter.cpp
M plugins/rxp/io/RxpReader.cpp
M plugins/sqlite/io/SQLiteReader.cpp
M plugins/sqlite/io/SQLiteWriter.cpp
Log Message:
-----------
provide default constructor for PluginInfo, no initializer lists on msvc
Commit: a1a28cc867968027710f0374d5472fde3bdf5d19
https://github.com/PDAL/PDAL/commit/a1a28cc867968027710f0374d5472fde3bdf5d19
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M filters/range/RangeFilter.cpp
Log Message:
-----------
Merge pull request #798 from PDAL/issue/792-isnan
test if val was provided without use of nan at all
Closes #792
Commit: 945f4d62aee36b176e3af362b8254174d730ea9b
https://github.com/PDAL/PDAL/commit/945f4d62aee36b176e3af362b8254174d730ea9b
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M filters/chipper/ChipperFilter.cpp
M filters/colorization/ColorizationFilter.cpp
M filters/crop/CropFilter.cpp
M filters/decimation/DecimationFilter.cpp
M filters/ferry/FerryFilter.cpp
M filters/merge/MergeFilter.cpp
M filters/mortonorder/MortonOrderFilter.cpp
M filters/range/RangeFilter.cpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/sort/SortFilter.cpp
M filters/splitter/SplitterFilter.cpp
M filters/stats/StatsFilter.cpp
M filters/transformation/TransformationFilter.cpp
M include/pdal/pdal_macros.hpp
M io/bpf/BpfReader.cpp
M io/bpf/BpfWriter.cpp
M io/faux/FauxReader.cpp
M io/las/LasReader.cpp
M io/las/LasWriter.cpp
M io/optech/OptechReader.cpp
M io/qfit/QfitReader.cpp
M io/sbet/SbetReader.cpp
M io/sbet/SbetWriter.cpp
M io/terrasolid/TerrasolidReader.cpp
M io/text/TextWriter.cpp
M kernels/delta/DeltaKernel.cpp
M kernels/diff/DiffKernel.cpp
M kernels/info/InfoKernel.cpp
M kernels/pipeline/PipelineKernel.cpp
M kernels/random/RandomKernel.cpp
M kernels/sort/SortKernel.cpp
M kernels/translate/TranslateKernel.cpp
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/cpd/kernel/Cpd.cpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/icebridge/io/IcebridgeReader.cpp
M plugins/mrsid/io/MrsidReader.cpp
M plugins/nitf/io/NitfReader.cpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/oci/io/OciReader.cpp
M plugins/oci/io/OciWriter.cpp
M plugins/p2g/io/P2gWriter.cpp
M plugins/pcl/filters/GroundFilter.cpp
M plugins/pcl/filters/PCLBlock.cpp
M plugins/pcl/io/PCLVisualizer.cpp
M plugins/pcl/io/PcdReader.cpp
M plugins/pcl/io/PcdWriter.cpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/SmoothKernel.cpp
M plugins/pcl/kernel/ViewKernel.cpp
M plugins/pgpointcloud/io/PgReader.cpp
M plugins/pgpointcloud/io/PgWriter.cpp
M plugins/python/filters/PredicateFilter.cpp
M plugins/python/filters/ProgrammableFilter.cpp
M plugins/rxp/io/RxpReader.cpp
M plugins/sqlite/io/SQLiteReader.cpp
M plugins/sqlite/io/SQLiteWriter.cpp
Log Message:
-----------
Merge pull request #801 from PDAL/plugin-manager-fix
provide default constructor for PluginInfo, no initializer lists on msvc
Commit: e2c67f92b5ccbe62be2d2783ca693fcf97fd9d01
https://github.com/PDAL/PDAL/commit/e2c67f92b5ccbe62be2d2783ca693fcf97fd9d01
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M io/bpf/BpfWriter.cpp
Log Message:
-----------
be explicit about type so that msvc does not complain
Commit: 18e00540db0fbb3b117502f2a71a5b334da9beaa
https://github.com/PDAL/PDAL/commit/18e00540db0fbb3b117502f2a71a5b334da9beaa
Author: Howard Butler <howard at hobu.co>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/PCLKernel.hpp
M plugins/pcl/kernel/SmoothKernel.cpp
M plugins/pcl/kernel/ViewKernel.cpp
Log Message:
-----------
catch up PCL kernels to new plugin changes #774
Commit: 035c531621486bfff3baefcc626fa685f504a5d6
https://github.com/PDAL/PDAL/commit/035c531621486bfff3baefcc626fa685f504a5d6
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M include/pdal/PluginManager.hpp
M include/pdal/Utils.hpp
M include/pdal/util/Georeference.hpp
M src/CMakeLists.txt
Log Message:
-----------
some missing includes and exports
Commit: 9b4f3629a1543b9fafd789de60831c7dbe2241a0
https://github.com/PDAL/PDAL/commit/9b4f3629a1543b9fafd789de60831c7dbe2241a0
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M include/pdal/util/Bounds.hpp
M src/util/Bounds.cpp
Log Message:
-----------
move references to HIGHEST and LOWEST from .hpp to .cpp to make msvc happy
Commit: ce5a54850efaeb25d970373100dca7edbc460076
https://github.com/PDAL/PDAL/commit/ce5a54850efaeb25d970373100dca7edbc460076
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M include/pdal/util/Bounds.hpp
M src/util/Bounds.cpp
Log Message:
-----------
move grow from hpp to cpp
Commit: 24a0bac041982739976f21e46666b9ef195b2e21
https://github.com/PDAL/PDAL/commit/24a0bac041982739976f21e46666b9ef195b2e21
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M filters/range/RangeFilter.hpp
M include/pdal/Metadata.hpp
M include/pdal/PointContext.hpp
Log Message:
-----------
Make PointContext template-based on buffer type.
Commit: 00840774b964c6d57b380ff0bf85d69b3b64f49b
https://github.com/PDAL/PDAL/commit/00840774b964c6d57b380ff0bf85d69b3b64f49b
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M include/pdal/util/Bounds.hpp
M src/util/Bounds.cpp
Log Message:
-----------
Merge pull request #803 from PDAL/issue/802-unresolved-external-highest-lowest
move references to HIGHEST and LOWEST from .hpp to .cpp to make msvc happy
Closes #802
Commit: 3041ed59e2c5996636b7ba22b27271d6a6aa7eda
https://github.com/PDAL/PDAL/commit/3041ed59e2c5996636b7ba22b27271d6a6aa7eda
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M filters/range/RangeFilter.hpp
M include/pdal/Metadata.hpp
M include/pdal/PointContext.hpp
Log Message:
-----------
Revert "Make PointContext template-based on buffer type."
This reverts commit 24a0bac041982739976f21e46666b9ef195b2e21.
Commit: 6d23d72059e02e4f32c5f7ad14ff750278fff967
https://github.com/PDAL/PDAL/commit/6d23d72059e02e4f32c5f7ad14ff750278fff967
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
A doc/stages/writers.rialto.rst
M include/pdal/util/FileUtils.hpp
M io/CMakeLists.txt
A io/rialto/CMakeLists.txt
A io/rialto/RialtoCommon.cpp
A io/rialto/RialtoCommon.hpp
A io/rialto/RialtoWriter.cpp
A io/rialto/RialtoWriter.hpp
M src/StageFactory.cpp
M src/util/FileUtils.cpp
A test/data/io/header.json
M test/unit/CMakeLists.txt
A test/unit/io/rialto/RialtoWriterTest.cpp
Log Message:
-----------
Add RialtoWriter
RialtoWriter is a tiled format that is currently under development. See
http://lists.osgeo.org/pipermail/pointdown/2015-February/000001.html for more
information.
In addition to the RialtoWriter, we have added several functions to FileUtils
to facilitate handling of directories (existance, recursive removal, and
creation).
We have also fixed a bug in TranslateKernel, in which the output_srs option was
not being passed to the reprojection filter.
Commit: cfe67b295b92832b416a0b150a699e6623f16e8b
https://github.com/PDAL/PDAL/commit/cfe67b295b92832b416a0b150a699e6623f16e8b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M include/pdal/PointContext.hpp
M include/pdal/RawPtBuf.hpp
Log Message:
-----------
Provide an abstract base for RawPtBuf.
Commit: 4c4464fa1bc3aed3ecdf30db625eed0e3243c64e
https://github.com/PDAL/PDAL/commit/4c4464fa1bc3aed3ecdf30db625eed0e3243c64e
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M io/rialto/RialtoCommon.cpp
M io/rialto/RialtoCommon.hpp
M io/rialto/RialtoWriter.cpp
M io/rialto/RialtoWriter.hpp
M test/unit/io/rialto/RialtoWriterTest.cpp
Log Message:
-----------
update RialtoWriter per the recent plugin changes, make sure it compiles on msvc
Commit: d685a3a9b8f00440460586274fd51f5c264a276d
https://github.com/PDAL/PDAL/commit/d685a3a9b8f00440460586274fd51f5c264a276d
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M io/rialto/RialtoWriter.hpp
Log Message:
-----------
getDefaultOptions is no longer static
Commit: d68427c292ff60a118d818f089dc286ebc3e7834
https://github.com/PDAL/PDAL/commit/d68427c292ff60a118d818f089dc286ebc3e7834
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M src/StageFactory.cpp
Log Message:
-----------
add RialtoWriter to StageFactory and sort sections by filters/readers/writers
Commit: ebba6662eae0152602e3ede7b158de4cc0ca4b6c
https://github.com/PDAL/PDAL/commit/ebba6662eae0152602e3ede7b158de4cc0ca4b6c
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M include/pdal/util/Bounds.hpp
M io/optech/OptechReader.cpp
M src/util/Bounds.cpp
Log Message:
-----------
appease msvc once again, overload BOX3D::grow, and guard redefinition of MaximumNumberOfReturns, etc. in OptechReader
Commit: 1eaf0f8dd63b22fcca0e2fb000ebd8c6a16e42e7
https://github.com/PDAL/PDAL/commit/1eaf0f8dd63b22fcca0e2fb000ebd8c6a16e42e7
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
A doc/stages/writers.rialto.rst
M include/pdal/util/FileUtils.hpp
M io/CMakeLists.txt
A io/rialto/CMakeLists.txt
A io/rialto/RialtoCommon.cpp
A io/rialto/RialtoCommon.hpp
A io/rialto/RialtoWriter.cpp
A io/rialto/RialtoWriter.hpp
M src/StageFactory.cpp
M src/util/FileUtils.cpp
A test/data/io/header.json
M test/unit/CMakeLists.txt
A test/unit/io/rialto/RialtoWriterTest.cpp
Log Message:
-----------
Merge pull request #784 from PDAL/rialto-writer
Add RialtoWriter
Commit: cb1f670a8f688a9fd022ec9ca345d6bdd34d70ac
https://github.com/PDAL/PDAL/commit/cb1f670a8f688a9fd022ec9ca345d6bdd34d70ac
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/SmoothKernel.cpp
M plugins/pcl/kernel/ViewKernel.cpp
M src/Kernel.cpp
Log Message:
-----------
consolidate the debug, verbosity, and log options as part of setCommonOptions
Commit: 315d255042d9dc6bf9f27482e157917486d386f8
https://github.com/PDAL/PDAL/commit/315d255042d9dc6bf9f27482e157917486d386f8
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/PCLKernel.hpp
M plugins/pcl/kernel/SmoothKernel.cpp
M plugins/pcl/kernel/ViewKernel.cpp
M src/Kernel.cpp
Log Message:
-----------
Merge pull request #804 from PDAL/catch-up-pcl-kernel-to-plugin-changes
catch up PCL kernels to new plugin changes #774
Closes #799
Commit: dda5b197854a466a327d466577323c92ac20113a
https://github.com/PDAL/PDAL/commit/dda5b197854a466a327d466577323c92ac20113a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M filters/range/RangeFilter.cpp
M src/util/Bounds.cpp
Log Message:
-----------
Quiet compiler.
Commit: e2bf2e4d6d1db7b792fcfa686101fd66bf19ce75
https://github.com/PDAL/PDAL/commit/e2bf2e4d6d1db7b792fcfa686101fd66bf19ce75
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/PCLKernel.hpp
M plugins/pcl/kernel/SmoothKernel.cpp
M plugins/pcl/kernel/ViewKernel.cpp
M src/Kernel.cpp
Log Message:
-----------
Merge branch 'master' of https://github.com/PDAL/PDAL
Commit: f0b90e84fc2d4262dc82cfb0635f9637c0d2c79c
https://github.com/PDAL/PDAL/commit/f0b90e84fc2d4262dc82cfb0635f9637c0d2c79c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
A doc/stages/writers.rialto.rst
M filters/chipper/ChipperFilter.cpp
M filters/colorization/ColorizationFilter.cpp
M filters/crop/CropFilter.cpp
M filters/decimation/DecimationFilter.cpp
M filters/ferry/FerryFilter.cpp
M filters/merge/MergeFilter.cpp
M filters/mortonorder/MortonOrderFilter.cpp
M filters/range/RangeFilter.cpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/sort/SortFilter.cpp
M filters/splitter/SplitterFilter.cpp
M filters/stats/StatsFilter.cpp
M filters/transformation/TransformationFilter.cpp
M include/pdal/PluginManager.hpp
M include/pdal/Utils.hpp
M include/pdal/pdal_macros.hpp
M include/pdal/util/Bounds.hpp
M include/pdal/util/Extractor.hpp
M include/pdal/util/FileUtils.hpp
M include/pdal/util/Georeference.hpp
M include/pdal/util/IStream.hpp
M io/CMakeLists.txt
M io/bpf/BpfReader.cpp
M io/bpf/BpfWriter.cpp
M io/faux/FauxReader.cpp
M io/las/LasReader.cpp
M io/las/LasWriter.cpp
M io/optech/OptechReader.cpp
M io/qfit/QfitReader.cpp
M io/qfit/QfitReader.hpp
A io/rialto/CMakeLists.txt
A io/rialto/RialtoCommon.cpp
A io/rialto/RialtoCommon.hpp
A io/rialto/RialtoWriter.cpp
A io/rialto/RialtoWriter.hpp
M io/sbet/SbetReader.cpp
M io/sbet/SbetWriter.cpp
M io/terrasolid/TerrasolidReader.cpp
M io/terrasolid/TerrasolidReader.hpp
M io/text/TextWriter.cpp
M kernels/delta/DeltaKernel.cpp
M kernels/diff/DiffKernel.cpp
M kernels/info/InfoKernel.cpp
M kernels/pipeline/PipelineKernel.cpp
M kernels/random/RandomKernel.cpp
M kernels/sort/SortKernel.cpp
M kernels/translate/TranslateKernel.cpp
M plugins/attribute/filters/AttributeFilter.cpp
M plugins/cpd/kernel/Cpd.cpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/icebridge/io/IcebridgeReader.cpp
M plugins/mrsid/io/MrsidReader.cpp
M plugins/nitf/io/NitfReader.cpp
M plugins/nitf/io/NitfWriter.cpp
M plugins/oci/io/OciCommon.cpp
M plugins/oci/io/OciReader.cpp
M plugins/oci/io/OciWrapper.cpp
M plugins/oci/io/OciWrapper.h
M plugins/oci/io/OciWriter.cpp
M plugins/p2g/io/P2gWriter.cpp
M plugins/pcl/filters/GroundFilter.cpp
M plugins/pcl/filters/PCLBlock.cpp
M plugins/pcl/io/PCLVisualizer.cpp
M plugins/pcl/io/PcdReader.cpp
M plugins/pcl/io/PcdWriter.cpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/PCLKernel.hpp
M plugins/pcl/kernel/SmoothKernel.cpp
M plugins/pcl/kernel/ViewKernel.cpp
M plugins/pgpointcloud/io/PgReader.cpp
M plugins/pgpointcloud/io/PgWriter.cpp
M plugins/python/filters/PredicateFilter.cpp
M plugins/python/filters/ProgrammableFilter.cpp
M plugins/rxp/io/RxpReader.cpp
M plugins/sqlite/io/SQLiteReader.cpp
M plugins/sqlite/io/SQLiteWriter.cpp
M src/CMakeLists.txt
M src/Kernel.cpp
M src/StageFactory.cpp
M src/util/Bounds.cpp
M src/util/FileUtils.cpp
M src/util/Georeference.cpp
A test/data/io/header.json
M test/unit/CMakeLists.txt
M test/unit/GeoreferenceTest.cpp
A test/unit/io/rialto/RialtoWriterTest.cpp
A test/unit/io/terrasolid/TerrasolidReaderTest.cpp
Log Message:
-----------
Merge branch 'master' into stream
Commit: 3271ee203481bbd01df38e0722e425200747c42a
https://github.com/PDAL/PDAL/commit/3271ee203481bbd01df38e0722e425200747c42a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M include/pdal/PointContext.hpp
M include/pdal/Reader.hpp
M io/las/LasReader.cpp
Log Message:
-----------
Add callback for reading points.
Compare: https://github.com/PDAL/PDAL/compare/c265e665df03...3271ee203481
More information about the pdal-commits
mailing list