... | @@ -4,12 +4,14 @@ This plugin has been tested and works on GNU/Linux and Windows. |
... | @@ -4,12 +4,14 @@ This plugin has been tested and works on GNU/Linux and Windows. |
|
|
|
|
|
# Install
|
|
# Install
|
|
|
|
|
|
Install the zip archive. There also are a few dependencies:
|
|
## Dependencies
|
|
|
|
|
|
|
|
There are a few dependencies:
|
|
|
|
|
|
* Python3 pandas
|
|
* Python3 pandas
|
|
* Python3 dbf
|
|
* Python3 dbf
|
|
|
|
|
|
## Windows
|
|
### Windows
|
|
|
|
|
|
Pandas is already included in the Python3 embedded in QGIS for Windows.
|
|
Pandas is already included in the Python3 embedded in QGIS for Windows.
|
|
|
|
|
... | @@ -24,7 +26,7 @@ py3_env |
... | @@ -24,7 +26,7 @@ py3_env |
|
python3 -m pip install dbf
|
|
python3 -m pip install dbf
|
|
```
|
|
```
|
|
|
|
|
|
## GNU/Linux
|
|
### GNU/Linux
|
|
|
|
|
|
Simply install those modules with your package manager. For example, on Debian/Ubuntu/Mint/..., you can run this:
|
|
Simply install those modules with your package manager. For example, on Debian/Ubuntu/Mint/..., you can run this:
|
|
```
|
|
```
|
... | @@ -35,6 +37,11 @@ If you don't have administrator rights and pip3 is installed on your machine, yo |
... | @@ -35,6 +37,11 @@ If you don't have administrator rights and pip3 is installed on your machine, yo |
|
pip3 install --user pandas dbf
|
|
pip3 install --user pandas dbf
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## Install the plugin archive
|
|
|
|
|
|
|
|
Open QGIS, go to "Plugins -> Manage and install plugins". Find the tab named "Install from ZIP". Browse your files to find the zip archive and click "Install plugin".
|
|
|
|
|
|
|
|
|
|
# How does it work?
|
|
# How does it work?
|
|
|
|
|
|
This plugins includes HRU delin v7 and imports it instead of executing it.
|
|
This plugins includes HRU delin v7 and imports it instead of executing it.
|
... | | ... | |