[pdal-commits] [PDAL/PDAL] bc31ff: Try to support zstandard compression back-end
Connor Manning
noreply at github.com
Sat Jun 22 13:30:32 PDT 2019
Branch: refs/heads/ept-zstandard-updates
Home: https://github.com/PDAL/PDAL
Commit: bc31ff754fad8204f4abcb166fe3392551edf6c6
https://github.com/PDAL/PDAL/commit/bc31ff754fad8204f4abcb166fe3392551edf6c6
Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
Date: 2019-06-10 (Mon, 10 Jun 2019)
Changed paths:
M io/EptReader.cpp
M io/EptReader.hpp
M io/private/EptSupport.cpp
M io/private/EptSupport.hpp
Log Message:
-----------
Try to support zstandard compression back-end
Commit: e3f09305e38fbf12aa52154972572957be438782
https://github.com/PDAL/PDAL/commit/e3f09305e38fbf12aa52154972572957be438782
Author: Nicolas <nicolas.chaulet at gmail.com>
Date: 2019-06-10 (Mon, 10 Jun 2019)
Changed paths:
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Test
Commit: 4071faca939e642cf23775e406a4d00040a03008
https://github.com/PDAL/PDAL/commit/4071faca939e642cf23775e406a4d00040a03008
Author: Nicolas Chaulet <nicolas.chaulet at gmail.com>
Date: 2019-06-11 (Tue, 11 Jun 2019)
Changed paths:
M io/EptReader.cpp
Log Message:
-----------
Removed non necessary move
Commit: 1e00272f5c40d0282f7fbaad2df0c30a972ddb12
https://github.com/PDAL/PDAL/commit/1e00272f5c40d0282f7fbaad2df0c30a972ddb12
Author: Connor Manning <connor at hobu.co>
Date: 2019-06-22 (Sat, 22 Jun 2019)
Changed paths:
M apps/pdal.cpp
M doc/references.rst
M doc/stages/filters.lof.rst
A doc/stages/filters.miniball.rst
A doc/stages/filters.planefit.rst
A doc/stages/filters.reciprocity.rst
A doc/stages/filters.shell.rst
M doc/stages/writers.tiledb.rst
M filters/CovarianceFeaturesFilter.cpp
M filters/DelaunayFilter.cpp
M filters/DelaunayFilter.hpp
A filters/MiniballFilter.cpp
A filters/MiniballFilter.hpp
A filters/PlaneFitFilter.cpp
A filters/PlaneFitFilter.hpp
M filters/PoissonFilter.cpp
A filters/ReciprocityFilter.cpp
A filters/ReciprocityFilter.hpp
A filters/ShellFilter.cpp
A filters/ShellFilter.hpp
M filters/TransformationFilter.cpp
M filters/TransformationFilter.hpp
A filters/private/miniball/Seb-inl.h
A filters/private/miniball/Seb.h
A filters/private/miniball/Seb_configure.h
A filters/private/miniball/Seb_debug.C
A filters/private/miniball/Seb_debug.h
A filters/private/miniball/Seb_point.h
A filters/private/miniball/Subspan-inl.h
A filters/private/miniball/Subspan.h
M io/EptReader.cpp
M io/EptReader.hpp
M io/PlyWriter.cpp
M io/private/EptSupport.cpp
M kernels/PipelineKernel.cpp
M pdal/PipelineManager.hpp
M pdal/PluginManager.cpp
M pdal/PluginManager.hpp
M pdal/StageExtensions.cpp
M pdal/StageExtensions.hpp
M pdal/StageFactory.cpp
M plugins/tiledb/io/TileDBWriter.cpp
M plugins/tiledb/io/TileDBWriter.hpp
M plugins/tiledb/test/TileDBWriterTest.cpp
M scripts/docker/centos/Dockerfile
A test/data/ept/ellipsoid-binary/ept-build.json
A test/data/ept/ellipsoid-binary/ept-data/0-0-0-0.bin
A test/data/ept/ellipsoid-binary/ept-hierarchy/0-0-0-0.json
A test/data/ept/ellipsoid-binary/ept-sources/0.json
A test/data/ept/ellipsoid-binary/ept-sources/list.json
A test/data/ept/ellipsoid-binary/ept.json
R test/data/ept/ept-star/ept-build.json
R test/data/ept/ept-star/ept-data/0-0-0-0.laz
R test/data/ept/ept-star/ept-data/1-0-0-0.laz
R test/data/ept/ept-star/ept-data/1-0-0-1.laz
R test/data/ept/ept-star/ept-data/1-0-1-0.laz
R test/data/ept/ept-star/ept-data/1-1-0-0.laz
R test/data/ept/ept-star/ept-data/1-1-0-1.laz
R test/data/ept/ept-star/ept-data/1-1-1-0.laz
R test/data/ept/ept-star/ept-data/1-1-1-1.laz
R test/data/ept/ept-star/ept-data/2-0-0-1.laz
R test/data/ept/ept-star/ept-data/2-0-1-1.laz
R test/data/ept/ept-star/ept-data/2-1-0-1.laz
R test/data/ept/ept-star/ept-data/2-1-1-1.laz
R test/data/ept/ept-star/ept-data/2-1-2-1.laz
R test/data/ept/ept-star/ept-data/2-1-3-1.laz
R test/data/ept/ept-star/ept-data/2-2-0-1.laz
R test/data/ept/ept-star/ept-data/2-2-1-1.laz
R test/data/ept/ept-star/ept-data/2-2-1-2.laz
R test/data/ept/ept-star/ept-data/2-2-2-1.laz
R test/data/ept/ept-star/ept-data/2-2-2-2.laz
R test/data/ept/ept-star/ept-data/2-2-3-1.laz
R test/data/ept/ept-star/ept-data/2-3-0-1.laz
R test/data/ept/ept-star/ept-data/2-3-1-1.laz
R test/data/ept/ept-star/ept-data/2-3-1-2.laz
R test/data/ept/ept-star/ept-data/2-3-2-1.laz
R test/data/ept/ept-star/ept-data/2-3-2-2.laz
R test/data/ept/ept-star/ept-data/2-3-3-1.laz
R test/data/ept/ept-star/ept-data/2-3-3-2.laz
R test/data/ept/ept-star/ept-data/3-4-2-2.laz
R test/data/ept/ept-star/ept-data/3-4-3-2.laz
R test/data/ept/ept-star/ept-data/3-4-3-3.laz
R test/data/ept/ept-star/ept-data/3-4-4-2.laz
R test/data/ept/ept-star/ept-data/3-4-4-3.laz
R test/data/ept/ept-star/ept-data/3-4-4-4.laz
R test/data/ept/ept-star/ept-data/3-4-4-5.laz
R test/data/ept/ept-star/ept-data/3-4-5-2.laz
R test/data/ept/ept-star/ept-data/3-4-5-3.laz
R test/data/ept/ept-star/ept-data/3-4-5-4.laz
R test/data/ept/ept-star/ept-data/3-4-6-2.laz
R test/data/ept/ept-star/ept-data/3-4-6-3.laz
R test/data/ept/ept-star/ept-data/3-4-7-2.laz
R test/data/ept/ept-star/ept-data/3-4-7-3.laz
R test/data/ept/ept-star/ept-data/3-5-2-2.laz
R test/data/ept/ept-star/ept-data/3-5-3-2.laz
R test/data/ept/ept-star/ept-data/3-5-3-3.laz
R test/data/ept/ept-star/ept-data/3-5-4-2.laz
R test/data/ept/ept-star/ept-data/3-5-4-3.laz
R test/data/ept/ept-star/ept-data/3-5-4-4.laz
R test/data/ept/ept-star/ept-data/3-5-4-5.laz
R test/data/ept/ept-star/ept-data/3-5-5-2.laz
R test/data/ept/ept-star/ept-data/3-5-5-3.laz
R test/data/ept/ept-star/ept-data/3-5-5-4.laz
R test/data/ept/ept-star/ept-data/3-5-6-2.laz
R test/data/ept/ept-star/ept-data/3-5-7-2.laz
R test/data/ept/ept-star/ept-data/3-6-4-2.laz
R test/data/ept/ept-star/ept-data/3-6-4-3.laz
R test/data/ept/ept-star/ept-data/3-6-4-4.laz
R test/data/ept/ept-star/ept-data/3-6-4-5.laz
R test/data/ept/ept-star/ept-data/3-6-5-2.laz
R test/data/ept/ept-star/ept-data/3-6-5-3.laz
R test/data/ept/ept-star/ept-data/3-6-5-4.laz
R test/data/ept/ept-star/ept-data/3-6-5-5.laz
R test/data/ept/ept-star/ept-data/3-6-6-2.laz
R test/data/ept/ept-star/ept-data/3-6-6-3.laz
R test/data/ept/ept-star/ept-data/3-6-7-2.laz
R test/data/ept/ept-star/ept-data/3-6-7-3.laz
R test/data/ept/ept-star/ept-hierarchy/0-0-0-0.json
R test/data/ept/ept-star/ept-hierarchy/2-0-0-1.json
R test/data/ept/ept-star/ept-hierarchy/2-0-1-1.json
R test/data/ept/ept-star/ept-hierarchy/2-1-0-1.json
R test/data/ept/ept-star/ept-hierarchy/2-1-1-1.json
R test/data/ept/ept-star/ept-hierarchy/2-1-2-1.json
R test/data/ept/ept-star/ept-hierarchy/2-1-3-1.json
R test/data/ept/ept-star/ept-hierarchy/2-2-0-1.json
R test/data/ept/ept-star/ept-hierarchy/2-2-1-1.json
R test/data/ept/ept-star/ept-hierarchy/2-2-1-2.json
R test/data/ept/ept-star/ept-hierarchy/2-2-2-1.json
R test/data/ept/ept-star/ept-hierarchy/2-2-2-2.json
R test/data/ept/ept-star/ept-hierarchy/2-2-3-1.json
R test/data/ept/ept-star/ept-hierarchy/2-3-0-1.json
R test/data/ept/ept-star/ept-hierarchy/2-3-1-1.json
R test/data/ept/ept-star/ept-hierarchy/2-3-1-2.json
R test/data/ept/ept-star/ept-hierarchy/2-3-2-1.json
R test/data/ept/ept-star/ept-hierarchy/2-3-2-2.json
R test/data/ept/ept-star/ept-hierarchy/2-3-3-1.json
R test/data/ept/ept-star/ept-hierarchy/2-3-3-2.json
R test/data/ept/ept-star/ept-sources/0.json
R test/data/ept/ept-star/ept-sources/1.json
R test/data/ept/ept-star/ept-sources/2.json
R test/data/ept/ept-star/ept-sources/3.json
R test/data/ept/ept-star/ept-sources/list.json
R test/data/ept/ept-star/ept.json
A test/data/ept/lone-star-laszip/ept-build.json
A test/data/ept/lone-star-laszip/ept-data/0-0-0-0.laz
A test/data/ept/lone-star-laszip/ept-data/1-0-0-0.laz
A test/data/ept/lone-star-laszip/ept-data/1-0-1-0.laz
A test/data/ept/lone-star-laszip/ept-data/1-1-0-0.laz
A test/data/ept/lone-star-laszip/ept-data/1-1-1-0.laz
A test/data/ept/lone-star-laszip/ept-data/1-1-1-1.laz
A test/data/ept/lone-star-laszip/ept-data/2-2-2-1.laz
A test/data/ept/lone-star-laszip/ept-data/2-2-2-2.laz
A test/data/ept/lone-star-laszip/ept-data/2-2-3-1.laz
A test/data/ept/lone-star-laszip/ept-data/2-3-2-1.laz
A test/data/ept/lone-star-laszip/ept-data/2-3-3-1.laz
A test/data/ept/lone-star-laszip/ept-data/3-5-4-3.laz
A test/data/ept/lone-star-laszip/ept-data/3-5-4-4.laz
A test/data/ept/lone-star-laszip/ept-hierarchy/0-0-0-0.json
A test/data/ept/lone-star-laszip/ept-hierarchy/2-2-2-1.json
A test/data/ept/lone-star-laszip/ept-hierarchy/2-2-2-2.json
A test/data/ept/lone-star-laszip/ept-hierarchy/2-2-3-1.json
A test/data/ept/lone-star-laszip/ept-hierarchy/2-3-2-1.json
A test/data/ept/lone-star-laszip/ept-hierarchy/2-3-3-1.json
A test/data/ept/lone-star-laszip/ept-sources/0.json
A test/data/ept/lone-star-laszip/ept-sources/list.json
A test/data/ept/lone-star-laszip/ept.json
R test/data/ept/lone-star.laz
R test/data/ept/pipeline.json
A test/data/ept/source/lone-star-split/split-1.laz
A test/data/ept/source/lone-star-split/split-2.laz
A test/data/ept/source/lone-star-split/split-3.laz
A test/data/ept/source/lone-star-split/split-4.laz
A test/data/ept/source/lone-star.laz
A test/data/ept/source/pipeline.json
R test/data/ept/split-star/split-1.laz
R test/data/ept/split-star/split-2.laz
R test/data/ept/split-star/split-3.laz
R test/data/ept/split-star/split-4.laz
A test/data/pipeline/shell.json.in
M test/unit/CMakeLists.txt
A test/unit/filters/ReciprocityFilterTest.cpp
A test/unit/filters/ShellFilterTest.cpp
M test/unit/filters/TransformationFilterTest.cpp
M test/unit/io/EptAddonWriterTest.cpp
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Merge branch 'ept-binary' into ept-zstandard
Commit: e1ef168e4a1f22d2c964280e30d4f0b20c56d3d4
https://github.com/PDAL/PDAL/commit/e1ef168e4a1f22d2c964280e30d4f0b20c56d3d4
Author: Connor Manning <connor at hobu.co>
Date: 2019-06-22 (Sat, 22 Jun 2019)
Changed paths:
A test/data/ept/ellipsoid-zstandard/ept-build.json
A test/data/ept/ellipsoid-zstandard/ept-data/0-0-0-0.zst
A test/data/ept/ellipsoid-zstandard/ept-hierarchy/0-0-0-0.json
A test/data/ept/ellipsoid-zstandard/ept-sources/0.json
A test/data/ept/ellipsoid-zstandard/ept-sources/list.json
A test/data/ept/ellipsoid-zstandard/ept.json
M test/unit/io/EptReaderTest.cpp
Log Message:
-----------
Add Zstandard sample dataset and unit test.
Compare: https://github.com/PDAL/PDAL/compare/bc31ff754fad%5E...e1ef168e4a1f
More information about the pdal-commits
mailing list