Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cefect committed Oct 24, 2022
1 parent 046de71 commit bb3d99e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
A QGIS Processing script for rescaling flood hazard rasters (water depth, water surface elevation, and DEM).

## Installation Instructions
### download the scripts
download the algorithms of interest from the [processing folder](floodrescaler/processing) to your local machine

In the QGIS [Processing Toolbox](https://docs.qgis.org/3.22/en/docs/user_manual/processing/toolbox.html#the-toolbox), select the python icon drop down ![Scripts](/assets/mIconPythonFile.png) , and `Add Script to Toolbox...`. This should load new algorithms to the `Scripts/FloodRescaling` group on the Processing Toolbox as shown below.
### add to your QGIS profile
In the QGIS [Processing Toolbox](https://docs.qgis.org/3.22/en/docs/user_manual/processing/toolbox.html#the-toolbox), select the python icon drop down ![Scripts](/assets/mIconPythonFile.png) , and `Add Script to Toolbox...`. This should load new algorithms to the `Scripts/FloodRescaling` group on the Processing Toolbox as shown below:

![screen capture](/assets/processingToolbox_screengrab.png)

The algorithms are tested against QGIS 3.22.8.

## Example Data

Example data is provided in the /examples folder
Example data is provided in the [examples](/examples) folder

0 comments on commit bb3d99e

Please sign in to comment.