[pdal-commits] [PDAL/PDAL] a7d793: Don't write metadata with more precision than exis...
Andrew Bell
noreply at github.com
Wed Aug 21 13:46:41 PDT 2019
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: a7d7930335958fbf91432916bef822c7b6f4fc71
https://github.com/PDAL/PDAL/commit/a7d7930335958fbf91432916bef822c7b6f4fc71
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-08-21 (Wed, 21 Aug 2019)
Changed paths:
M io/LasReader.cpp
M pdal/Metadata.hpp
A test/data/las/prec3.las
M test/unit/io/LasWriterTest.cpp
Log Message:
-----------
Don't write metadata with more precision than exists. (#2677)
* Don't write scale/offset with more precision than exists.
Update doubles specified with precision the same way
they're added to metadata.
* Add missed test file.
More information about the pdal-commits
mailing list