51 Commits

Author SHA1 Message Date
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
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
Peter Petrik
93c654c134 mdal 0.8.0 2021-01-15 07:32:05 +10:00
Peter Petrik
8f5583eb51 update MDAL 0.7.91 (beta release for QGIS 3.18) 2020-12-19 08:12:04 +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
Vincent Cloarec
de68f83cc3
Virtual dataset groups for mesh layer (#37605)
[FEATURE] Introduces mesh virtual datasets

With the mesh calculator the user can choose to create those "virtual" dataset groups that will be added to the layer. Then, for these dataset groups, values are not stored in memory but each dataset is calculated when needed whit the formula entered in the mesh calculator.

Those virtual dataset groups are saved with the project.

If needed, the user can remove them or can persist them on files to make them persistent.

Co-authored-by: Étienne Trimaille <gustrimaille@yahoo.fr>
2020-07-23 07:39:28 +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
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
e0615d4948 MDAL 0.5.0 2020-02-05 14:08:37 +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
Peter Petrik
f33ebc8100 update to MDAL 0.3.3 2019-05-28 06:14:34 +10:00
Peter Petrik
435b594bbc update to MDAL 0.3.2 2019-05-07 08:52:34 +02:00
Peter Petrik
f742044392 update MDAL 0.3.1 2019-04-18 09:52:40 +02:00
Peter Petrik
de80192f53 upgrade MDAL to 0.3.0 2019-03-19 08:06:04 +01:00
Peter Petrik
b981c8a895 update to MDAL 0.2.0 (friendly release for QGIS 3.6) 2019-02-20 16:51:06 +01:00
Peter Petrik
967893a637 [MDAL] update to 0.1.5, improve speed 2019-01-24 16:24:46 +01:00
Peter Petrik
928a559aa9 update MDAL to 0.1.4 (RC1 for QGIS 3.6) 2019-01-23 09:51:35 +11:00
Peter Petrik
e163caf754 update to MDAL 0.1.3 (mesh calculator API) 2019-01-14 12:32:36 +01:00
Peter Petrik
8b542c8aa4 Update to MDAL 0.1.2 2018-12-17 12:01:17 +01:00
Peter Petrik
7dc73790e0 MDAL 0.1.1, fix some minor build/memory issues 2018-12-07 15:54:16 +01:00
Peter Petrik
d43f6376eb [MDAL] update MDAL to 0.1.0 (new API) 2018-12-07 15:54:16 +01:00
Peter Petrik
618ed2e733 add recognision of ECMWF_ERA to MDAL 2018-10-05 14:22:21 +02:00
Peter Petrik
74c9925448 update MDAL to 0.0.8 (fix projection issue) 2018-09-24 11:04:50 +02:00
Peter Petrik
97c95803c6 update MDAL to 0.0.7 (3di support, projections support, bugfixes) 2018-09-11 06:00:41 +10:00
Peter Petrik
99a6f12ba3 update MDAL to 0.0.6 2018-09-03 19:41:07 +10:00
Peter Petrik
245d6e29ff update MDAL to 0.0.5 2018-07-19 11:30:52 +02:00
Peter Petrik
14fa499ed3 [mesh] [MDAL] update to 0.0.4: add support for GRIB and XMDF formats 2018-07-16 09:15:16 +02:00
Peter Petrik
bfbc64ce6c update to MDAL 0.0.3 2018-05-16 12:37:23 +02:00
Peter Petrik
1efdbc5c20 fix build errors, use MDAL 0.0.2 (int API) 2018-04-19 16:42:01 +02:00