Releases: Mohid-Water-Modelling-System/MOHID_QGIS
Releases · Mohid-Water-Modelling-System/MOHID_QGIS
Fix regression bug breaking grid tab
- Fixed the Grid tab
- Improved logging
Remove debug mode
v0.4.3
Fix bathymetry loading
Filepaths with dots are problematic as internal mechanisms can get confused with what is and what is not a file extension. It is best to avoid having dots in file names. Additionally, folders with dots should not be a problem.
Overall improvements
- Added a separate tab for loading MOHID files
- Added support for using multiple files to feed the Digital Terrain Creator
- Added default styling when loading Bathymetry files
Major plugin refactoring for ease of develoment and scalability
The plugin structure was reconfigured to improve scalability. New developments can be integrated more easily now.
UI files for tabs are isolated so that new features/tabs can be developed independently.
Digital Terrain Creator tool is now integrated within the plugin but only basic functionality is supported, no DTC options support yet.
Bugfixes: Ignore empty lines when reading files
Bugfixes:
- Ignore empty lines when reading files
- Fix grid angle when writing bathymetry
Basic functionality for handling MOHID files
This pre-release has basic functionality for handling MOHID files:
- create regular MOHID grids
- create bathymetry (.dat) files to be used with Digital Terrain Creator
- load MOHID bathymetry files for visualization
- edit and save MOHID bathymetry files
- Allow multiple bathymetries loaded at the same time.
Initial development
Initial development
This marks the first working version of the MOHID QGIS plugin.