[pdal-commits] [PDAL/PDAL] d2c613: support passing filters as a JSON string array to ...
GitHub
noreply at github.com
Fri Oct 7 06:02:25 PDT 2016
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: d2c613f40b9608e51794ef6d1510a4a3609f1570
https://github.com/PDAL/PDAL/commit/d2c613f40b9608e51794ef6d1510a4a3609f1570
Author: Howard Butler <howard at hobu.co>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M cmake/examples/hobu-config.sh
A include/pdal/PipelineReaderJSON.hpp
M kernels/translate/TranslateKernel.cpp
M kernels/translate/TranslateKernel.hpp
M src/CMakeLists.txt
M src/PipelineManager.cpp
M src/PipelineReaderJSON.cpp
R src/PipelineReaderJSON.hpp
Log Message:
-----------
support passing filters as a JSON string array to pdal translate
Commit: a42109d122b564e3bae75e39c8c7cd0ac168e58c
https://github.com/PDAL/PDAL/commit/a42109d122b564e3bae75e39c8c7cd0ac168e58c
Author: Howard Butler <howard at hobu.co>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M doc/development/docs.rst
A doc/stages/writers.gdal.rst
M doc/stages/writers.las.rst
M include/pdal/GDALUtils.hpp
M include/pdal/SpatialReference.hpp
M include/pdal/util/Utils.hpp
M io/gdal/CMakeLists.txt
A io/gdal/GDALGrid.cpp
A io/gdal/GDALGrid.hpp
M io/gdal/GDALReader.cpp
M io/gdal/GDALReader.hpp
A io/gdal/GDALWriter.cpp
A io/gdal/GDALWriter.hpp
M io/text/TextReader.cpp
M src/GDALUtils.cpp
M src/StageFactory.cpp
A test/data/gdal/grid.txt
A test/data/text/badheader.txt
M test/unit/CMakeLists.txt
M test/unit/io/gdal/GDALReaderTest.cpp
A test/unit/io/gdal/GDALWriterTest.cpp
M test/unit/io/text/TextReaderTest.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into pass-filters-as-json-to-pdal-translate
Commit: 0cf412c44ec7e29c63105c066a81a68b5909a3e3
https://github.com/PDAL/PDAL/commit/0cf412c44ec7e29c63105c066a81a68b5909a3e3
Author: Howard Butler <howard at hobu.co>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
A doc/images/awesome-green.png
A doc/images/black-orange.png
A doc/images/blue-hue.png
A doc/images/blue-orange.png
A doc/images/blue-red.png
A doc/images/heat-map.png
A doc/images/pestel-shades.png
A doc/images/pestel_scaled_plasio.png
A doc/stages/filters.colorinterp.rst
M filters/CMakeLists.txt
A filters/colorinterp/CMakeLists.txt
A filters/colorinterp/ColorinterpFilter.cpp
A filters/colorinterp/ColorinterpFilter.hpp
A filters/colorinterp/color-ramps.hpp
M include/pdal/GDALUtils.hpp
M scripts/docker/rivlib/Dockerfile
M src/StageFactory.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into pass-filters-as-json-to-pdal-translate
Commit: f30b70f7f3816f3ab3e99741c694fc34f63326ff
https://github.com/PDAL/PDAL/commit/f30b70f7f3816f3ab3e99741c694fc34f63326ff
Author: Howard Butler <howard at hobu.co>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M cmake/examples/hobu-config.sh
A include/pdal/PipelineReaderJSON.hpp
M kernels/translate/TranslateKernel.cpp
M kernels/translate/TranslateKernel.hpp
M src/CMakeLists.txt
M src/PipelineManager.cpp
M src/PipelineReaderJSON.cpp
R src/PipelineReaderJSON.hpp
Log Message:
-----------
Merge pull request #1316 from PDAL/pass-filters-as-json-to-pdal-translate
support passing filters as a JSON string array to pdal translate
Compare: https://github.com/PDAL/PDAL/compare/2c2893ac4e2d...f30b70f7f381
More information about the pdal-commits
mailing list