[pdal-commits] [PDAL/PDAL] 62a560: Merge branch 'master' into laszip
GitHub
noreply at github.com
Tue Sep 12 10:16:27 PDT 2017
Branch: refs/heads/laszip
Home: https://github.com/PDAL/PDAL
Commit: 62a56037be894c5f6f1a22ce1035cfc71c48d91d
https://github.com/PDAL/PDAL/commit/62a56037be894c5f6f1a22ce1035cfc71c48d91d
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M .gitignore
M CMakeLists.txt
M HOWTORELEASE.txt
M PDALConfig.cmake.in
M apps/pdal.cpp
A cmake/arbiter.cmake
M cmake/curl.cmake
M cmake/examples/hobu-config.sh
M cmake/json.cmake
M cmake/matlab.cmake
M cmake/modules/FindMatlab.cmake
A cmake/modules/FindOSG.cmake
A cmake/openscenegraph.cmake
M cmake/options.cmake
M doc/_static/breathe.css
M doc/_static/sphinx.css
M doc/conf.py
A doc/embed.py
M doc/faq.rst
A doc/images/poisson_edges.png
A doc/images/poisson_points.png
M doc/index.rst
M doc/stages/filters.approximatecoplanar.rst
M doc/stages/filters.assign.rst
M doc/stages/filters.chipper.rst
M doc/stages/filters.cluster.rst
M doc/stages/filters.colorinterp.rst
M doc/stages/filters.colorization.rst
M doc/stages/filters.computerange.rst
M doc/stages/filters.cpd.rst
M doc/stages/filters.crop.rst
M doc/stages/filters.decimation.rst
M doc/stages/filters.divider.rst
M doc/stages/filters.eigenvalues.rst
M doc/stages/filters.elm.rst
M doc/stages/filters.estimaterank.rst
M doc/stages/filters.ferry.rst
M doc/stages/filters.greedyprojection.rst
M doc/stages/filters.gridprojection.rst
M doc/stages/filters.groupby.rst
M doc/stages/filters.hag.rst
M doc/stages/filters.head.rst
M doc/stages/filters.hexbin.rst
M doc/stages/filters.icp.rst
M doc/stages/filters.iqr.rst
M doc/stages/filters.kdistance.rst
M doc/stages/filters.locate.rst
M doc/stages/filters.lof.rst
M doc/stages/filters.mad.rst
M doc/stages/filters.matlab.rst
M doc/stages/filters.merge.rst
M doc/stages/filters.mongus.rst
M doc/stages/filters.mortonorder.rst
M doc/stages/filters.movingleastsquares.rst
M doc/stages/filters.normal.rst
M doc/stages/filters.outlier.rst
M doc/stages/filters.overlay.rst
M doc/stages/filters.pclblock.rst
M doc/stages/filters.pmf.rst
M doc/stages/filters.poisson.rst
M doc/stages/filters.python.rst
M doc/stages/filters.radialdensity.rst
M doc/stages/filters.randomize.rst
M doc/stages/filters.range.rst
M doc/stages/filters.reprojection.rst
M doc/stages/filters.sample.rst
M doc/stages/filters.smrf.rst
M doc/stages/filters.sort.rst
M doc/stages/filters.splitter.rst
M doc/stages/filters.tail.rst
M doc/stages/filters.transformation.rst
M doc/stages/filters.voxelcenternearestneighbor.rst
M doc/stages/filters.voxelcentroidnearestneighbor.rst
M doc/stages/filters.voxelgrid.rst
M doc/stages/readers.bpf.rst
M doc/stages/readers.buffer.rst
M doc/stages/readers.faux.rst
M doc/stages/readers.gdal.rst
M doc/stages/readers.geowave.rst
M doc/stages/readers.greyhound.rst
M doc/stages/readers.ilvis2.rst
M doc/stages/readers.las.rst
M doc/stages/readers.matlab.rst
M doc/stages/readers.mbio.rst
M doc/stages/readers.mrsid.rst
M doc/stages/readers.nitf.rst
M doc/stages/readers.oci.rst
M doc/stages/readers.optech.rst
M doc/stages/readers.pcd.rst
M doc/stages/readers.pgpointcloud.rst
M doc/stages/readers.ply.rst
M doc/stages/readers.pts.rst
M doc/stages/readers.qfit.rst
M doc/stages/readers.rxp.rst
M doc/stages/readers.sbet.rst
M doc/stages/readers.sqlite.rst
M doc/stages/readers.text.rst
M doc/stages/readers.tindex.rst
M doc/stages/writers.bpf.rst
M doc/stages/writers.gdal.rst
M doc/stages/writers.geowave.rst
M doc/stages/writers.las.rst
M doc/stages/writers.matlab.rst
M doc/stages/writers.nitf.rst
M doc/stages/writers.null.rst
M doc/stages/writers.oci.rst
A doc/stages/writers.ogr.rst
M doc/stages/writers.pcd.rst
M doc/stages/writers.pgpointcloud.rst
M doc/stages/writers.ply.rst
M doc/stages/writers.sqlite.rst
M doc/stages/writers.text.rst
M doc/tutorial/las.rst
A doc/workshop/capstone.rst
A doc/workshop/conf.py
A doc/workshop/exercises/python/histogram-command.txt
A doc/workshop/exercises/python/histogram.json
A doc/workshop/exercises/python/histogram.py
A doc/workshop/exercises/python/histogram.rst
A doc/workshop/exercises/translation/greyhound-command.txt
A doc/workshop/exercises/translation/greyhound-info-command.txt
A doc/workshop/exercises/translation/greyhound.json
A doc/workshop/exercises/translation/greyhound.rst
A doc/workshop/images/greyhound-command.png
A doc/workshop/images/greyhound-info-verify.png
A doc/workshop/images/greyhound-view.png
A doc/workshop/images/python-histogram-command.png
A doc/workshop/images/python-histogram.png
M doc/workshop/index.rst
A doc/workshop/notes.rst
A doc/workshop/slides/source/img/osgeo4w-shell.png
M filters/CropFilter.cpp
M filters/CropFilter.hpp
M filters/GreedyProjection.hpp
M filters/NormalFilter.cpp
M filters/NormalFilter.hpp
M filters/private/DimRange.cpp
A filters/private/Point.cpp
A filters/private/Point.hpp
R filters/private/crop/Point.cpp
R filters/private/crop/Point.hpp
M io/GDALGrid.cpp
M io/GDALGrid.hpp
M io/GDALReader.cpp
M io/GDALReader.hpp
M io/GDALWriter.cpp
M io/GDALWriter.hpp
M io/GeotiffSupport.cpp
M io/LasHeader.cpp
M io/LasHeader.hpp
M io/LasReader.cpp
M io/LasReader.hpp
M io/LasUtils.cpp
M io/LasUtils.hpp
M io/LasVLR.cpp
M io/LasVLR.hpp
M io/LasWriter.cpp
A io/OGRWriter.cpp
A io/OGRWriter.hpp
A io/OGRWriterV1.cpp
M java/README.md
M java/build.sbt
A java/core-scala/src/main/scala/io/pdal/pipeline/ExprType.scala
A java/core-scala/src/main/scala/io/pdal/pipeline/FilterTypes.scala
A java/core-scala/src/main/scala/io/pdal/pipeline/Implicits.scala
A java/core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
A java/core-scala/src/main/scala/io/pdal/pipeline/ReaderTypes.scala
A java/core-scala/src/main/scala/io/pdal/pipeline/WriterTypes.scala
A java/core-scala/src/main/scala/io/pdal/pipeline/json/Implicits.scala
A java/core-scala/src/main/scala/io/pdal/pipeline/json/package.scala
A java/core-scala/src/main/scala/io/pdal/pipeline/package.scala
A java/core-scala/src/test/scala/io/pdal/pipeline/PipelineExpressionsSpec.scala
M java/project/Commands.scala
A java/project/Dependencies.scala
A java/project/Version.scala
M java/project/build.properties
M java/project/plugins.sbt
M java/sbt
M java/scripts/publish-212.sh
M java/scripts/publish-javastyle.sh
M java/scripts/publish-local-212.sh
M java/scripts/publish-local.sh
M java/scripts/publish.sh
M pdal/DimUtil.hpp
M pdal/EigenUtils.cpp
M pdal/GDALUtils.cpp
M pdal/GDALUtils.hpp
M pdal/PDALUtils.cpp
M pdal/PipelineManager.cpp
R pdal/PipelineReaderXML.cpp
M pdal/PointLayout.cpp
M pdal/Stage.cpp
M pdal/StageFactory.cpp
R pdal/private/PipelineReaderXML.hpp
M pdal/util/Utils.cpp
M pdal_defines.h.in
M plugins/CMakeLists.txt
M plugins/cpd/filters/CpdFilter.cpp
M plugins/matlab/CMakeLists.txt
M plugins/matlab/filters/MatlabFilter.cpp
M plugins/matlab/filters/MatlabFilter.hpp
M plugins/matlab/filters/Script.cpp
M plugins/matlab/filters/Script.hpp
M plugins/matlab/io/MatlabReader.cpp
M plugins/matlab/io/MatlabReader.hpp
M plugins/matlab/io/MatlabWriter.cpp
M plugins/matlab/io/MatlabWriter.hpp
M plugins/matlab/test/MatlabReaderTest.cpp
A plugins/openscenegraph/CMakeLists.txt
A plugins/openscenegraph/io/OSGReader.cpp
A plugins/openscenegraph/io/OSGReader.hpp
M plugins/sqlite/io/SQLiteCommon.hpp
M plugins/sqlite/io/SQLiteWriter.cpp
M scripts/ci/script.sh
M scripts/docker/dependencies/Dockerfile
M test/data/gdal/grid.txt
R test/data/hole/autzen-dd.las
R test/data/hole/hole.dbf
R test/data/hole/hole.las
R test/data/hole/hole.prj
R test/data/hole/hole.qpj
R test/data/hole/hole.shp
R test/data/hole/hole.shx
R test/data/hole/make-spurious.py
R test/data/hole/spurious.las
A test/data/las/spurious.las
M test/data/matlab/autzen.mat
M test/data/pipeline/crop-hole.json.in
A test/data/text/numeric_dim.txt
R test/unit/apps/pcinfoTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
M test/unit/filters/RangeFilterTest.cpp
M test/unit/io/GDALWriterTest.cpp
M test/unit/io/LasReaderTest.cpp
M vendor/arbiter/CMakeLists.txt
M vendor/kazhdan/PoissonRecon.h
Log Message:
-----------
Merge branch 'master' into laszip
Commit: eae1af53d49d60760530857d332215c3cb7fab78
https://github.com/PDAL/PDAL/commit/eae1af53d49d60760530857d332215c3cb7fab78
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M cmake/laszip.cmake
M cmake/modules/FindLASzip.cmake
M io/LasReader.cpp
M io/LasWriter.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/laszip' into laszip
Commit: 61d18b0413776887dce05726f91cfc9bc567b7d2
https://github.com/PDAL/PDAL/commit/61d18b0413776887dce05726f91cfc9bc567b7d2
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M test/unit/apps/pcpipelineTestJSON.cpp
Log Message:
-----------
Add missing comma .
Compare: https://github.com/PDAL/PDAL/compare/da08a8c454fd...61d18b041377
More information about the pdal-commits
mailing list