Installation

Dependencies

To use QRaven, first install a recent version of QGIS (3.20 and above): https://qgis.org/en/site/forusers/download.html

Some features, such as the BasinMaker tools and the GridWeight Generator, require a containerization software to be installed. If you are not planning on using those features, you can skip this step. Otherwise, you can pick between Podman and Docker.

Get Podman : https://podman.io/getting-started/installation

Get Docker : https://docs.docker.com/get-docker

Warning

Linux users who choose Docker must run it as a non root user. This can be done with the following command:

sudo usermod -aG docker $USER

For more information, go to: https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user

Plugin installation

Method 2 (manual)

Download the latest release of QRaven here: https://github.com/Scriptbash/QRaven/releases/latest/download/qraven.zip

Alternatively, you can view all of QRaven versions here : https://github.com/Scriptbash/QRaven/releases

Next, open QGIS and go to the “Plugins” menu. Click on “Manage and Install Plugins”.

https://user-images.githubusercontent.com/98601298/170998843-1fa7c283-e15b-4dce-a684-59e16a5c71d4.png

Finally, click on “Install from ZIP”, select the downloaded qraven.zip file and click on “Install”.

https://user-images.githubusercontent.com/98601298/170999288-1d8db5dc-5709-4139-8aff-412dc76eb1c2.png

To update QRaven, you will need to download the latest .zip file and repeat the same steps as above.

Note

The plugin will look for an update each time QGIS is started. If it finds one, you will have a notification in the notification bar and inside the “Settings” menu of QRaven.