[pdal-commits] [PDAL/PDAL] 824ec6: update arbiter to upstream (#3377)
Guilhem Villemin
noreply at github.com
Mon Mar 8 06:26:31 PST 2021
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 824ec6b80a7f11d9fd87af09ea1096c78a85dd93
https://github.com/PDAL/PDAL/commit/824ec6b80a7f11d9fd87af09ea1096c78a85dd93
Author: Guilhem Villemin <guilhem.villemin at gmail.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M vendor/arbiter/arbiter.cpp
M vendor/arbiter/arbiter.hpp
Log Message:
-----------
update arbiter to upstream (#3377)
* update arbiter to upstream
* Update readers.gdal.rst (#3381)
Changed output format to las in pipeline.
* io/GDALWriter.cpp: Fixed undefined behavior bug. (#3383)
* Guard max.
* Fix test due to proj changes (#3386)
* Test proj fix.
* Proj changed.
* Less precision.
* Use consistent lowercase for Windows header files (#3327)
Windows header files are used with inconsistent cases in the codebase. When
building on a case-insensitive file system (common when doing native compilation
on Windows) this doesn't matter, but when using case-sensitive file
system (e.g., when cross-compiling on Linux) this leads to errors.
* XYZ default to single precision float in PCD writer (#3286)
* XYZ default to single precision float
* Fallback to user-provided (or default) precision if no precision
provided when specifying individual dimension specification
* Update PCD writer documentation
* Fix spelling of 'ReturnNumber' in error messages (#3389)
* IStream.hpp: fixed read from uninitialize memory (#3384)
* OGR.cpp: Fixed nonstandard #include paths (#3379)
* update arbiter to upstream
Co-authored-by: Philipp Glira <pipppoo at gmail.com>
Co-authored-by: Aaron Yonas <aaronyonas at google.com>
Co-authored-by: Andrew Bell <andrew.bell.ia at gmail.com>
Co-authored-by: Mosè Giordano <giordano at users.noreply.github.com>
Co-authored-by: chambbj <brad.chambers at gmail.com>
Co-authored-by: Marc Jansen <jansen at terrestris.de>
More information about the pdal-commits
mailing list