[pdal-commits] [PDAL/PDAL] a605b5: update the doc-building doc
GitHub
noreply at github.com
Tue Nov 17 09:20:34 PST 2015
Branch: refs/heads/stream
Home: https://github.com/PDAL/PDAL
Commit: a605b521bc31743ae4f8eb924600a75f748f044b
https://github.com/PDAL/PDAL/commit/a605b521bc31743ae4f8eb924600a75f748f044b
Author: Howard Butler <howard at hobu.co>
Date: 2015-10-28 (Wed, 28 Oct 2015)
Changed paths:
M doc/apps.rst
M doc/development/docs.rst
Log Message:
-----------
update the doc-building doc
Commit: 4ec93451f16677b2f71866e8798fff49b0f79903
https://github.com/PDAL/PDAL/commit/4ec93451f16677b2f71866e8798fff49b0f79903
Author: Howard Butler <howard at hobu.co>
Date: 2015-10-28 (Wed, 28 Oct 2015)
Changed paths:
M src/PluginManager.cpp
Log Message:
-----------
lard up PluginManager with debugging lint for when PDAL_DEBUG enviro variable is set #997
Commit: c4898cab0df4dadd643081cd5052fbba41251cf2
https://github.com/PDAL/PDAL/commit/c4898cab0df4dadd643081cd5052fbba41251cf2
Author: Connor Manning <connor at hobu.co>
Date: 2015-10-28 (Wed, 28 Oct 2015)
Changed paths:
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
Log Message:
-----------
Reintroduce ReprojectionFilter::filter, used by FilterWrapper for standalone Views. Some performance tweaks.
Commit: a9a350262b24dd72ba865c28229fd383f9fafcdd
https://github.com/PDAL/PDAL/commit/a9a350262b24dd72ba865c28229fd383f9fafcdd
Author: Howard Butler <howard at hobu.co>
Date: 2015-10-29 (Thu, 29 Oct 2015)
Changed paths:
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
Log Message:
-----------
Merge pull request #1020 from PDAL/reprojection-filtering
ReprojectionFilter updates
Commit: f7665802e1a6864ca1b1334f14ef610687bfb02c
https://github.com/PDAL/PDAL/commit/f7665802e1a6864ca1b1334f14ef610687bfb02c
Author: Connor Manning <connor at hobu.co>
Date: 2015-10-29 (Thu, 29 Oct 2015)
Changed paths:
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
Log Message:
-----------
Correct reprojection culling by reverting to the original behavior. Keep the reintroduced filter call.
Commit: f643cb5c922b3bf079a3fd544fb1bd37764fb221
https://github.com/PDAL/PDAL/commit/f643cb5c922b3bf079a3fd544fb1bd37764fb221
Author: Connor Manning <connor at hobu.co>
Date: 2015-10-29 (Thu, 29 Oct 2015)
Changed paths:
M filters/reprojection/ReprojectionFilter.cpp
Log Message:
-----------
Oops, throw the error, not the string.
Commit: 0e7308a8a80f33c6ad12aff1667b21d00da87f79
https://github.com/PDAL/PDAL/commit/0e7308a8a80f33c6ad12aff1667b21d00da87f79
Author: Connor Manning <connor at hobu.co>
Date: 2015-10-29 (Thu, 29 Oct 2015)
Changed paths:
M filters/reprojection/ReprojectionFilter.cpp
Log Message:
-----------
Merge branch 'master' into reprojection-filtering
Conflicts:
filters/reprojection/ReprojectionFilter.cpp
filters/reprojection/ReprojectionFilter.hpp
Commit: f4b5e2b1fdc7541cd048cd40883852818794f645
https://github.com/PDAL/PDAL/commit/f4b5e2b1fdc7541cd048cd40883852818794f645
Author: Connor Manning <connormanning at users.noreply.github.com>
Date: 2015-10-29 (Thu, 29 Oct 2015)
Changed paths:
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
Log Message:
-----------
Merge pull request #1021 from PDAL/reprojection-filtering
Reprojection re-culling
Commit: d74c460a45b536823261896c126f9859a865b66a
https://github.com/PDAL/PDAL/commit/d74c460a45b536823261896c126f9859a865b66a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-10-29 (Thu, 29 Oct 2015)
Changed paths:
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M plugins/nitf/io/NitfReader.cpp
Log Message:
-----------
Test changes for SRS setting in prepare().
Commit: aff6ed851734dff194aca5ad7922f8a6687bfebe
https://github.com/PDAL/PDAL/commit/aff6ed851734dff194aca5ad7922f8a6687bfebe
Author: Howard Butler <howard at hobu.co>
Date: 2015-10-29 (Thu, 29 Oct 2015)
Changed paths:
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M plugins/nitf/io/NitfReader.cpp
Log Message:
-----------
Merge pull request #1023 from PDAL/srs-prepare
Test changes for SRS setting in prepare().
Commit: d97161738f544cca087f4af350aede2829df3cf3
https://github.com/PDAL/PDAL/commit/d97161738f544cca087f4af350aede2829df3cf3
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M include/pdal/Stage.hpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M plugins/nitf/io/NitfReader.cpp
M plugins/nitf/io/NitfReader.hpp
M src/Stage.cpp
Log Message:
-----------
Move LAS metadata extraction to initialize().
Commit: bcdfe9a79d4e89d87e24cf5279efae914fb6581b
https://github.com/PDAL/PDAL/commit/bcdfe9a79d4e89d87e24cf5279efae914fb6581b
Author: Howard Butler <howard at hobu.co>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M doc/Makefile
Log Message:
-----------
output docs to build directory
Commit: ce639f4376265f15b9516614e1fa49bb1aa146c4
https://github.com/PDAL/PDAL/commit/ce639f4376265f15b9516614e1fa49bb1aa146c4
Author: Howard Butler <howard at hobu.co>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M cmake/examples/hobu-config.sh
Log Message:
-----------
update my example cmake to catch up to elcapitan
Commit: 79109d81f4b93061a4a405bacc4464e02505e2f3
https://github.com/PDAL/PDAL/commit/79109d81f4b93061a4a405bacc4464e02505e2f3
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-01 (Sun, 01 Nov 2015)
Changed paths:
M src/PluginManager.cpp
Log Message:
-----------
Merge pull request #1018 from PDAL/issues/997-plugin-debug
lard up PluginManager with debugging lint for when PDAL_DEBUG enviro variable is set #997
Commit: dd368d7024c03e646784addc69d2dff896d43140
https://github.com/PDAL/PDAL/commit/dd368d7024c03e646784addc69d2dff896d43140
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-01 (Sun, 01 Nov 2015)
Changed paths:
M src/PluginManager.cpp
Log Message:
-----------
output the PDAL plugin search path to stderr when PDAL_DEBUG environment variable is set
Commit: 9c9819a90443d6f478cb38c7725291522f9b30db
https://github.com/PDAL/PDAL/commit/9c9819a90443d6f478cb38c7725291522f9b30db
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-01 (Sun, 01 Nov 2015)
Changed paths:
M doc/stages/filters.colorization.rst
Log Message:
-----------
document GDAL_CACHEMAX sensitivity in filters.colorization
Commit: 1d629bd84ae2962d4baec6fc0a547272c47d75b1
https://github.com/PDAL/PDAL/commit/1d629bd84ae2962d4baec6fc0a547272c47d75b1
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-01 (Sun, 01 Nov 2015)
Changed paths:
M doc/stages/filters.colorization.rst
Log Message:
-----------
typos
Commit: b5b8954f1d6cd41170c2f4ec1efd4a515837c411
https://github.com/PDAL/PDAL/commit/b5b8954f1d6cd41170c2f4ec1efd4a515837c411
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-01 (Sun, 01 Nov 2015)
Changed paths:
M doc/stages/filters.attribute.rst
M doc/stages/filters.decimation.rst
M doc/stages/filters.divider.rst
M doc/stages/filters.predicate.rst
M doc/stages/filters.transformation.rst
M doc/stages/filters.voxelgrid.rst
Log Message:
-----------
more doc tweaks
Commit: e61f27bf3cfcfb451bf4eef3a6c566489780777a
https://github.com/PDAL/PDAL/commit/e61f27bf3cfcfb451bf4eef3a6c566489780777a
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-02 (Mon, 02 Nov 2015)
Changed paths:
M doc/compilation/unix.rst
Log Message:
-----------
point to vagrant in compilation doc
Commit: 590059989f448d7e7a2f9b5c51eafc8862382a6d
https://github.com/PDAL/PDAL/commit/590059989f448d7e7a2f9b5c51eafc8862382a6d
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-02 (Mon, 02 Nov 2015)
Changed paths:
M doc/compilation/windows.rst
Log Message:
-----------
point to OSGeo4W and Vagrant in windows compilation doc
Commit: bc1b31d57b5a12a9477ac69bba1ab7616c2e92e4
https://github.com/PDAL/PDAL/commit/bc1b31d57b5a12a9477ac69bba1ab7616c2e92e4
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-02 (Mon, 02 Nov 2015)
Changed paths:
M doc/index.rst
Log Message:
-----------
add PDAL logo back
Commit: b3b0b5ba746b365565825de24d64e5e47202029f
https://github.com/PDAL/PDAL/commit/b3b0b5ba746b365565825de24d64e5e47202029f
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-02 (Mon, 02 Nov 2015)
Changed paths:
M doc/stages/index.rst
Log Message:
-----------
introductory material for stages
Commit: af0fcf8973043e0617895ee33f296017a49bc4fb
https://github.com/PDAL/PDAL/commit/af0fcf8973043e0617895ee33f296017a49bc4fb
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-03 (Tue, 03 Nov 2015)
Changed paths:
M doc/compilation/dependencies.rst
M doc/compilation/index.rst
M doc/download.rst
Log Message:
-----------
more doc tweaks
Commit: cdc2c377856d7848b05929acde231f495666b4c1
https://github.com/PDAL/PDAL/commit/cdc2c377856d7848b05929acde231f495666b4c1
Author: Scott Lewis <scott.lewis at nsidc.org>
Date: 2015-11-05 (Thu, 05 Nov 2015)
Changed paths:
M doc/tutorial/writing.rst
M examples/writing/tutorial.cpp
Log Message:
-----------
Updated Writing tutorial.
Fixed the tutorial code to match the changes to the main codebase,
as well as to use the StageFactory as described in the tutorial
text. Also cleaned up the tutorial documentation to display the
correct line numbers.
Commit: e3083e86052593e45e330dc24d62ba19f0b025ef
https://github.com/PDAL/PDAL/commit/e3083e86052593e45e330dc24d62ba19f0b025ef
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-06 (Fri, 06 Nov 2015)
Changed paths:
M doc/tutorial/writing.rst
M examples/writing/tutorial.cpp
Log Message:
-----------
Merge pull request #1026 from scott-lewis-nsidc/update-writing-tutorial
Updated Writing tutorial.
Commit: b29ec326e3556f5ae505aea8bc806227310bb7d0
https://github.com/PDAL/PDAL/commit/b29ec326e3556f5ae505aea8bc806227310bb7d0
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-06 (Fri, 06 Nov 2015)
Changed paths:
M examples/writing/tutorial.cpp
Log Message:
-----------
capitalization tweak from #1026
Commit: d8a7ee9efa1b96080b55cff6a0086a27fe15ddb8
https://github.com/PDAL/PDAL/commit/d8a7ee9efa1b96080b55cff6a0086a27fe15ddb8
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-06 (Fri, 06 Nov 2015)
Changed paths:
A doc/docbuild/Dockerfile
A doc/docbuild/run.sh
Log Message:
-----------
add Dockerfile that builds pdal.io
Commit: 288529a137187aae1f4e55363f1b80c88f2c6da3
https://github.com/PDAL/PDAL/commit/288529a137187aae1f4e55363f1b80c88f2c6da3
Author: Connor Manning <connor at hobu.co>
Date: 2015-11-07 (Sat, 07 Nov 2015)
Changed paths:
M io/faux/FauxReader.cpp
Log Message:
-----------
Avoid possibly uninitialized value warning.
Commit: 223cedddedc5639932d391ede2ebfd13c80e575d
https://github.com/PDAL/PDAL/commit/223cedddedc5639932d391ede2ebfd13c80e575d
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M io/las/LasReader.cpp
Log Message:
-----------
Print warning if we can't read GeoTiff VLR when one exists.
Close #128
Commit: c7d55293c4aabea9b82f8fe4f1e8f4c442c59be6
https://github.com/PDAL/PDAL/commit/c7d55293c4aabea9b82f8fe4f1e8f4c442c59be6
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M include/pdal/PDALUtils.hpp
Log Message:
-----------
fcntl.h no impliclitly included in later libc++
Commit: 6e384e53ebeea845c391617a17a375c3dbd435ab
https://github.com/PDAL/PDAL/commit/6e384e53ebeea845c391617a17a375c3dbd435ab
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
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/clipping-with-shapefile.rst
M doc/tutorial/index.rst
Log Message:
-----------
add a tutorial to describe clipping with shapefiles
Commit: dea9fa373917de306b0a8c8cc03324208ae8d13f
https://github.com/PDAL/PDAL/commit/dea9fa373917de306b0a8c8cc03324208ae8d13f
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M doc/tutorial/clipping-with-shapefile.rst
Log Message:
-----------
clean up extra paragraph in tutorial
Commit: 982be4f7e3bb0cada3ad6e6f916479871451ef72
https://github.com/PDAL/PDAL/commit/982be4f7e3bb0cada3ad6e6f916479871451ef72
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M include/pdal/PDALUtils.hpp
Log Message:
-----------
don't include fnctl if _WIN32
Commit: f9f3402d66402d002100fc788633fa40745ff47a
https://github.com/PDAL/PDAL/commit/f9f3402d66402d002100fc788633fa40745ff47a
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M doc/tutorial/clipping-with-shapefile.rst
A test/data/autzen/attributes.json
A test/data/autzen/attributes.vrt
Log Message:
-----------
clipping doc tweaks
Commit: ab6e5aa25a13c2e05eb08d02bb869dbc4ea9d903
https://github.com/PDAL/PDAL/commit/ab6e5aa25a13c2e05eb08d02bb869dbc4ea9d903
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M doc/tutorial/clipping-with-shapefile.rst
Log Message:
-----------
a note about using other dimensions besides classification
Commit: a9c191f6e0ac80fe2c9bac4432444351659ba869
https://github.com/PDAL/PDAL/commit/a9c191f6e0ac80fe2c9bac4432444351659ba869
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M doc/apps.rst
Log Message:
-----------
Remove extra apostrophe in apps.rst
Commit: f807fb5eef1fa23fa90e0a076d848bd8f45234a8
https://github.com/PDAL/PDAL/commit/f807fb5eef1fa23fa90e0a076d848bd8f45234a8
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M include/pdal/Options.hpp
M plugins/pcl/kernel/GroundKernel.cpp
M src/Options.cpp
M test/unit/OptionsTest.cpp
Log Message:
-----------
Fix option names in ground kernel.
Add debug information in the case that a bad option name is found.
Add a simple test for invalid option names.
Close #1029
Commit: 75596db6151b4845f2ef28cdaa7dcc142458a420
https://github.com/PDAL/PDAL/commit/75596db6151b4845f2ef28cdaa7dcc142458a420
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M doc/apps.rst
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/clipping-with-shapefile.rst
M doc/tutorial/index.rst
M include/pdal/PDALUtils.hpp
A test/data/autzen/attributes.json
A test/data/autzen/attributes.vrt
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: 68cc4b4e9fdd3764cb76bfc11832105039438f75
https://github.com/PDAL/PDAL/commit/68cc4b4e9fdd3764cb76bfc11832105039438f75
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M src/Options.cpp
Log Message:
-----------
gcc doesn't take declaration in argument, apparently.
Commit: ce3feb42e2286a3b0dd652c2574b7a2fcdb2756b
https://github.com/PDAL/PDAL/commit/ce3feb42e2286a3b0dd652c2574b7a2fcdb2756b
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-11-11 (Wed, 11 Nov 2015)
Changed paths:
M doc/tutorial/writing-filter.rst
M examples/writing-filter/MyFilter.cpp
M examples/writing-filter/MyFilter.hpp
Log Message:
-----------
Update the filter writing tutorial
Commit: 1aa21171e492c85742286adbb54d5821ac1a227a
https://github.com/PDAL/PDAL/commit/1aa21171e492c85742286adbb54d5821ac1a227a
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-11-11 (Wed, 11 Nov 2015)
Changed paths:
A doc/stages/filters.height.rst
A doc/tutorial/calculating-normalized-heights.rst
M doc/tutorial/index.rst
M plugins/pcl/CMakeLists.txt
A plugins/pcl/filters/HeightFilter.cpp
A plugins/pcl/filters/HeightFilter.hpp
Log Message:
-----------
Initial commit of PCL-based normalized height filter
Commit: 8eb66a6974c177d4496b61b21f6a0853220d5d70
https://github.com/PDAL/PDAL/commit/8eb66a6974c177d4496b61b21f6a0853220d5d70
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-11-11 (Wed, 11 Nov 2015)
Changed paths:
A doc/tutorial/autzen-elevation.png
A doc/tutorial/autzen-height.png
M doc/tutorial/calculating-normalized-heights.rst
M plugins/pcl/filters/HeightFilter.cpp
Log Message:
-----------
Add some error checking, examples, and finalize the tutorial
Commit: 6462e06ff79ee5ae875f39d588c6577c642ac427
https://github.com/PDAL/PDAL/commit/6462e06ff79ee5ae875f39d588c6577c642ac427
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-11-11 (Wed, 11 Nov 2015)
Changed paths:
M plugins/pcl/filters/HeightFilter.cpp
M plugins/pcl/filters/HeightFilter.hpp
Log Message:
-----------
getDefaultOptions is unused, check for Classification dim when preparing filter
Commit: de44ca6b00c513706cf73a3fa4da69cb6c9fc880
https://github.com/PDAL/PDAL/commit/de44ca6b00c513706cf73a3fa4da69cb6c9fc880
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-11-11 (Wed, 11 Nov 2015)
Changed paths:
M doc/tutorial/calculating-normalized-heights.rst
Log Message:
-----------
Add note about ASPRS/LAS point classifications
Commit: e3a357a2a83c59460aa6c4dffb43102aad81498c
https://github.com/PDAL/PDAL/commit/e3a357a2a83c59460aa6c4dffb43102aad81498c
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-11-11 (Wed, 11 Nov 2015)
Changed paths:
M doc/tutorial/overview.rst
Log Message:
-----------
Add labels for filter tutorial update
Commit: 56328bf10506043dd151a62875cb2e9670348044
https://github.com/PDAL/PDAL/commit/56328bf10506043dd151a62875cb2e9670348044
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-11-11 (Wed, 11 Nov 2015)
Changed paths:
M doc/tutorial/writing-filter.rst
Log Message:
-----------
Fix small typo in filter tutorial
Commit: 8b902327de7b3effbb9af1888763755b834b745d
https://github.com/PDAL/PDAL/commit/8b902327de7b3effbb9af1888763755b834b745d
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
A doc/stages/filters.height.rst
A doc/tutorial/autzen-elevation.png
A doc/tutorial/autzen-height.png
A doc/tutorial/calculating-normalized-heights.rst
M doc/tutorial/index.rst
M plugins/pcl/CMakeLists.txt
A plugins/pcl/filters/HeightFilter.cpp
A plugins/pcl/filters/HeightFilter.hpp
Log Message:
-----------
Merge pull request #1030 from PDAL/height-filter
Add PCL-based height (above ground) filter
Commit: a84994a13cfecd43e1c0c33b81548f92543e37e7
https://github.com/PDAL/PDAL/commit/a84994a13cfecd43e1c0c33b81548f92543e37e7
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
A doc/docbuild/Dockerfile
A doc/docbuild/run.sh
Log Message:
-----------
Merge pull request #1027 from PDAL/pdal-docs-docker
add Dockerfile that builds pdal.io
Commit: 492bdfeab5f2c22054ccdb8b0ff964cc1cc1431f
https://github.com/PDAL/PDAL/commit/492bdfeab5f2c22054ccdb8b0ff964cc1cc1431f
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M io/bpf/BpfWriter.cpp
Log Message:
-----------
Make XYZ auto offset by default in BPF writer
Commit: 1ee8a55bcaa9b18c8ba18e29644cbf00ec5fcb94
https://github.com/PDAL/PDAL/commit/1ee8a55bcaa9b18c8ba18e29644cbf00ec5fcb94
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M doc/stages/writers.bpf.rst
Log Message:
-----------
Add doc note for BPF offset=auto
Commit: 15af30070008a196c5eb49be3407657e405cfef9
https://github.com/PDAL/PDAL/commit/15af30070008a196c5eb49be3407657e405cfef9
Author: Scott Lewis <scott.lewis at nsidc.org>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M doc/tutorial/writing-kernel.rst
M examples/writing-kernel/MyKernel.cpp
M examples/writing-kernel/MyKernel.hpp
Log Message:
-----------
Updating Kernel tutorial to work with new code.
Using StageFactory as described in the previous version of the
tutorial, and updating the macro to use the general shared
plugin, rather than the kernel-specific macro which no longer
exists.
Commit: 3f31924dc723293de0563192a53b427e025e1f5b
https://github.com/PDAL/PDAL/commit/3f31924dc723293de0563192a53b427e025e1f5b
Author: Scott Lewis <scott.lewis at nsidc.org>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M doc/tutorial/writing-kernel.rst
Log Message:
-----------
Changed library filename to be inline
Commit: bdbcf0e1f9a77e050e6c973cf969abcfe7a1aa50
https://github.com/PDAL/PDAL/commit/bdbcf0e1f9a77e050e6c973cf969abcfe7a1aa50
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M doc/tutorial/writing-kernel.rst
M examples/writing-kernel/MyKernel.cpp
M examples/writing-kernel/MyKernel.hpp
Log Message:
-----------
Merge pull request #1033 from scott-lewis-nsidc/update-write-kernel-tutorial
Update write kernel tutorial
Commit: 2bd54ae2161b7f2406e3dfe593a181c33eb382aa
https://github.com/PDAL/PDAL/commit/2bd54ae2161b7f2406e3dfe593a181c33eb382aa
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M doc/tutorial/calculating-normalized-heights.rst
Log Message:
-----------
Link the correct tutorial image
Commit: 9f6936ab92e7a377470080ca25da71212ae4d99d
https://github.com/PDAL/PDAL/commit/9f6936ab92e7a377470080ca25da71212ae4d99d
Author: chambbj <brad.chambers at gmail.com>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M doc/tutorial/calculating-normalized-heights.rst
Log Message:
-----------
Fix italics in tutorial
Commit: 8fde8256ac7b242e4d0872ec582cbe27546cd215
https://github.com/PDAL/PDAL/commit/8fde8256ac7b242e4d0872ec582cbe27546cd215
Author: Scott Lewis <scott.lewis at nsidc.org>
Date: 2015-11-13 (Fri, 13 Nov 2015)
Changed paths:
M doc/tutorial/writing-reader.rst
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
Log Message:
-----------
Updating reader tutorial.
Modifying reader tutorial to discuss the steps needed for a reader,
including a sample input file and pipeline flie to use.
Commit: 042a7d469e2108ecfb93572a9840a965ea232847
https://github.com/PDAL/PDAL/commit/042a7d469e2108ecfb93572a9840a965ea232847
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-13 (Fri, 13 Nov 2015)
Changed paths:
M src/Options.cpp
Log Message:
-----------
Fix reporting check for nameValid().
Commit: e35ded5196ed19aad5b65bd7490511771af71fae
https://github.com/PDAL/PDAL/commit/e35ded5196ed19aad5b65bd7490511771af71fae
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-13 (Fri, 13 Nov 2015)
Changed paths:
M doc/tutorial/writing-reader.rst
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
Log Message:
-----------
Merge pull request #1036 from scott-lewis-nsidc/update-writing-reader-tutorial
Updating reader tutorial.
Commit: f9ed8b65600734e62c8be513bd85852fd3816e24
https://github.com/PDAL/PDAL/commit/f9ed8b65600734e62c8be513bd85852fd3816e24
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-11-14 (Sat, 14 Nov 2015)
Changed paths:
M plugins/rxp/io/RxpReader.hpp
Log Message:
-----------
Set default value for boolean in RxpReader
This boolean value was not initialized on default reader creation,
which caused tests to fail on some machines. I don't know if this would
affect actual usages, but its a bugfix.
Commit: 1394a1aeecda974faee66d69477c74d6cb54729c
https://github.com/PDAL/PDAL/commit/1394a1aeecda974faee66d69477c74d6cb54729c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-14 (Sat, 14 Nov 2015)
Changed paths:
M plugins/rxp/io/RxpReader.hpp
Log Message:
-----------
Merge pull request #1037 from gadomski/rivlib-cleanup
Set default value for boolean in RxpReader
Commit: a2419671fa443886ef2d9d2aeb93a04ef62f3eee
https://github.com/PDAL/PDAL/commit/a2419671fa443886ef2d9d2aeb93a04ef62f3eee
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M doc/stages/writers.bpf.rst
M io/bpf/BpfWriter.cpp
Log Message:
-----------
Merge pull request #1032 from PDAL/bpf-auto-xyz-offsets
BPF should use auto offsets by default for XYZ dimensions
Commit: b5bda2a7ddff9f3ba7d15adaa840e362934c0cb8
https://github.com/PDAL/PDAL/commit/b5bda2a7ddff9f3ba7d15adaa840e362934c0cb8
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
A doc/stages/filters.dartsample.rst
A doc/tutorial/dart-throwing.rst
M doc/tutorial/index.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 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
Log Message:
-----------
Add PCL DartSample filter, and a PDAL filter to wrap it
Commit: f7b7218f925cd6a1fd4a2dbc8d0cb54229e38301
https://github.com/PDAL/PDAL/commit/f7b7218f925cd6a1fd4a2dbc8d0cb54229e38301
Author: Howard Butler <howard at hobu.co>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
A doc/stages/filters.dartsample.rst
A doc/tutorial/dart-throwing.rst
M doc/tutorial/index.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 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
Log Message:
-----------
Merge pull request #1041 from PDAL/pcl-dartsample-filter
Add PCL DartSample filter, and a PDAL filter to wrap it
Commit: 2f142d22ff1aeea99636fa6b6f080c0e79a32d41
https://github.com/PDAL/PDAL/commit/2f142d22ff1aeea99636fa6b6f080c0e79a32d41
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M include/pdal/PointView.hpp
M test/unit/PointViewTest.cpp
Log Message:
-----------
Check point view size in `getFieldAs`
`PointView::getFieldInternal` uses `deque::operator[]` to map index
values to raw point ids. This means that a user can silently access
beyond the end of of the `m_index` deque with an ill-advised
`getFieldAs` call, leading to either garbage results or a segfault.
Per
[discussion](https://github.com/gadomski/PDAL/commit/c1d54e56e2de841d37f2a1b1c218ed723053f6a9#commitcomment-14415138)
with @abellgithub, this should be considered a user error, albeit one
that we can protect against when in debug mode. Therefore, we use an
assert to check the bounds inside `getFieldAs`.
Commit: 193667bb226c4e40365e2268a3ee0abb0d0e7ad6
https://github.com/PDAL/PDAL/commit/193667bb226c4e40365e2268a3ee0abb0d0e7ad6
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M include/pdal/PointView.hpp
M test/unit/PointViewTest.cpp
Log Message:
-----------
Merge pull request #1039 from gadomski/point-view-bounds-checking
Check point view size in `getFieldInternal`
Commit: fbd7949fc4547a3e2f553d0bd81c806895160a1c
https://github.com/PDAL/PDAL/commit/fbd7949fc4547a3e2f553d0bd81c806895160a1c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
A include/pdal/Geometry.hpp
M kernels/info/InfoKernel.cpp
M kernels/tindex/TIndexKernel.cpp
M kernels/tindex/TIndexKernel.hpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/pcl/dartsample/dart_sample.hpp
M plugins/pcl/filters/HeightFilter.cpp
M src/CMakeLists.txt
Log Message:
-----------
Smooth hexbin-generated boundaries.
Commit: e0a5fdb599252f7c6640936faf243a7173a68a02
https://github.com/PDAL/PDAL/commit/e0a5fdb599252f7c6640936faf243a7173a68a02
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M include/pdal/PointView.hpp
M test/unit/PointViewTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Commit: d5b114052a6ee904deecf915b6429b06af970071
https://github.com/PDAL/PDAL/commit/d5b114052a6ee904deecf915b6429b06af970071
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M kernels/info/InfoKernel.cpp
Log Message:
-----------
Don't include hexbin node twice.
Commit: 4a9715460a5c4039e68550c161d904e4d4b8c05c
https://github.com/PDAL/PDAL/commit/4a9715460a5c4039e68550c161d904e4d4b8c05c
Author: Connor Manning <connor at hobu.co>
Date: 2015-11-17 (Tue, 17 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/docs.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.predicate.rst
M doc/stages/filters.transformation.rst
M doc/stages/filters.voxelgrid.rst
M doc/stages/index.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.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/tutorial.cpp
M filters/reprojection/ReprojectionFilter.cpp
M filters/reprojection/ReprojectionFilter.hpp
A include/pdal/Geometry.hpp
M include/pdal/Options.hpp
M include/pdal/PDALUtils.hpp
M include/pdal/PointView.hpp
M include/pdal/Stage.hpp
M io/bpf/BpfWriter.cpp
M io/faux/FauxReader.cpp
M io/las/LasReader.cpp
M io/las/LasReader.hpp
M kernels/tindex/TIndexKernel.cpp
M kernels/tindex/TIndexKernel.hpp
M plugins/hexbin/filters/HexBin.cpp
M plugins/nitf/io/NitfReader.cpp
M plugins/nitf/io/NitfReader.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/rxp/io/RxpReader.hpp
M src/CMakeLists.txt
M src/Options.cpp
M src/PluginManager.cpp
M src/Stage.cpp
A test/data/autzen/attributes.json
A test/data/autzen/attributes.vrt
M test/unit/OptionsTest.cpp
M test/unit/PointViewTest.cpp
Log Message:
-----------
Merge branch 'master' into stream
Conflicts:
io/faux/FauxReader.cpp
Compare: https://github.com/PDAL/PDAL/compare/744d90c11277...4a9715460a5c
More information about the pdal-commits
mailing list