Release notes - firetools/qgis2fds GitHub Wiki
This wiki page describes the new features of the qgis2fds releases, that can be installed on all major platforms: Linux, MacOS, and MS Windows. It also specifies the required software version for:
- the QGIS application hosting the qgis2fds plugin, other versions may not work;
- the target FDS solver, other versions may fail to read the exported cases.
Now: qgis2fds dev
This is a placeholder for the current development version. This version is not recommended for production use, as it is may be unstable.
| Tool | Required version |
|---|---|
| QGIS | 3.30 |
| FDS | dev |
What's new
No new features, now working on the wiki documentation.
2023-06-08: qgis2fds 1.0.2
A new fixing stable release is out.
| Tool | Required version |
|---|---|
| QGIS | 3.28 |
| FDS | 6.8.0 |
What's new
This release only fixes the issue #48.
2023-02-25: qgis2fds 1.0.1
A new fixing stable release is out.
| Tool | Required version |
|---|---|
| QGIS | 3.24 |
| FDS | 6.7.9 |
What's new
This release only fixes the issue #42.
2022-07-21: qgis2fds 1.0
A new major stable release is out.
| Tool | Required version |
|---|---|
| QGIS | 3.24 |
| FDS | 6.7.9 |
What's new
This release adds many improvements and features:
- Add DEM layer interpolation.
- Fix bugs related to command line usage (see wiki).
- Reduce decimal positions to reduce file size.
- FDS OBST terrains are now the default, because GEOMs are not considered ready yet by FDS developers.
The code is not yet as clean as I would like, contributors are very much welcome!
2021-12-29: qgis2fds 0.90
This release adds new features:
- Added the ability to export an FDS
OBSTs terrain. - Improved maintainability of the Python code by moving to full OO approach.
- Added a new automatic verification suite.
2021-09-10: qgis2fds 0.80
This release adds many new useful features:
- The user can set multiple fire origins, burning lines, and burned areas with the new
Fire layerfeature. The oldFire originis removed in favor of the new approach. - The translation of the landuse attribute from the
Landuse layerto the FDS boundary condition is now configured with the newLanduse type *.csv file. This allows per project configuration of boundary conditions. - The user can request the generation of multiple
FDS MESHnamelist for parallel calculation. - The
FDS MESHcell size can be set from the user interface. - The
FDS WINDspeed and direction ramps can be directly imported from a *.csv file. - A new CIMA Propagator QGIS style (*.qml file) has been added.
- Relative paths can now be used in the plugin input parameters (eg.
./fdsas exporting path). - Improved readability of the Python code.
- Improved algorithm feedback to the user.
And many bugs are fixed in boundary condition treatment and bingeom generation, due to stricter checks performed by FDS.
See the updated Quickstart page for the details.
2021-06-30: qgis2fds 0.61
- Fixed macOS bug
- Slightly improved the algorithm speed
2021-03-31: qgis2fds 0.57
- Improved precision of dem sampling
- Better placement of FDS terrain extent (GEOM) over FDS domain (MESH)
- Added hidden debug mode for extents
2021-03-25: qgis2fds 0.56
- Improved user feedback, now the process progress is clearly displayed
2021-03-24: qgis2fds 0.55
- Circumvented a qgis bug when transforming user input to WGS84
2020-09-30: qgis2fds 0.54
- Improved IJK generation
- Corrected WIND to easily show a result
- Corrected a little bug from shortlived 0.52 and 0.53 releases.
2020-09-30: qgis2fds 0.52
- Updated FDS output, according to current state of levelset development.
FDS GEOM BINARY_NAMEandREAD_BINARY=Tparameters were removed from FDS in favor ofBINARY_FILE. - Added
RGBtoSURFto temporary facilitate importing to BlenderFDS.
2020-07-29: qgis2fds 0.50
- Updated FDS output, according to current state of levelset development.
- Moved geometric routines to numpy for speed and efficiency.
- Improved sanity checks for user input data, better safe than sorry.