Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • hru-delin-qgis hru-delin-qgis
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

La forge gitlab.irstea.fr sera définitivement arrêtée le 30 juin 2026. Nous vous invitons à migrer vos projets vers la forge INRAE. Vous trouverez plus de détails sur le blog de la forge INRAE.

Le service a été transféré vers un nouvel hébergement le mercredi 3/12/2025. Cependant les accès par SSH n'ont pas encore été rétablis. Nous faisons au mieux pour régler ces problèmes rapidement. Merci de votre compréhension et de votre patience.

  • hru-delin-devhru-delin-dev
  • hru-delin-qgishru-delin-qgis
  • Wiki
  • userdoc

userdoc · Changes

Page history
Update userdoc authored May 27, 2020 by Veyssier Julien's avatar Veyssier Julien
Show whitespace changes
Inline Side-by-side
userdoc.md
View page @ 20f22b2b
...@@ -6,16 +6,32 @@ ...@@ -6,16 +6,32 @@
## Dependencies ## Dependencies
There are a few dependencies: There is one dependency:
* Python3 pandas * Python3 pandas
* 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.
You still need to install dbf module in this embedded Python. For that: ### GNU/Linux
Simply install those modules with your package manager. For example, on Debian/Ubuntu/Mint/..., you can run this:
```
sudo apt install python3-pandas
```
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
```
## Optional dependencies
CircleKill module can optionally produce topology dbf files if you install **dbf** Python3 module.
### Windows
You need to install the dbf module in the Python3 embedded in QGIS for Windows. For that:
* Open a file explorer and go to your QGIS installation directory (something like `C:/Program Files/QGIS 3.10`) * Open a file explorer and go to your QGIS installation directory (something like `C:/Program Files/QGIS 3.10`)
* Right-click `OSGeo4W` command file and select `run as administrator`. * Right-click `OSGeo4W` command file and select `run as administrator`.
...@@ -27,14 +43,10 @@ python3 -m pip install dbf ...@@ -27,14 +43,10 @@ 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:
```
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:
``` ```
pip3 install --user pandas dbf sudo apt install python3-dbf
# OR
pip3 install dbf
``` ```
## Install the plugin archive ## Install the plugin archive
......
Clone repository
  • devdoc
  • Home
  • optdependency
  • userdoc