QGIS Plugins 3.0

08 Oct 2018 ᛫ 3 min read

SHARE:
List of QGIS plugins

This is an update of a previous post where I talked about plugins in QGIS 2.X. Here, we’ll talk about plugins in QGIS 3.

QGIS 3, while still not having as many plugins as QGIS 2, already has an extensive plugin library that is still commonly underutilized by those unfamiliar or new to QGIS. I’ve had experiences where people told me that they don’t use QGIS because it doesn’t have function X and they always get surprised when I tell them that QGIS actually has the function they’re looking for as a plugin.

For the latest version (3.2.3), there are currently more than 200 plugins already available on the QGIS Official Plugin repository that users can download (and improve upon) whose functions range from the simple to the complex to the mundane. Most of these are ports of the QGIS 2 plugins.

Manage and Install Plugins

As with QGIS 2, plugins in QGIS 3 can still be classified into two (2) types:

  • Core plugins - built-in to your version of QGIS, cannot be uninstalled
  • External plugins - manually installed by fetching from an external repository (i.e. QGIS Official Plugin Repository) or via the source code.

In QGIS 3, you can install plugins in two (2) ways:

  1. Manually adding the source code in your QGIS profile’s plugins folder
    • Linux: .local/share/QGIS/QGIS3/profiles/default/python/plugins
    • Mac OS X: Library/Application/Support/QGIS/QGIS3/profiles/default/python/plugins
    • Windows: C:\\Users\<User>\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins
  2. Via the Manage and Install Plugins Dialog (Plugins -> Manage and Install Plugins)
Accessing the Manage and Install plugins dialog in QGIS
The QGIS manage and install plugins dialog

The Manage and Install Plugins Dialog connects to the QGIS Official Plugin repository (or any repository that you indicate in the Settings Tab) to fetch plugins available for your version of QGIS. It has 4 Tabs:

  • All Tab – shows ALL the plugins available for your QGIS version including those that are already installed on your machine.
  • Installed Tab – shows only the plugins installed on your machine.
  • Not installed Tab – shows the plugins that are not installed on your machine.
  • Settings Tab – gives you options on when to check for plugin updates, whether or not to include experimental and deprecated plugins, or add/change the repository to fetch plugins from.

An addition to QGIS 3 is the ability to install from zip which can be accessed via the Install from ZIP tab.

Installing QGIS plugins from ZIP QGIS 3

Making your own plugin

Now what if there’s no plugin that does what you want? Well, you can always make one yourself!

The Plugin Builder is a plugin that creates a template that can serve as the starting point for QGIS plugin development so you won’t have to create one from scratch. You can install it from the Manage and Install Plugins Dialog.

Of course, you can always create a plugin from scratch. If you are interested in creating your own plugin, you can check the Official QGIS documentation. For Python plugins, it’s a good idea to check out the PyQGIS Developer Cookbook.

Now that you know about QGIS Plugins, don’t be afraid to download and try them so that you can fully utilize the power of QGIS. You can even create your own and share it with the community.

SHARE:
comments powered by Disqus

You may also like:

Towards a spatial analysis of shooting in Philippine basketball (FOSS4G2021)

01 Oct 2021 ᛫ 1 min read

The opposite of free/libre and open source isn't commercial, it's proprietary

27 May 2021 ᛫ 2 min read

Towards a Spatial Analysis of Philippine Basketball: Applications in the UAAP MBT (Season 81) [Part 1]

02 May 2021 ᛫ 4 min read

Win and let win: On being unconventional, openness, and building communities

30 Apr 2021 ᛫ 1 min read

QGIS Styles based on HLURB Land Use Categories and Color Coding (CLUP Guidebook Vol 3, 2014)

15 Dec 2020 ᛫ 2 min read

Support BNHR

If you find my website or any of the materials I share useful, you can consider donating to the cause below.

Donate and support BNHR

BNHR

[email protected]

Creative Commons License
Except when explicitly stated otherwise, this work and its contents by Ben Hur S. Pintor is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Other works (software, source code, etc.) referenced in this website are under their own respective licenses.
This site is powered by Jekyll and hosted on Github (view source)