[pdal-commits] [PDAL/PDAL] 07a94d: Remove unused gzip from arbiter (#3412)
Howard Butler
noreply at github.com
Sun Apr 11 07:28:13 PDT 2021
Branch: refs/heads/draco-latest
Home: https://github.com/PDAL/PDAL
Commit: 07a94dfbef1e5f94d73a9b6a9ac9955c00c9c2cc
https://github.com/PDAL/PDAL/commit/07a94dfbef1e5f94d73a9b6a9ac9955c00c9c2cc
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M pdal/compression/DeflateCompression.cpp
A pdal/compression/GzipCompression.hpp
M plugins/i3s/CMakeLists.txt
M plugins/i3s/io/SlpkReader.cpp
M plugins/i3s/io/SlpkReader.hpp
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Remove unused gzip from arbiter (#3412)
* Remove gzip decoding from arbiter.
Add gzip decompression.
Fix SLPK to use PDAL decompression rather than arbiter decompression.
* Missed file.
Commit: 608d3d34c917d1812d3f4e0e87c026a143d6e2d2
https://github.com/PDAL/PDAL/commit/608d3d34c917d1812d3f4e0e87c026a143d6e2d2
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M io/private/ept/EptInfo.cpp
M io/private/ept/TileContents.hpp
Log Message:
-----------
Fix names of dimensions received from ept.json. (#3404)
Commit: 2f1bfc35f3874529cfc594e1c1b18a2f8358985c
https://github.com/PDAL/PDAL/commit/2f1bfc35f3874529cfc594e1c1b18a2f8358985c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M io/LasWriter.cpp
A test/data/text/largescan.txt
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Don't set scan_angle when writing point formats 6 or greater. (#3405)
Commit: bfff41439c30dd27130927f30df3041490f44c80
https://github.com/PDAL/PDAL/commit/bfff41439c30dd27130927f30df3041490f44c80
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M io/LasHeader.cpp
M io/LasHeader.hpp
Log Message:
-----------
Allow 1.4 LAS to use geotiff for PDRF 0-5 (#3406)
* Don't use file version for determining geotiff/wkt.
* Allow geotiff in 1.4 files with dataformat 0-5 if the WKT bit is set.
Close #3242
Commit: ea0dc4b09391faf85b2b64b054ef9b4691d07c2c
https://github.com/PDAL/PDAL/commit/ea0dc4b09391faf85b2b64b054ef9b4691d07c2c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M io/LasWriter.cpp
Log Message:
-----------
If there are no extended VLRs, set the offset to 0 (#3407)
* Don't try to test ext VLR position for zipped file.
Close #3348
* Set the VLR offsets to 0 if there are no offsets.
* VLR Offset is really header size.
Commit: f447247ad56d1c4da9e1701b29186c87049e3993
https://github.com/PDAL/PDAL/commit/f447247ad56d1c4da9e1701b29186c87049e3993
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
A doc/stages/filters.zsmooth.rst
A filters/ZsmoothFilter.cpp
A filters/ZsmoothFilter.hpp
Log Message:
-----------
Add zsmooth filter (#3408)
* Add Zsmooth filter.
* Fix bad comment.
* Improve doc.
Commit: b20ad80f9809cebeb34c10e93f0fd2ebf80c3568
https://github.com/PDAL/PDAL/commit/b20ad80f9809cebeb34c10e93f0fd2ebf80c3568
Author: Howard Butler <howard at hobu.co>
Date: 2021-04-11 (Sun, 11 Apr 2021)
Changed paths:
A doc/stages/filters.zsmooth.rst
A filters/ZsmoothFilter.cpp
A filters/ZsmoothFilter.hpp
M io/LasHeader.cpp
M io/LasHeader.hpp
M io/LasWriter.cpp
M io/private/ept/EptInfo.cpp
M io/private/ept/TileContents.hpp
M pdal/compression/DeflateCompression.cpp
A pdal/compression/GzipCompression.hpp
M plugins/i3s/CMakeLists.txt
M plugins/i3s/io/SlpkReader.cpp
M plugins/i3s/io/SlpkReader.hpp
A test/data/text/largescan.txt
M test/unit/io/LasWriterTest.cpp
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into draco-latest
Compare: https://github.com/PDAL/PDAL/compare/78de71928667...b20ad80f9809
More information about the pdal-commits
mailing list