error with clang 14
external/lazperf/detail/field_rgb14.cpp:58:11
error: use of bitwise '|' with boolean operands
[-Werror,-Wbitwise-instead-of-logical]
((flag_diff(b.r, b.g, 0x00FF) |
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
||
see also upstream https://github.com/hobu/laz-perf/pull/132
We are now using the code from "qgis" branch:
https://github.com/hobu/untwine/tree/qgis
It is in sync with "main" branch of untwine as of today, just with a couple
of small patches to make it work with PDAL older than 2.4.
The new version of untwine includes:
- indexing to COPC (in addition to EPT)
- fixes to bugs that were reported in QGIS
- error reporting
Untwine now also directly links to lazperf library (in addition to PDAL).