diff --git a/README.md b/README.md index 322e4bf..e983a98 100644 --- a/README.md +++ b/README.md @@ -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