GeoProc.com
GeoProc.com

How to install python plugins in QGIS Version 3.x

How to install an algorithm's dependencies: here


 

Method 1 (preferred) - connect to a custom QGIS python repository and use QGIS Fetch Plugins menu:

  1. In QGIS go to 'Plugins|Manage and Install Plugins...'.
  2. Select the 'Settings' tab.
  3. Under 'Plugins repositories' click on the 'Add...' button.
  4. Plugins settings, add...

  5. In the 'Name:' text box type "GeoProc".
  6. In the 'URL:' text box type "https://www.geoproc.com/be/plugins.xml"
  7. Add a repo

  8. Click 'Ok'
  9. After scanning the list of repositories, the GeoProc repository should show-up in the list and all the plugins available on this site for the current version of QGIS will also be listed in the plugins list.
  10. Then use the standard procedure to add a plugin in QGIS.

























 

Method 2 - manual install:

  1. Download the plugin zip file from plugins.xml.
  2. Open QGIS and go to 'Plugins|Manage and Install Plugins...'
  3. Click 'Install from Zip':

    Install from zip

  4. Click the '...' button and navigate to the downloaded zip file and select it.
  5. A warning is issued, click Yes to install the plugin.

    Warning

  6. The plugin algorithms are now available under GeoProc in the 'Processing toolbox' or the location mentionned in the user manual page for other plugins/widgets.

    geoprocAlgos in Processing


























 

How to install algorithms dependencies

Windows 10

Linux and Mac

Use sudo pip install module-name to install all dependencies. Be aware of the required minimum version!!

 

Published date: 01 Jan 2018.