... | @@ -2,14 +2,14 @@ |
... | @@ -2,14 +2,14 @@ |
|
|
|
|
|
This plugin has been tested and works on GNU/Linux and Windows.
|
|
This plugin has been tested and works on GNU/Linux and Windows.
|
|
|
|
|
|
## Install
|
|
# Install
|
|
|
|
|
|
Install the zip archive. There also are a few dependencies:
|
|
Install the zip archive. There also 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 +24,7 @@ py3_env |
... | @@ -24,7 +24,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:
|
|
```
|
|
```
|
... | @@ -33,4 +33,10 @@ sudo apt install python3-pandas python3-dbf |
... | @@ -33,4 +33,10 @@ sudo apt install python3-pandas python3-dbf |
|
If you don't have administrator rights and pip3 is installed on your machine, you can install those modules by running:
|
|
If you don't have administrator rights and pip3 is installed on your machine, you can install those modules by running:
|
|
```
|
|
```
|
|
pip3 install --user pandas dbf
|
|
pip3 install --user pandas dbf
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|
|
|
|
# How does it work?
|
|
|
|
|
|
|
|
This plugins includes HRU delin v7 and imports it instead of executing it.
|
|
|
|
|
|
|
|
This repository has a submodule, this means hru-delin.git repository is nested into hru-delin-qgis.git. |
|
|
|
\ No newline at end of file |