[pdal-commits] [PDAL/PDAL] 896fcc: remove 'diff' kernel #2302 (#2423)
Andrew Bell
noreply at github.com
Fri Mar 29 10:35:20 PDT 2019
Branch: refs/heads/1.9-maintenance
Home: https://github.com/PDAL/PDAL
Commit: 896fcc075a142ed64528c832680b13802a4badd5
https://github.com/PDAL/PDAL/commit/896fcc075a142ed64528c832680b13802a4badd5
Author: Howard Butler <howard at hobu.co>
Date: 2019-03-29 (Fri, 29 Mar 2019)
Changed paths:
R doc/apps/diff.rst
R kernels/DiffKernel.cpp
R kernels/DiffKernel.hpp
M scripts/conda/osx.sh
Log Message:
-----------
remove 'diff' kernel #2302 (#2423)
Commit: 888aadfae35dbce5e80badfea98f96ab1c527262
https://github.com/PDAL/PDAL/commit/888aadfae35dbce5e80badfea98f96ab1c527262
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-03-29 (Fri, 29 Mar 2019)
Changed paths:
M pdal/util/FileUtils.hpp
Log Message:
-----------
Include <vector> for FileUtils.
Commit: 5309eeb9152194a0fc94b124d30904a36486a498
https://github.com/PDAL/PDAL/commit/5309eeb9152194a0fc94b124d30904a36486a498
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-03-29 (Fri, 29 Mar 2019)
Changed paths:
M io/PlyWriter.cpp
A test/data/ply/issue_2421.ply
M test/unit/io/PlyWriterTest.cpp
Log Message:
-----------
Change readers.ply output for integers with precision set (#2422)
* Don't write ints using fixed precision.
* Test for issue 2421.
Close #2421
Commit: 0a4e3ab8e2e1c671ec507212eb4d51d799e097d7
https://github.com/PDAL/PDAL/commit/0a4e3ab8e2e1c671ec507212eb4d51d799e097d7
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-03-29 (Fri, 29 Mar 2019)
Changed paths:
M filters/AssignFilter.cpp
Log Message:
-----------
Require assignment in filters.assign.
Commit: 7b4bcf51b6558917baaba32601ce06b91070339a
https://github.com/PDAL/PDAL/commit/7b4bcf51b6558917baaba32601ce06b91070339a
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-03-29 (Fri, 29 Mar 2019)
Changed paths:
M doc/development/compilation/dependencies.rst
M doc/development/overview.rst
M doc/python.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.cpd.rst
M doc/stages/filters.crop.rst
M doc/stages/filters.decimation.rst
M doc/stages/filters.delaunay.rst
M doc/stages/filters.dem.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.info.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.mongoexpression.rst
M doc/stages/filters.mongus.rst
M doc/stages/filters.mortonorder.rst
M doc/stages/filters.movingleastsquares.rst
M doc/stages/filters.neighborclassifier.rst
M doc/stages/filters.nndistance.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.returns.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.stats.rst
M doc/stages/filters.streamcallback.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/writers.bpf.rst
M doc/stages/writers.ept_addon.rst
M doc/stages/writers.gdal.rst
M doc/stages/writers.geowave.rst
M doc/stages/writers.greyhound.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
M 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.sbet.rst
M doc/stages/writers.sqlite.rst
M doc/stages/writers.text.rst
M doc/stages/writers.tiledb.rst
M doc/tutorial/clipping/index.rst
M doc/tutorial/las.rst
M doc/tutorial/reading.rst
M filters/MongusFilter.cpp
M filters/MongusFilter.hpp
M plugins/python/filters/PythonFilter.cpp
Log Message:
-----------
Stage updates.
Commit: dad7e0beb5a496b223963419d687f165a3855b95
https://github.com/PDAL/PDAL/commit/dad7e0beb5a496b223963419d687f165a3855b95
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-03-29 (Fri, 29 Mar 2019)
Changed paths:
M plugins/python/filters/PythonFilter.cpp
Log Message:
-----------
Fix typos.
Commit: 1ead1449bcbf7f2d398d7f153355b9f1e637a057
https://github.com/PDAL/PDAL/commit/1ead1449bcbf7f2d398d7f153355b9f1e637a057
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-03-29 (Fri, 29 Mar 2019)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
New version.
Commit: 3012607d41ca9327a75d70c79d9e008acbedab47
https://github.com/PDAL/PDAL/commit/3012607d41ca9327a75d70c79d9e008acbedab47
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-03-29 (Fri, 29 Mar 2019)
Changed paths:
M appveyor.yml
M cmake/examples/hobu-config.sh
M cmake/modules/FindOracle.cmake
M doc/apps/tindex.rst
M doc/development/compilation/dependencies.rst
M doc/development/compilation/unix.rst
M doc/development/compilation/windows.rst
M doc/download.rst
M doc/images/reproject-merge-pipeline.png
M doc/project/integration.rst
M doc/stages/readers.ept.rst
M doc/stages/readers.rst
M doc/stages/writers.rst
M doc/stages/writers.tiledb.rst
M doc/workshop/exercises/analysis/clipping/clipping.rst
M doc/workshop/exercises/analysis/denoising/denoising.rst
M doc/workshop/exercises/analysis/density/density.rst
M doc/workshop/exercises/analysis/dtm/dtm.rst
M doc/workshop/exercises/analysis/ground/ground.rst
M doc/workshop/exercises/analysis/rasterize/classification.json
M doc/workshop/exercises/analysis/rasterize/rasterize.rst
M doc/workshop/exercises/georeferencing/index.rst
M doc/workshop/exercises/info/metadata.rst
M doc/workshop/exercises/info/single-point.rst
M doc/workshop/exercises/translation/compression.rst
M doc/workshop/exercises/translation/reprojection.rst
M doc/workshop/includes/substitutions.rst
R doc/workshop/osgeo4w.rst
M doc/workshop/slides/source/software.rst
M doc/workshop/software.rst
M filters/HeadFilter.hpp
M filters/TailFilter.hpp
M io/EptAddonWriter.cpp
M kernels/TIndexKernel.cpp
M kernels/TIndexKernel.hpp
M pdal/Kernel.cpp
M pdal/Kernel.hpp
M pdal/Metadata.hpp
A pdal/SubcommandKernel.cpp
A pdal/SubcommandKernel.hpp
M plugins/i3s/lepcc/CMakeLists.txt
M plugins/sqlite/io/SQLiteWriter.cpp
M scripts/appveyor/conda/build.cmd
M scripts/appveyor/config.cmd
M scripts/appveyor/test/build.cmd
M scripts/docker/ubuntu/Dockerfile
M test/unit/CMakeLists.txt
M test/unit/apps/TIndexTest.cpp
A test/unit/filters/HeadTailFilterTest.cpp
M vendor/kazhdan/MultiGridOctreeData.System.inl
Log Message:
-----------
Merge remote-tracking branch 'origin/1.9-maintenance' into 1.9-maintenance
Compare: https://github.com/PDAL/PDAL/compare/cd9897077862...3012607d41ca
More information about the pdal-commits
mailing list