76 Commits

Author SHA1 Message Date
uclaros
626efeafe6 update MDAL to 1.3.1 2025-02-22 06:52:54 +10:00
Jan Caha
3fe0ecaf1d
MDAL version 1.3.0 (#59354)
* MDAL version 1.3.0

* change type

* change types

* fix clang-tidy issues

* fix error

* update expected 2DM mesh with scientific notation

* XMDF driver can have slash (/) in layer name (path in file)
2024-11-08 12:26:56 +02:00
Juergen E. Fischer
50c03ccf02 apply osgeo4w patches 2024-09-04 09:04:50 +10:00
uclaros
1896419b4b pull mdal 1.2.0 2024-05-23 11:31:40 +10:00
Jan Caha
744a1691b8
update MDAL to 1.1.0 (#55457)
update MDAL to 1.1.0
2023-12-01 12:15:26 +01:00
vcloarec
2e0b29936c update to MDAL 1.0.3 2023-05-25 09:03:46 +10:00
Julien Cabieces
d0238805ea Fix set but unused variables 2023-04-12 08:19:13 +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
vcloarec
9917b4ab84 fix narrowing conversion (clang-tidy) 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
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
Peter Petrik
ffc4eac003
mdal 0.9.0 (#45562)
mdal 0.9.0

Co-authored-by: Vincent Cloarec <vcloarec@gmail.com>
2021-10-20 10:05:46 +02:00
Peter Petrik
9f49c0d1fa
MDAL update & FLO-2D bug fix (#45349)
API for edges edits
data on volumes for dynamic drivers
WRITE support for PLY

Fix loading FLO-2D
2021-10-05 08:59:38 -04:00
PeterPetrik
64b5ce1648 mdal 0.8.92 2021-08-19 06:08:29 +10:00
Juergen E. Fischer
6964eb21f6 spelling updates 2021-07-23 08:49:26 +02:00
Peter Petrik
6e83672b06
update MDAL 0.8.90 (#43987) 2021-06-30 13:45:22 +02:00
PeterPetrik
25ca993142 MDAL 0.8.1 2021-06-06 10:54:12 +10:00
Juergen E. Fischer
f616be29d3 fix msvc build 2021-05-10 12:29:16 +10:00
Peter Petrik
93c654c134 mdal 0.8.0 2021-01-15 07:32:05 +10:00
Juergen E. Fischer
b28d820b0c fix typos 2020-12-22 00:03:34 +01:00
Peter Petrik
8f5583eb51 update MDAL 0.7.91 (beta release for QGIS 3.18) 2020-12-19 08:12:04 +10:00
Denis Rouzaud
6d52771e6c Fix copy 2020-11-04 08:21:24 +10:00
Nyall Dawson
67e7825d29 Remove use of deprecated std::ios_base::streamoff method 2020-10-22 11:14:30 +10:00
Peter Petrik
9c9b070d47 update to MDAL 0.7.1, fixes bug in FLO2D reader 2020-10-02 07:09:53 +10:00
Peter Petrik
5a1fe648dc update MDAL to 0.7.0 2020-09-10 15:09:05 +10:00
Peter Petrik
8b08c47937
update MDAL to 0.6.93 (#38443) 2020-08-25 08:59:11 +02:00
Peter Petrik
e87e821337 update to MDAL 0.6.92 2020-08-11 06:37:44 +10:00
Matthias Kuhn
adf525df52 More loops 2020-08-09 11:35:25 +02:00
Peter Petrik
ea74e863e3
update MDAL to 0.6.91 (#37937) 2020-07-23 10:09:20 +02:00
Vincent Cloarec
6be16a5bfe
Memory dataset group and possibility to persist it (#37389)
[FEATURE] Introduces memory dataset groups for mesh layer. These dataset groups are temporary and are not kept when the project is closed.

Memory dataset groups can be created from the mesh calculator with a new option.

Allows the possibility to remove or save these memory dataset groups to a file with specified driver.
2020-07-01 10:18:27 +02:00
Peter Petrik
659ed397a7
MDAL 0.6.1 patch release (#37246) 2020-06-16 17:24:37 +02:00
Even Rouault
2946083b01 external/mdal: fix warnings about unused variables 2020-06-15 11:17:46 +10:00
Vincent Cloarec
1df077a950
MDAL update 0.6.0 (#36703)
MDAL update 0.6.0
2020-05-27 09:07:40 +02:00
Vincent Cloarec
fca90a7bfb
[MESH] scalar color settings depending on classification (#36313)
* [MESH] [FEATURE] Sets meh color ramp classification from metadata read by MDAL driver.
Some mesh layer formats can provide values that can be compressed by categorizing values in consecutive intervals, each represent by an integer or byte. MDAL has the capabilities to recognize this dataset type and store the bounds of each class an the units in the metadata.
QGIS uses this metadata to setup adapted color ramp shader.

* [MDAL] update to pre-release 0.5.92
2020-05-11 07:19:22 +02:00
Juergen E. Fischer
765aa9c705 spelling fixes 2020-04-30 08:20:30 +02:00
Vincent Cloarec
17a95ef0a5
[MESH][FEATURE] update to MDAL 0.5.91 Multi meshes in one file (#35669)
Allow load of multiple (sub-)meshes from a single file. If file contains multiple meshes (e.g. UGRID file), user needs to select the meshes to load from the dialog.
2020-04-14 08:17:15 +02:00
Peter Petrik
0675c0b697
[FEATURE] Mesh 1D Renderer (#34848)
* MDAL 0.5.90 : support for custom Logger and 1D meshes
* [FEATURE] [MESH] Support rendering of 1D meshes, see https://github.com/qgis/QGIS-Enhancement-Proposals/issues/164

1D mesh consist of edges (edge is straight line segment with 2 vertices) and the data that is defined on either
vertices or edges. Such data can be loaded by MDAL and rendered as mesh layer in QGIS.
2020-03-09 05:59:51 +01:00
Peter Petrik
572ff9b724 update to MDAL 0.5.1: fcritical fix for SWW/Telemac files 2020-02-20 12:27:43 +01:00
Peter Petrik
19deb05edc update MDAL to 0.4.95 : add proper reference time for TUFLOWFV format 2020-01-17 13:46:39 +01:00
Peter Petrik
a2a80976c2 update MDAL to 0.4.94 2020-01-15 12:25:03 +01:00
Peter Petrik
6e2ef1544f push MDAL 0.4.93 RC1 for 3.12 release with fixed bug in reading of reference time 2019-12-14 05:31:53 +10:00
Peter Petrik
4988468e26 update to MDAL 0.4.92, second beta release for QGIS 3.12. it speeds up and optimize memory usage by allowing QGIS to check if driver/dataset uses active flag or not 2019-12-12 08:37:55 +01:00
Peter Petrik
8aa0c28070 update MDAL to 0.4.91 (alpha release of 0.5.0 for QGIS 3.12) - stacked meshes 3d 2019-12-05 07:08:50 +01:00
Peter Petrik
679e75e13c update MDAL 0.4.0 2019-10-25 17:59:53 +02:00