Skip to content

Releases: Scriptbash/QRaven

v2.4.0-alpha

22 Aug 17:23
Compare
Choose a tag to compare
v2.4.0-alpha Pre-release
Pre-release

Incomplete release for uwaterloo presentation.

v2.3.0

02 Feb 03:31
Compare
Choose a tag to compare

What's Changed

  • Rewrote custom outputs
    • It's now possible to add as many as needed
    • Added optional "filename" field, "between" option and "cumulsum" statistic (raven 3.6)
    • Fixed CustomOutput tag being written if no outputs are added
  • Moved hydroprocesses to modules
    • Lateralflush and split should now be complete
  • Add streamflow data scrapers
    • Two scrappers (DPPHC and WaterOffice) have been added. They can search for hydrometric stations and export the data within a date range directly into a .rvt file. Points of interest layer for BasinMaker can be generated automatically after having downloaded hydrometric data
  • Add data scrapers for GIS data
    • GIS data used for BasinMaker can be downloaded automatically. The data can then be clipped using a watershed polygon. Other spatial operations are also done to make the data ready for BasinMaker
  • Add Podman as an alternative to Docker
  • New settings menu
    • Allows to choose between Docker or Podman
    • Regular container images and an ARM-based version are selectable
    • Can select between two types of reset, full (fully resets the rvi menu) and partial (only resets the widgets affected by model templates)
    • The new side menu can be set to "Default" (icons and text) or "Collapsed" (icons only)
    • Update notification will now show in the settings menu
  • Some improvements to the update check function
  • Added AWBM model template and some Raven 3.6 simulation options
  • QRaven has been fully redesigned
    • Widgets now stretch properly when the window is resized
    • No more tabs within tabs; a side menu now replaces the previous main tabs

Full Changelog: v2.2.0...v2.3.0

v2.2.0

29 Dec 20:18
Compare
Choose a tag to compare
  • BasinMaker script
    • Lake attributes are now in the correct order
    • Selected lake ids are now supported
    • Non connected lakes are kept
    • The epsg code was missing inside a function
    • Lakes are now optional
  • General
    • The time step widget can now go up to 24h instead of 23h
    • Hydrological templates found in the Raven documentation are available
    • Many hydrologic process fixes
    • Docker and RavenView fixes for MacOS
    • Many simulation parameters and evaluation metrics added
    • Added an option to automatically fill a rvp template
    • Rewrote the rvi file writing function
    • New plugin logo instead of a Pokémon
  • Known issues
    • The BasinMaker script hangs inside the container on MacOS
    • The GR4J template is not yet fully finished, the GUI is missing some fields to fully support the Split command
    • The Autofill rvp function needs more testing and in some cases can fail to write the rvp file properly
    • The reset button does not clear all the GUI yet

v2.2.0-alpha

03 Oct 20:44
Compare
Choose a tag to compare
v2.2.0-alpha Pre-release
Pre-release

This release is incomplete and is for testing purposes.

v2.1.1

02 Aug 19:06
Compare
Choose a tag to compare
  • Fixed a problem with the projected_epsg_code for the BasinMaker process.
  • The plugin now looks for an available update on startup and notifies the user if one is found
  • Also includes a fix if working offline where the plugin would crash searching for an update

v2.1.0

14 Jul 15:21
Compare
Choose a tag to compare
  • New tab added to generate GridWeights using the following script : https://github.com/julemai/GridWeightsGenerator
  • Clear runname and modelprefix line edits when the input file has changed in the Run Model tab
  • Some minor UI fixes
  • Includes the unassigned variable fix and the Docker fix for Windows

v2.0.2

16 Jun 00:15
Compare
Choose a tag to compare
  • Several RVI parameters added
  • New RavenView button in the run model section
  • The file name prefix and RunName are now added automatically in their widgets by reading the rvi file inside the model input directory
  • Shapefiles attributes for the BasinMaker RVH section are now loaded in comboboxes instead of having to type them in line edits

v2.0.1

24 May 21:36
Compare
Choose a tag to compare

Fixes for the BasinMaker process on Windows and changes to the hybasin id widget.

v2.0.0

16 May 14:40
Compare
Choose a tag to compare
  • Hydrologic processes and transport commands now available
  • Histogram statistic now supported in the custom outputs
  • DisableHRUGroup command added below the DefineHRUGroups
  • Fixed the generateHRUs function for BasinMaker which broke after an update
  • New tab added to run a Raven Model and draw the hydrograph
  • Fixed the DEM name when mode is hybasin for BasinMaker which was hardcoded
  • Fixes for the BasinMaker IncreaseCatchmentArea function
  • The docker Container is now automatically stopped after processing
  • Added qgsMessagePush to send information to the user

Full Changelog: v1.1.0...v2.0.0

v1.1.0

21 Apr 21:51
Compare
Choose a tag to compare

The Raven RVI tab and BasinMaker RVH tab now both work