Alexander Bruy
ee471bffe6
update pdal_wrench
2023-04-13 10:12:29 +02:00
Julien Cabieces
d0238805ea
Fix set but unused variables
2023-04-12 08:19:13 +10:00
Nyall Dawson
01c319f92b
Fix std::string construction
2023-04-09 14:38:28 +10:00
Nyall Dawson
3342172f9b
Fix warnings in pdal wrench
2023-04-09 14:38:28 +10:00
Basil Eric Rabi
973549cd49
add missing headers
...
fixes #52462
2023-04-05 08:06:13 +10:00
Alexander Bruy
349216e1a6
update pdal_wrench: fix VPC creation by writing correct STAC items
2023-03-30 09:38:39 +02:00
Alexander Bruy
48fcb57ada
update pdal_wrench to the latest revision
2023-03-30 09:38:39 +02:00
Juergen E. Fischer
efee735536
fix msvc build
2023-03-26 11:53:58 +02:00
Juergen E. Fischer
fd05823cfd
fix build
2023-03-24 06:48:59 +10:00
Alexander Bruy
c6d8e410a9
update pdal_wrench to the latest revision
2023-03-22 16:04:01 +01:00
Alexander Bruy
bc6a937933
add pdal_wrench as an external dependency
2023-03-22 16:04:01 +01:00
Nyall Dawson
dd426cc61f
Fix mdal mingw build
2023-03-15 14:55:27 +10:00
Nyall Dawson
2f8053aa6a
Fix lazperf mingw build
2023-03-15 14:55:27 +10:00
Alexander Bruy
433d962c55
bump nlohmann/json version to 3.9.1 to satisfy pdal_wrench dependency
...
requirement
2023-03-06 16:19:47 +10:00
vcloarec
de81494caf
MDAL v1.0.2
2023-03-01 10:39:17 +10:00
Vincent Cloarec
463ef5b4d5
update MDAL 1.01 ( #51239 )
2022-12-15 15:33:01 +00:00
Nyall Dawson
fa185872cb
Add constellation information to QgsGpsInformation and handle GPS fix type across different constellations
2022-11-01 16:08:15 +10:00
vcloarec
9917b4ab84
fix narrowing conversion (clang-tidy)
2022-10-12 03:57:11 +10:00
vcloarec
3643814791
fix mingw build
2022-10-12 03:57:11 +10:00
vcloarec
9335b8f01c
retrieve exact behavior of MDAL / FLO2D format
2022-10-12 03:57:11 +10:00
vcloarec
145d0133aa
bump MDAL to 1.0
2022-10-12 03:57:11 +10:00
Mauro Bettella
c8192cb71c
Added GNSS constellation abbreviation ( #50205 )
2022-09-16 06:58:07 +10:00
Mauro Bettella
81312214de
NMEA satellites count (sat inuse, sat inview) ( #49820 )
...
$GPGSV indicates GPS and SBAS satellites. If the PRN is greater than 32, this indicates an SBAS PRN, 87 should be added to the GSV PRN number to determine the SBAS PRN number.
$GLGSV indicates GLONASS satellites. 64 should be subtracted from the GSV PRN number to determine the GLONASS PRN number.
$GBGSV indicates BEIDOU satellites. 100 should be subtracted from the GSV PRN number to determine the BeiDou PRN number.
$GAGSV indicates GALILEO satellites.
$GQGSV indicates QZSS satellites.
2022-09-01 06:52:18 +10:00
Nyall Dawson
5c54f8624a
Update qt_unix_signals for qt 6 compatibility
2022-08-17 11:38:48 +10:00
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
Matthias Kuhn
6fbe9a4fb3
Allow compiling o2 with Qt6
2022-07-20 11:36:53 +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
t0b3
87b2c453d9
fix: add lazperf upstream patch #129
2022-05-11 10:43:35 +10:00
t0b3
0da3ac8022
fix compiler warning on bitwise operator with boolean operands
...
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
2022-04-09 05:49:02 +10:00
Even Rouault
0a6954defb
Merge pull request #47795 from mrylov/hana-odbc
...
Make odbc namespace nested (odbc-cpp-wrapper)
2022-04-06 13:51:46 +02:00
Maxim Rylov
083216fce7
Update odbc-cpp-wrapper
2022-04-06 12:59:48 +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
Maxim Rylov
4985d88e75
Fix: PreparedStatement::getBatchDataSize() may return uninitialized valu
2022-03-24 16:04:58 +01:00
Maxim Rylov
adcb45971b
Make odbc namespace nested (part 2)
2022-03-16 17:37:47 +01:00
Maxim Rylov
a2d66cb725
Make odbc namespace nested
2022-03-15 12:02:48 +01:00
Martin Dobias
02d5809d66
Update lazperf to post 3.0.0 to avoid already fixed warnings
2022-03-11 23:02:26 +01:00
Martin Dobias
d4c7ebf4ac
Update code for lazperf 3
2022-03-11 17:20:16 +01:00
Martin Dobias
e0c58d9188
Switch to laz-perf 3.0.0
...
It is not a header-only library anymore, so we also look for LazPerf_LIBRARY now
and if using embedded laz-perf, there are few cpp files to compile.
2022-03-11 16:11:52 +01:00
vcloarec
127fabd093
point cloud triangulation
...
int <--> size_t
2022-03-08 07:53:50 -08:00
vcloarec
5c02b5d329
fix path to nlohmann json
2022-03-02 05:58:23 -08:00
vcloarec
ddf3d8d629
MDAL 0.9.90
2022-03-02 05:58:23 -08:00
Vincent Cloarec
47def9f292
MDAL 0.9.4 ( #47411 )
...
* MDAL 0.9.4
* fix indentation
2022-02-17 03:14:02 +00:00
vcloarec
e41e487f4e
MDAL 0.9.2
2022-01-14 16:07:02 +10:00
Vincent Cloarec
f355f3bd80
mdal 0.9.1 ( #46489 )
2021-12-15 14:31:15 +01:00
Nyall Dawson
d729147c27
Fix invalid file encoding
2021-12-06 12:43:54 +10:00
Matthias Kuhn
4171f75b68
Merge pull request #46046 from m-kuhn/o2-static-windows
...
[o2] fix static linking on windows
2021-11-16 10:06:52 +01:00
Matthias Kuhn
04c9e868d6
Weird char fixup
2021-11-15 21:07:23 +01:00