[pdal-commits] [PDAL/PDAL] 58e267: Implement support for LASzip 3.1.0 (#1668)
GitHub
noreply at github.com
Wed Sep 13 19:28:52 PDT 2017
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 58e2678232fb6ff02333d9ebdf94851769553d1b
https://github.com/PDAL/PDAL/commit/58e2678232fb6ff02333d9ebdf94851769553d1b
Author: Howard Butler <howard at hobu.co>
Date: 2017-09-13 (Wed, 13 Sep 2017)
Changed paths:
M CMakeLists.txt
M cmake/laszip.cmake
M cmake/modules/FindLASzip.cmake
M io/LasHeader.cpp
M io/LasReader.cpp
M io/LasReader.hpp
M io/LasWriter.cpp
M io/LasWriter.hpp
R io/LasZipPoint.cpp
R io/LasZipPoint.hpp
M pdal/pdal_config.cpp
A test/data/las/autzen_trim_7.las
M test/unit/apps/pc2pcTest.cpp
M test/unit/apps/pcpipelineTestJSON.cpp
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Implement support for LASzip 3.1.0 (#1668)
* Testing
* More testing
* More testing
* More testing.
* More testing.
* Test travis build.
* Works against new laszip api.
* This is a merge.
* Test for laszip of 1.4 point format.
* Update for new API.
* Fix location of setting point format/size.
Add error handling to laszip functions.
* Fixes for laszip API installation/version detection.
* Add missing comma .
* Remove dead code.
* Update to changed API.
* require LASzip 3.1.0
More information about the pdal-commits
mailing list