QGIS/external/lazperf/README.md
Martin Dobias 1513f0ab93 Upgrade untwine to the latest upstream improvements
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).
2022-03-24 12:06:55 -07:00

370 B

This is a verbatim copy of code:

Source: https://github.com/hobu/laz-perf (cpp/lazperf/ directory) Commit: e0bd817 @ master (post 3.0.0 release) License: Apache-2.0

Adds a tiny patch to un-deprecate eb_vlr::addField() and eb_vlr::eb_vlr(int ebCount) so that the deprecation warnings does not break QGIS CI. Upstream ticket: https://github.com/hobu/laz-perf/issues/122