[pdal-commits] [PDAL/PDAL] 08fb52: add CITATION file (#2063)
GitHub
noreply at github.com
Mon Jul 23 14:22:49 PDT 2018
Branch: refs/heads/issue-2065
Home: https://github.com/PDAL/PDAL
Commit: 08fb529e63db71491e530f3f1b737bf2b2ffe612
https://github.com/PDAL/PDAL/commit/08fb529e63db71491e530f3f1b737bf2b2ffe612
Author: Howard Butler <howard at hobu.co>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
A CITATION
Log Message:
-----------
add CITATION file (#2063)
Commit: 9eafd35297c24fc852fc71d23d01bbc045302038
https://github.com/PDAL/PDAL/commit/9eafd35297c24fc852fc71d23d01bbc045302038
Author: chambbj <brad.chambers at gmail.com>
Date: 2018-06-26 (Tue, 26 Jun 2018)
Changed paths:
M filters/PMFFilter.cpp
M filters/SMRFilter.cpp
M pdal/Segmentation.cpp
M pdal/Segmentation.hpp
M test/unit/CMakeLists.txt
M test/unit/OldPCLBlockTest.cpp
A test/unit/filters/PMFFilterTest.cpp
A test/unit/filters/SMRFilterTest.cpp
Log Message:
-----------
Allow more flexible processing of return groups in ground filters (#2055)
* Allow more flexible processing of return groups in ground filters
Continue to default to processing last and only returns, but allow users to
specify any combination of "last", "first", "intermediate", and "only".
* Update the tests to handle returns as a StringList in filters.pmf
* Remove debug and unused variable
* Simplified logic
* Some error checking on returns
* Add simple tests for returns option
* Add tests for SMRF too
Commit: 76bdabdb6a47e3395397b7d9a56f239ff5e44fd0
https://github.com/PDAL/PDAL/commit/76bdabdb6a47e3395397b7d9a56f239ff5e44fd0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-06-26 (Tue, 26 Jun 2018)
Changed paths:
M filters/OverlayFilter.cpp
M pdal/Streamable.cpp
M test/unit/StreamingTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
Log Message:
-----------
Always emit a spatialReferenceChanged when processing starts (#2060)
* Make sure we emit a single spatialReferenceChanged() when processing
points with no SRS.
* Fix overlay filter to deal with SRS change to empty SRS.
Add more info to failed pipeline test message.
Commit: a3135db87664265ad6ded32c3b285875929ad375
https://github.com/PDAL/PDAL/commit/a3135db87664265ad6ded32c3b285875929ad375
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-06-27 (Wed, 27 Jun 2018)
Changed paths:
M pdal/StageExtensions.cpp
M pdal/StageExtensions.hpp
M pdal/Streamable.cpp
M test/unit/StreamingTest.cpp
Log Message:
-----------
Use correct order to traversing stages when streaming (#2067)
* Process points from left to right when streaming.
Close #2023
* PDAL_DLL StageExtensions::set
* Make sure output string is assigned.
Commit: 76b69c82b7b961d3be162ba2b5b31f0f3131e326
https://github.com/PDAL/PDAL/commit/76b69c82b7b961d3be162ba2b5b31f0f3131e326
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-02 (Mon, 02 Jul 2018)
Changed paths:
M pdal/StageExtensions.hpp
M pdal/util/Utils.hpp
M plugins/greyhound/io/GreyhoundReader.cpp
M plugins/mbio/io/MbError.cpp
M plugins/pcl/CMakeLists.txt
M vendor/arbiter/arbiter.cpp
Log Message:
-----------
Warning updates and such for OSX High Sierra compiler. (#2058)
Commit: d7c2352cf0a6d17e648236673fbae68d0bfd3708
https://github.com/PDAL/PDAL/commit/d7c2352cf0a6d17e648236673fbae68d0bfd3708
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-02 (Mon, 02 Jul 2018)
Changed paths:
M io/TextWriter.cpp
M io/TextWriter.hpp
M test/unit/io/TextWriterTest.cpp
Log Message:
-----------
Support streaming in writers.text (#2066)
* Rearrangement prior to streaming support.
* Add streaming support for text writer.
* Fix messed-up separator in GeoJSON code.
Commit: 1d159082b2115a014a2d720d6fbc78307be51335
https://github.com/PDAL/PDAL/commit/1d159082b2115a014a2d720d6fbc78307be51335
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-04 (Wed, 04 Jul 2018)
Changed paths:
M CMakeLists.txt
M cmake/examples/hobu-config.sh
R cmake/modules/FindHexer.cmake
A filters/HexBinFilter.cpp
A filters/HexBinFilter.hpp
A filters/private/hexer/HexGrid.cpp
A filters/private/hexer/HexGrid.hpp
A filters/private/hexer/HexInfo.hpp
A filters/private/hexer/HexIter.hpp
A filters/private/hexer/Hexagon.cpp
A filters/private/hexer/Hexagon.hpp
A filters/private/hexer/Mathpair.hpp
A filters/private/hexer/Path.cpp
A filters/private/hexer/Path.hpp
A filters/private/hexer/Processor.cpp
A filters/private/hexer/Processor.hpp
A filters/private/hexer/Segment.cpp
A filters/private/hexer/Segment.hpp
A filters/private/hexer/exception.hpp
A kernels/DensityKernel.cpp
A kernels/DensityKernel.hpp
A kernels/private/density/OGR.cpp
A kernels/private/density/OGR.hpp
M plugins/CMakeLists.txt
A plugins/faux/CMakeLists.txt
A plugins/faux/kernel/FauxPluginKernel.cpp
A plugins/faux/kernel/FauxPluginKernel.hpp
R plugins/hexbin/CMakeLists.txt
R plugins/hexbin/filters/HexBin.cpp
R plugins/hexbin/filters/HexBin.hpp
R plugins/hexbin/kernel/DensityKernel.cpp
R plugins/hexbin/kernel/DensityKernel.hpp
R plugins/hexbin/kernel/OGR.cpp
R plugins/hexbin/kernel/OGR.hpp
R plugins/hexbin/test/HexbinFilterTest.cpp
M test/unit/CMakeLists.txt
M test/unit/apps/AppPluginTest.cpp
A test/unit/filters/HexbinFilterTest.cpp
Log Message:
-----------
Integrate hexer code into PDAL (#2073)
* include hexer source tree in PDAL (now relicensed as BSD) #2001
* Remove hexbin plugin.
Add hexbin test.
* Fix app test.
* Add faux plugin to make plugin kernel test work.
* Remove stuff from hexer that was necessary when it was its own package.
* Revert version info
Close #2001
Commit: 05964b72ae664d7ed0f0514ba90a5a6ddb211455
https://github.com/PDAL/PDAL/commit/05964b72ae664d7ed0f0514ba90a5a6ddb211455
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-05 (Thu, 05 Jul 2018)
Changed paths:
M pdal/Streamable.cpp
M test/unit/StreamingTest.cpp
Log Message:
-----------
Fix SRS assignment in streaming. (#2070)
Close #2069
Commit: 4d8cdf0951413e14ccf7d81a8acf3a4227f5f405
https://github.com/PDAL/PDAL/commit/4d8cdf0951413e14ccf7d81a8acf3a4227f5f405
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-05 (Thu, 05 Jul 2018)
Changed paths:
M io/LasHeader.cpp
Log Message:
-----------
Make more accurate error message for point type/WKT flag mismatch. (#2075)
Close #2059
Commit: ab44c6fb09e73ac36be9e3d27031f89f16818dfe
https://github.com/PDAL/PDAL/commit/ab44c6fb09e73ac36be9e3d27031f89f16818dfe
Author: Jaime Soto <jsoto at simverge.com>
Date: 2018-07-06 (Fri, 06 Jul 2018)
Changed paths:
M pdal/pdal_config.hpp
Log Message:
-----------
Remove pdal::Config::lazPerfEnabled() declaration (#2080)
This function has been replaced by pdal::Config::hasFeature() with the
pdal::Config::LAZPERF argument. See comment in #2078.
Commit: 643b03442d6c1a9fa8dc04c776ca56f8689475a4
https://github.com/PDAL/PDAL/commit/643b03442d6c1a9fa8dc04c776ca56f8689475a4
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-09 (Mon, 09 Jul 2018)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Add exclusion for header files of unbuilt compression schemes.
Commit: d77f671eb3e2820f18e6bc8e2c58197033085dce
https://github.com/PDAL/PDAL/commit/d77f671eb3e2820f18e6bc8e2c58197033085dce
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-10 (Tue, 10 Jul 2018)
Changed paths:
M pdal/ArtifactManager.hpp
Log Message:
-----------
Delete copy assignment/ctor from ArtifactManager. (#2084)
Close #2082
Commit: d06134de3b22b650a770614fee401cd609cc453f
https://github.com/PDAL/PDAL/commit/d06134de3b22b650a770614fee401cd609cc453f
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-10 (Tue, 10 Jul 2018)
Changed paths:
M filters/ReprojectionFilter.cpp
M filters/ReprojectionFilter.hpp
M test/unit/filters/ReprojectionFilterTest.cpp
Log Message:
-----------
Handle changes in SRS with spatialReferenceChanged(). (#2081)
Commit: 66936c950b3149926daf7886c69948a4a451b26b
https://github.com/PDAL/PDAL/commit/66936c950b3149926daf7886c69948a4a451b26b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-10 (Tue, 10 Jul 2018)
Changed paths:
A filters/NNDistanceFilter.cpp
A filters/NNDistanceFilter.hpp
M pdal/Dimension.json
M test/unit/CMakeLists.txt
A test/unit/filters/NNDistanceTest.cpp
Log Message:
-----------
Add avg option to NNdistance filter. (#2076)
* Add nn distance dimension.
* Add general nearest neighbor distance filter.
* Migrate KDistanceFilter to more generic NNDistanceFilter.
Close #2071
* Full test.
* Add some test comments.
* Use distances, not square distances when computing averages.
* Remove unnecessary braces.
Commit: 004a8480adff030cdadb67664d196da4132492b9
https://github.com/PDAL/PDAL/commit/004a8480adff030cdadb67664d196da4132492b9
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-11 (Wed, 11 Jul 2018)
Changed paths:
M io/GDALWriter.cpp
M test/unit/io/GDALWriterTest.cpp
Log Message:
-----------
Reset GDAL grid when we start a file. (#2079)
Close #2074
Commit: 2dd6dfbeecd4366f30cb006005f9768813e747ee
https://github.com/PDAL/PDAL/commit/2dd6dfbeecd4366f30cb006005f9768813e747ee
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-11 (Wed, 11 Jul 2018)
Changed paths:
M CMakeLists.txt
M cmake/modules/FindZSTD.cmake
Log Message:
-----------
Fix FindZST.cmake (#2085)
* Fix FindZST.cmake.
Use proper variable for ZSTD library.
Close #2036
* Remove repetitive function.
Commit: 6469b51d60ffae0149589f78c2bf762546d434ca
https://github.com/PDAL/PDAL/commit/6469b51d60ffae0149589f78c2bf762546d434ca
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M pdal/PipelineReaderJSON.hpp
Log Message:
-----------
Make parsePipeline private.
Commit: 973ceafb1589037ce9d073ac296fdc86bfe13ca5
https://github.com/PDAL/PDAL/commit/973ceafb1589037ce9d073ac296fdc86bfe13ca5
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M pdal/Reader.hpp
M pdal/Streamable.cpp
M test/unit/StreamingTest.cpp
Log Message:
-----------
Handle count option on readers when streaming. (#2088)
* Handle count option on readers when streaming.
* Parenthesize max for Windows.
* And min...
Commit: 562980934836a83a24f3e3b43cc43f4a27d8b2fb
https://github.com/PDAL/PDAL/commit/562980934836a83a24f3e3b43cc43f4a27d8b2fb
Author: Eli L Adam <elil at users.noreply.github.com>
Date: 2018-07-17 (Tue, 17 Jul 2018)
Changed paths:
M doc/stages/filters.poisson.rst
Log Message:
-----------
Correct trailing comma typos (#2089)
I think that I'm in the correct location now.
Are these commas typos?
Commit: 380e186e0d62811bea416ec2119c7209bc193841
https://github.com/PDAL/PDAL/commit/380e186e0d62811bea416ec2119c7209bc193841
Author: Howard Butler <howard at hobu.co>
Date: 2018-07-17 (Tue, 17 Jul 2018)
Changed paths:
A doc/stages/filters.dem.rst
M doc/stages/filters.rst
A filters/DEMFilter.cpp
A filters/DEMFilter.hpp
Log Message:
-----------
add filters.dem for filtering data given a GDAL-readable data source (#2090)
Commit: 768077a1f3f541ca1563a0284d5e1cc7c3529ea4
https://github.com/PDAL/PDAL/commit/768077a1f3f541ca1563a0284d5e1cc7c3529ea4
Author: Brandon Barker <contact at brandonbarker.me>
Date: 2018-07-17 (Tue, 17 Jul 2018)
Changed paths:
M scripts/docker/ubuntu/Dockerfile
Log Message:
-----------
Purging Numpy breaks numpy support (#2091)
numyp should not be purged, when it is removed the 'npy' file extension no longer works for pdal.
Commit: ca898758fc494561f2815a889c793ff51976beab
https://github.com/PDAL/PDAL/commit/ca898758fc494561f2815a889c793ff51976beab
Author: Howard Butler <howard at hobu.co>
Date: 2018-07-18 (Wed, 18 Jul 2018)
Changed paths:
A cmake/examples/hobu-conda-win64.bat
R cmake/modules/BuildOSGeo4W.cmake
M cmake/modules/FindGDAL.cmake
M cmake/modules/FindGEOS.cmake
M cmake/modules/FindGeoTIFF.cmake
M cmake/modules/FindLASzip.cmake
R cmake/modules/FindP2G.cmake
M cmake/modules/FindSQLite3.cmake
M cmake/win32_compiler_options.cmake
Log Message:
-----------
De-OSGeo4W'ify CMake configuration (#2092)
* start de-OSGEO4W'ing the cmake config
* add hobu-conda example
Commit: e4ede0b2b5865893d42ece955f776f5e7680471a
https://github.com/PDAL/PDAL/commit/e4ede0b2b5865893d42ece955f776f5e7680471a
Author: Howard Butler <howard at hobu.co>
Date: 2018-07-18 (Wed, 18 Jul 2018)
Changed paths:
M doc/about.rst
M doc/conf.py
M doc/development/compilation/index.rst
M doc/development/compilation/unix.rst
M doc/development/compilation/windows.rst
R doc/development/contributors.rst
M doc/development/index.rst
M doc/development/writing-reader.rst
M doc/development/writing.rst
M doc/download.rst
M doc/faq.rst
M doc/pipeline.rst
M doc/project/contributors.rst
M doc/project/docs.rst
M doc/project/testing.rst
M doc/python.rst
M doc/stages/filters.delaunay.rst
M doc/stages/filters.hexbin.rst
M doc/stages/filters.neighborclassifier.rst
A doc/stages/filters.nndistance.rst
M doc/stages/filters.python.rst
M doc/stages/filters.rst
A doc/stages/filters.streamcallback.rst
R doc/stages/index.rst
M doc/stages/readers.nitf.rst
M doc/stages/readers.rst
A doc/stages/readers.terrasolid.rst
M doc/stages/references.bib
M doc/stages/writers.pgpointcloud.rst
M doc/tutorial/clipping/index.rst
M doc/tutorial/ground-filters.rst
M doc/tutorial/pcl_spec.rst
R doc/tutorial/python-filtering.rst
A doc/tutorial/python-filtering.rst.save
M doc/tutorial/reading.rst
R doc/tutorial/sampling/index.rst
A doc/tutorial/sampling/index.rst.save
R doc/workshop/docker.rst
A doc/workshop/docker.rst.save
M doc/workshop/exercises/analysis/boundary/boundary.rst
M doc/workshop/exercises/analysis/dtm/dtm.rst
M doc/workshop/exercises/analysis/ground/ground.rst
M doc/workshop/exercises/analysis/rasterize/rasterize.rst
M doc/workshop/exercises/analysis/thinning/thinning.rst
R doc/workshop/exercises/batch_processing/batch-processing.rst
A doc/workshop/exercises/batch_processing/batch-processing.rst.save
M doc/workshop/exercises/info/metadata.rst
M doc/workshop/notes.rst
M doc/workshop/osgeo4w.rst
M doc/workshop/software.rst
Log Message:
-----------
Docfixes for Sphinx (#2093)
* Fix doc warnings.
* Eliminate warnings in doc build.
* Add dummy line in an attempt to resolve warnings.
Didn't work :(
Requested here: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/141
Commit: 091baaa05bd4b93b4187fe081e014ac40c3016b0
https://github.com/PDAL/PDAL/commit/091baaa05bd4b93b4187fe081e014ac40c3016b0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-20 (Fri, 20 Jul 2018)
Changed paths:
M pdal/PointView.hpp
M pdal/util/Uuid.hpp
Log Message:
-----------
Eliminate pragmas. (#2094)
Commit: 6f257118f625e23a7771ba913f38296b7ad8bdea
https://github.com/PDAL/PDAL/commit/6f257118f625e23a7771ba913f38296b7ad8bdea
Author: Howard Butler <howard at hobu.co>
Date: 2018-07-20 (Fri, 20 Jul 2018)
Changed paths:
M filters/DEMFilter.hpp
M io/GDALReader.cpp
M io/GDALReader.hpp
M test/unit/io/GDALReaderTest.cpp
Log Message:
-----------
make readers.gdal streamable (#2096)
* make readers.gdal streamable
* add tiff/tif/jpeg/jpg to readers.gdal identification
* modifications as requested by review
Commit: 016e970ece57d4f1b1aae814acffee5ea210bbfa
https://github.com/PDAL/PDAL/commit/016e970ece57d4f1b1aae814acffee5ea210bbfa
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-23 (Mon, 23 Jul 2018)
Changed paths:
M io/GDALGrid.hpp
M test/unit/io/GDALWriterTest.cpp
Log Message:
-----------
Use correct math to compute vertical index in GDALGrid. (#2097)
* Fix calculation of verticalIndex().
* Export GDAL Grid for testing.
Commit: 6ee2c9d1ed6769e4270165732a101ffc3d523306
https://github.com/PDAL/PDAL/commit/6ee2c9d1ed6769e4270165732a101ffc3d523306
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-23 (Mon, 23 Jul 2018)
Changed paths:
A CITATION
M CMakeLists.txt
A cmake/examples/hobu-conda-win64.bat
M cmake/examples/hobu-config.sh
R cmake/modules/BuildOSGeo4W.cmake
M cmake/modules/FindGDAL.cmake
M cmake/modules/FindGEOS.cmake
M cmake/modules/FindGeoTIFF.cmake
R cmake/modules/FindHexer.cmake
M cmake/modules/FindLASzip.cmake
R cmake/modules/FindP2G.cmake
M cmake/modules/FindSQLite3.cmake
M cmake/modules/FindZSTD.cmake
M cmake/win32_compiler_options.cmake
M doc/about.rst
M doc/conf.py
M doc/development/compilation/index.rst
M doc/development/compilation/unix.rst
M doc/development/compilation/windows.rst
R doc/development/contributors.rst
M doc/development/index.rst
M doc/development/writing-reader.rst
M doc/development/writing.rst
M doc/download.rst
M doc/faq.rst
M doc/pipeline.rst
M doc/project/contributors.rst
M doc/project/docs.rst
M doc/project/testing.rst
M doc/python.rst
M doc/stages/filters.delaunay.rst
A doc/stages/filters.dem.rst
M doc/stages/filters.hexbin.rst
M doc/stages/filters.neighborclassifier.rst
A doc/stages/filters.nndistance.rst
M doc/stages/filters.poisson.rst
M doc/stages/filters.python.rst
M doc/stages/filters.rst
A doc/stages/filters.streamcallback.rst
R doc/stages/index.rst
M doc/stages/readers.nitf.rst
M doc/stages/readers.rst
A doc/stages/readers.terrasolid.rst
M doc/stages/references.bib
M doc/stages/writers.pgpointcloud.rst
M doc/tutorial/clipping/index.rst
M doc/tutorial/ground-filters.rst
M doc/tutorial/pcl_spec.rst
R doc/tutorial/python-filtering.rst
A doc/tutorial/python-filtering.rst.save
M doc/tutorial/reading.rst
R doc/tutorial/sampling/index.rst
A doc/tutorial/sampling/index.rst.save
R doc/workshop/docker.rst
A doc/workshop/docker.rst.save
M doc/workshop/exercises/analysis/boundary/boundary.rst
M doc/workshop/exercises/analysis/dtm/dtm.rst
M doc/workshop/exercises/analysis/ground/ground.rst
M doc/workshop/exercises/analysis/rasterize/rasterize.rst
M doc/workshop/exercises/analysis/thinning/thinning.rst
R doc/workshop/exercises/batch_processing/batch-processing.rst
A doc/workshop/exercises/batch_processing/batch-processing.rst.save
M doc/workshop/exercises/info/metadata.rst
M doc/workshop/notes.rst
M doc/workshop/osgeo4w.rst
M doc/workshop/software.rst
A filters/DEMFilter.cpp
A filters/DEMFilter.hpp
A filters/HexBinFilter.cpp
A filters/HexBinFilter.hpp
A filters/NNDistanceFilter.cpp
A filters/NNDistanceFilter.hpp
M filters/OverlayFilter.cpp
M filters/PMFFilter.cpp
M filters/ReprojectionFilter.cpp
M filters/ReprojectionFilter.hpp
M filters/SMRFilter.cpp
A filters/private/hexer/HexGrid.cpp
A filters/private/hexer/HexGrid.hpp
A filters/private/hexer/HexInfo.hpp
A filters/private/hexer/HexIter.hpp
A filters/private/hexer/Hexagon.cpp
A filters/private/hexer/Hexagon.hpp
A filters/private/hexer/Mathpair.hpp
A filters/private/hexer/Path.cpp
A filters/private/hexer/Path.hpp
A filters/private/hexer/Processor.cpp
A filters/private/hexer/Processor.hpp
A filters/private/hexer/Segment.cpp
A filters/private/hexer/Segment.hpp
A filters/private/hexer/exception.hpp
M io/GDALGrid.hpp
M io/GDALReader.cpp
M io/GDALReader.hpp
M io/GDALWriter.cpp
M io/LasHeader.cpp
M io/TextWriter.cpp
M io/TextWriter.hpp
A kernels/DensityKernel.cpp
A kernels/DensityKernel.hpp
A kernels/private/density/OGR.cpp
A kernels/private/density/OGR.hpp
M pdal/ArtifactManager.hpp
M pdal/Dimension.json
M pdal/PipelineReaderJSON.hpp
M pdal/PointView.hpp
M pdal/Reader.hpp
M pdal/Segmentation.cpp
M pdal/Segmentation.hpp
M pdal/StageExtensions.cpp
M pdal/StageExtensions.hpp
M pdal/Streamable.cpp
M pdal/pdal_config.hpp
M pdal/util/Utils.hpp
M pdal/util/Uuid.hpp
M plugins/CMakeLists.txt
A plugins/faux/CMakeLists.txt
A plugins/faux/kernel/FauxPluginKernel.cpp
A plugins/faux/kernel/FauxPluginKernel.hpp
M plugins/greyhound/io/GreyhoundReader.cpp
R plugins/hexbin/CMakeLists.txt
R plugins/hexbin/filters/HexBin.cpp
R plugins/hexbin/filters/HexBin.hpp
R plugins/hexbin/kernel/DensityKernel.cpp
R plugins/hexbin/kernel/DensityKernel.hpp
R plugins/hexbin/kernel/OGR.cpp
R plugins/hexbin/kernel/OGR.hpp
R plugins/hexbin/test/HexbinFilterTest.cpp
M plugins/mbio/io/MbError.cpp
M plugins/pcl/CMakeLists.txt
M scripts/docker/ubuntu/Dockerfile
M test/unit/CMakeLists.txt
M test/unit/OldPCLBlockTest.cpp
M test/unit/StreamingTest.cpp
M test/unit/apps/AppPluginTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
A test/unit/filters/HexbinFilterTest.cpp
A test/unit/filters/NNDistanceTest.cpp
A test/unit/filters/PMFFilterTest.cpp
M test/unit/filters/ReprojectionFilterTest.cpp
A test/unit/filters/SMRFilterTest.cpp
M test/unit/io/GDALReaderTest.cpp
M test/unit/io/GDALWriterTest.cpp
M vendor/arbiter/arbiter.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into issue-2065
Commit: e6cd93b95069ad99c39e6a2f329fd0ee0c961b28
https://github.com/PDAL/PDAL/commit/e6cd93b95069ad99c39e6a2f329fd0ee0c961b28
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2018-07-23 (Mon, 23 Jul 2018)
Changed paths:
M kernels/TileKernel.cpp
M kernels/TileKernel.hpp
Log Message:
-----------
Add skip support.
Add SRS support.
Fill point table when possible.
Improve logic.
Compare: https://github.com/PDAL/PDAL/compare/deeeac1e2ecf...e6cd93b95069
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the pdal-commits
mailing list