Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dieuska committed Jun 19, 2024
2 parents f457b02 + 8a2587e commit 399b548
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ You can install the latest release of `brdrQ` from

### Pre-requisites
- Script is tested for QGIS on Linux and Windows. Usage of the script on Mac is not tested, and can give errors or unexpected behaviour.
- QGIS >3.28.5: The script has been developed and tested based on QGIS 3.28.5. In older versions, the script will not work)
- brdr needs Shapely 2.0.2 or higher. This version of Shapely is available by default from QGIS 3.28.5 onwards on Windows installations. On Linux and Mac this may not be the case. If the modules are not found, the script will attempt to install both brdr and shapely from Pypi.
- QGIS >3.28.5: The script has been developed and tested based on QGIS 3.28.5. (In older versions, the script might not work)
- brdr needs Shapely 2.0.2 or higher. This version of Shapely is available by default from QGIS 3.28.5 onwards on Windows installations. On Linux and Mac this may not be the case. If the modules are not found, the script will attempt to install both 'brdr' and 'shapely' from Pypi.

### Installation-steps
The QGIS script 'autocorrectborders.py can be loaded into the QGIS Processing Toolbar.
The QGIS script 'autocorrectborders.py' can be loaded into the QGIS Processing Toolbar.
Follow the steps below to make the script available in QGIS Processing Toolbar
1. Open the Processing Toolbox from the bar at the top, so that Processing Toolbox appears on the right side of the screen

Expand All @@ -40,11 +40,13 @@ If dependencies need to be installed, a screen like below can pop up. Please wai

<img src="docs/figures/installation-step-2c.png" width="50%" />

3. The tool 'Autocorrectborders' is now available in the Processing Toolbox under 'brdrQ'
3. Close QGIS, and (re-)open QGIS

4. The tool 'Autocorrectborders' is now available in the Processing Toolbox under 'brdrQ'

<img src="docs/figures/installation-step-3.png" width="100%" />

4. Double-click on the 'Autocorrectborders' tool, and the tool opens:
5. Double-click on the 'Autocorrectborders' tool, and the tool opens:

<img src="docs/figures/installation-step-4.png" width="100%" />

Expand Down

0 comments on commit 399b548

Please sign in to comment.