[pdal-commits] [PDAL/PDAL] 79bc47: Transform bounding boxes for change in SRS.
GitHub
noreply at github.com
Wed Jan 4 11:37:28 PST 2017
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 79bc4732ca71c48d56148b808bdb174f79c888ff
https://github.com/PDAL/PDAL/commit/79bc4732ca71c48d56148b808bdb174f79c888ff
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-12-23 (Fri, 23 Dec 2016)
Changed paths:
M filters/CropFilter.cpp
M filters/CropFilter.hpp
M pdal/Stage.cpp
Log Message:
-----------
Transform bounding boxes for change in SRS.
Commit: 379e122915e688a47e23f4aa03a2bba3966955e0
https://github.com/PDAL/PDAL/commit/379e122915e688a47e23f4aa03a2bba3966955e0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-12-23 (Fri, 23 Dec 2016)
Changed paths:
A doc/stages/filters.cluster.rst
A doc/stages/filters.groupby.rst
A doc/stages/filters.locate.rst
A filters/ClusterFilter.cpp
A filters/ClusterFilter.hpp
A filters/GroupByFilter.cpp
A filters/GroupByFilter.hpp
A filters/LocateFilter.cpp
A filters/LocateFilter.hpp
M io/GeotiffSupport.cpp
M io/GeotiffSupport.hpp
M io/LasHeader.cpp
M io/LasWriter.cpp
M io/LasWriter.hpp
M kernels/PipelineKernel.cpp
M kernels/PipelineKernel.hpp
M pdal/FlexWriter.hpp
M pdal/PipelineManager.cpp
M pdal/PipelineManager.hpp
M pdal/PointTable.hpp
M pdal/Stage.cpp
M pdal/Stage.hpp
M pdal/StageFactory.cpp
M test/unit/CMakeLists.txt
A test/unit/filters/GroupByFilterTest.cpp
A test/unit/filters/LocateFilterTest.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Merge branch 'master' into geometry
Commit: ce622672e26bdc306cb84c8b6db4cc7bbd3a4e29
https://github.com/PDAL/PDAL/commit/ce622672e26bdc306cb84c8b6db4cc7bbd3a4e29
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)
Changed paths:
M HOWTORELEASE.txt
R Vagrantfile
M cmake/examples/hobu-config.sh
M doc/development/compilation/dependencies.rst
A doc/images/foss4g-2017.png
M doc/index.rst
M doc/pipeline.rst
M doc/stages/filters.reprojection.rst
R doc/stages/writers.p2g.rst
R doc/stages/writers.rialto.rst
M doc/workshop/exercises/analysis/dtm/dtm-run-command.txt
M doc/workshop/exercises/analysis/dtm/dtm.rst
A doc/workshop/exercises/analysis/dtm/gdal.json
R doc/workshop/exercises/analysis/dtm/p2g.json
M doc/workshop/slides/source/dtm.rst
M java/README.md
M java/build.sbt
A java/project/Commands.scala
M java/project/Environment.scala
M java/scripts/publish-212.sh
M java/scripts/publish-all.sh
M java/scripts/publish-javastyle.sh
A java/scripts/publish-local-212.sh
M java/scripts/publish-local.sh
M java/scripts/publish.sh
M pdal/Options.cpp
M pdal/Options.hpp
M pdal/Stage.cpp
M pdal/Stage.hpp
M plugins/CMakeLists.txt
R plugins/p2g/CMakeLists.txt
R plugins/p2g/io/P2gWriter.cpp
R plugins/p2g/io/P2gWriter.hpp
M scripts/appveyor/config.cmd
M scripts/ci/script.sh
M scripts/docker/Dockerfile
M scripts/docker/dependencies/Dockerfile
M scripts/linux-install-scripts/pdal.sh
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into geometry
Commit: 2045f640f5a6cd336e9c8ba86116a0e1dcb8956b
https://github.com/PDAL/PDAL/commit/2045f640f5a6cd336e9c8ba86116a0e1dcb8956b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)
Changed paths:
M doc/stages/readers.faux.rst
M io/FauxReader.cpp
M io/FauxReader.hpp
M test/unit/io/FauxReaderTest.cpp
Log Message:
-----------
Add grid mode to faux reader.
Commit: 4099c0813fc11972caf259a2f186c82a0453538f
https://github.com/PDAL/PDAL/commit/4099c0813fc11972caf259a2f186c82a0453538f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)
Changed paths:
M cmake/options.cmake
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into geometry
Commit: ceffe7e8b79506ab52c17809e642a6a57f437ac4
https://github.com/PDAL/PDAL/commit/ceffe7e8b79506ab52c17809e642a6a57f437ac4
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-01-04 (Wed, 04 Jan 2017)
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into geometry
Commit: fcd6062e08cd9e70e035637f9397b9f543bb01ac
https://github.com/PDAL/PDAL/commit/fcd6062e08cd9e70e035637f9397b9f543bb01ac
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-01-04 (Wed, 04 Jan 2017)
Changed paths:
M filters/CropFilter.cpp
M filters/CropFilter.hpp
M filters/private/crop/Point.cpp
M filters/private/crop/Point.hpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/Polygon.cpp
M pdal/Polygon.hpp
M pdal/util/ProgramArgs.hpp
M test/unit/filters/CropFilterTest.cpp
Log Message:
-----------
Fix circle/sphere cropping.
Remove use of KDIndex (slow, slow, slow).
Don't allow transformation of any geometry type to polygon.
Compare: https://github.com/PDAL/PDAL/compare/a65aefacb291...fcd6062e08cd
More information about the pdal-commits
mailing list