Martin Dobias
38b2ae559a
Update untwine from upstream
...
This should hopefully fix these issues:
https://github.com/qgis/QGIS/issues/41833
https://github.com/qgis/QGIS/issues/48798
2022-08-10 14:48:31 +10:00
Martin Dobias
349eb7cb1e
More updates from upstream untwine
2022-05-25 10:02:02 +02:00
Martin Dobias
03ea8b0a48
Update untwine to fix builds for macOS < 10.15
2022-05-25 10:02:02 +02:00
Martin Dobias
95a55f9782
Untwine upstream updates - unicode path fixes on windows ( #41833 )
2022-05-17 23:50:53 +02:00
Martin Dobias
15178366ff
Fix unused variable warning
2022-03-24 12:06:55 -07:00
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
Juergen E. Fischer
7243cb6f14
untwine: apply hobu/untwine#59 and hobu/untwine@c7f94c1593
...
(refs #42904 )
2021-04-22 22:26:49 +02:00
Juergen E. Fischer
c5ea4b220c
osgeo4w: vc16 updates
2021-04-01 23:39:19 +02:00
Nyall Dawson
9d01cca0bd
Fix warning: loop variable ‘xyz’ of type ‘const string&’ {aka ‘const std::__cxx11::basic_string<char>&’} binds to a temporary warning
2021-03-27 19:02:40 +10:00
Nyall Dawson
99e18d87f5
Revert "Fix a bunch of warnings emitted by gcc11"
...
This reverts commit d5c36802754383895a685b98036a785f6db35727.
2021-03-27 19:02:40 +10:00
Nyall Dawson
e2bf57ef1f
Fix a bunch of warnings emitted by gcc11
2021-03-27 19:02:40 +10:00
Nyall Dawson
c4a1bd1e22
Avoid unused variable warning
2021-02-11 06:11:23 +10:00
Martin Dobias
70dd22392d
[untwine] Fix precision issues when indexing
...
Offset and scale of X/Y/Z dimensions were not written and
some datasets would simply fail to get indexed completely.
Other datasets may have had the data slightly misaligned
after indexing.
References:
https://github.com/hobu/untwine/issues/28
https://github.com/hobu/untwine/issues/46
2021-01-28 16:02:12 +10:00
Martin Dobias
8e5b036fec
Untwine update: fixed warnings and 32-bit build
2021-01-06 20:53:35 +01:00
Martin Dobias
6fed3b3783
Untwine: calculate stats for attributes
...
Without stats we don't know valid ranges of input data, so let's get them calculated
when the data gets indexed by untwine.
2021-01-05 06:00:22 +10:00
Juergen E. Fischer
82dd4fcbbc
fix build on i386 and with older PDALs
2021-01-04 17:21:27 +01:00
Juergen E. Fischer
eb1c7b1a72
fix build
2020-12-23 23:21:24 +01:00
Martin Dobias
b592708506
Update Untwine to the latest main branch
...
This lowers the required minimum version of PDAL to >= 1.7 which makes
it much easier to use in many linux distributions which are not yet
shipping PDAL 2.2.
2020-12-23 09:43:19 +10:00
Martin Dobias
d76ec1cecb
Update untwine to match the current hobu/untwine main branch
...
Added a minor update to the untwine_to_qgis.bash script as it was
getting confused about the "untwine" subfolders and copying sources
one level deeper as supposed to
2020-12-16 16:16:55 +01:00
Peter Petrik
221bd2f68f
untwine pdalprovider integration ( #40404 )
...
[pointclouds] untwine pdalprovider integration
2020-12-15 14:25:09 +01:00